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/CHANGELOG.md b/CHANGELOG.md index d8d350b5..19267507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # helm-charts +## 3.2.0 + +### Minor Changes + +- 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. + ## 3.1.1 ### Patch Changes diff --git a/charts/clickstack/Chart.yaml b/charts/clickstack/Chart.yaml index c3fdf61a..a2fc53c0 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.32.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",