From 7c0674386c197b204beab6202215569c7946b50b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:47:57 +0000 Subject: [PATCH] chore(release): bump version --- .changeset/expose-hyperdx-deployment-annotations.md | 5 ----- CHANGELOG.md | 6 ++++++ charts/clickstack/Chart.yaml | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/expose-hyperdx-deployment-annotations.md 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",