Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/conditional-app-suffix.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# helm-charts

## 2.1.1

### Patch Changes

- 00897b5: Make the `-app` suffix on HyperDX Deployment and Service names conditional on `fullnameOverride`. When `fullnameOverride` is set, the suffix is omitted so users get full control over resource naming. The default behavior (no override) is unchanged.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/clickstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ annotations:
- name: Upstream Project
url: https://github.com/hyperdxio/hyperdx
type: application
version: 2.1.0
version: 2.1.1
appVersion: 2.22.0
dependencies:
- name: opentelemetry-collector
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helm-charts",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"main": "index.js",
"repository": "git@github.com:hyperdxio/helm-charts.git",
Expand Down