diff --git a/.changeset/add-hyperdx-security-contexts.md b/.changeset/add-hyperdx-security-contexts.md deleted file mode 100644 index 3d57e90f..00000000 --- a/.changeset/add-hyperdx-security-contexts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"helm-charts": minor ---- - -Add optional pod and container security contexts for the HyperDX Deployment, wait-for-mongodb init container, and check-alerts CronJob. diff --git a/.changeset/expose-hyperdx-deployment-annotations.md b/.changeset/expose-hyperdx-deployment-annotations.md deleted file mode 100644 index afc63b69..00000000 --- a/.changeset/expose-hyperdx-deployment-annotations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"helm-charts": minor ---- - -Add explicit `hyperdx.deployment.deploymentAnnotations` and `hyperdx.deployment.podAnnotations` values while preserving `hyperdx.deployment.annotations` as a deprecated pod annotation alias. When both pod annotation values contain the same key, `podAnnotations` takes precedence. diff --git a/.changeset/update-app-version-2.34.0.md b/.changeset/update-app-version-2.34.0.md deleted file mode 100644 index d1deaa5c..00000000 --- a/.changeset/update-app-version-2.34.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"helm-charts": patch ---- - -chore: update appVersion to 2.34.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d350b5..86ff323c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # helm-charts +## 3.2.0 + +### Minor Changes + +- 1719eee: Add optional pod and container security contexts for the HyperDX Deployment, wait-for-mongodb init container, and check-alerts CronJob. +- 343163d: Add explicit `hyperdx.deployment.deploymentAnnotations` and `hyperdx.deployment.podAnnotations` values while preserving `hyperdx.deployment.annotations` as a deprecated pod annotation alias. When both pod annotation values contain the same key, `podAnnotations` takes precedence. + +### Patch Changes + +- 092f92e: chore: update appVersion to 2.34.0 + ## 3.1.1 ### Patch Changes diff --git a/charts/clickstack/Chart.yaml b/charts/clickstack/Chart.yaml index bda61244..2541e9a8 100644 --- a/charts/clickstack/Chart.yaml +++ b/charts/clickstack/Chart.yaml @@ -15,7 +15,7 @@ annotations: - name: Upstream Project url: https://github.com/hyperdxio/hyperdx type: application -version: 3.1.1 +version: 3.2.0 appVersion: 2.34.0 dependencies: - name: opentelemetry-collector diff --git a/package.json b/package.json index a8b477f6..1984ac3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helm-charts", - "version": "3.1.1", + "version": "3.2.0", "private": true, "main": "index.js", "repository": "git@github.com:hyperdxio/helm-charts.git",