From 3850d740528ccecd93b34b78af68637c3baab647 Mon Sep 17 00:00:00 2001 From: gc-tejas Date: Thu, 30 Jul 2026 16:28:32 +0530 Subject: [PATCH 1/4] chore(ICU-19847): update chart app version to 1.0.1-ent --- .github/workflows/release.yml | 8 -------- Chart.yaml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9badc38..e98c2f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,11 +38,3 @@ jobs: --ref main \ -f SOURCE_TAG="${{ github.ref_name }}" \ -f SOURCE_REPO="${{ github.repository }}" - - - uses: hashicorp/actions-slack-status@38d0699d80d50038000c0af77944c3531c6e97c0 # v2 - if: ${{always()}} - with: - success-message: "boundary-worker-helm charts index update triggered successfully. View the run ." - failure-message: "boundary-worker-helm charts index update trigger failed." - status: ${{ job.status }} - slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/Chart.yaml b/Chart.yaml index 1bbc28c..2156bf3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,7 +6,7 @@ name: boundary-worker description: Official HashiCorp Boundary Worker Chart type: application version: 0.1.0 -appVersion: "1.0.0-ent" +appVersion: "1.0.1-ent" keywords: - boundary - hashicorp From c0d23dafb6f2b89031f3198029c99303ec840eb4 Mon Sep 17 00:00:00 2001 From: gc-tejas Date: Thu, 30 Jul 2026 16:47:08 +0530 Subject: [PATCH 2/4] chore(ICU-19847): update changelog for 0.1.1 release --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339f708..02cf32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the Boundary Worker Helm Chart will be documented in this file. +## Unreleased + +## [0.1.1] - 2026-07-30 + +### Changed + +- Default worker image updated to `hashicorp/boundary-enterprise:1.0.1-ent`. + +### Removed + +- Removed Slack status notification step from the release workflow (`hashicorp/actions-slack-status`). + ## [0.1.0] - 2026-06-30 First stable release of the Boundary Worker Helm chart, promoting `0.1.0-beta` with the following additions. From 06de06523b608dfc78a501a79cca962135df9ae7 Mon Sep 17 00:00:00 2001 From: gc-tejas Date: Thu, 30 Jul 2026 16:51:29 +0530 Subject: [PATCH 3/4] chore(ICU-19847): bump chart version to 0.1.1 --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 2156bf3..2fe1a9f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: boundary-worker description: Official HashiCorp Boundary Worker Chart type: application -version: 0.1.0 +version: 0.1.1 appVersion: "1.0.1-ent" keywords: - boundary From e66342c0837417eef63ad409373cbf5d7cc4d62a Mon Sep 17 00:00:00 2001 From: gc-tejas Date: Fri, 31 Jul 2026 09:47:22 +0530 Subject: [PATCH 4/4] chore(ICU-19847): remove hardcoded version from install docs and fix test --- README.md | 2 -- tests/unit/helpers_test.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 617a3d9..f30c903 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Install with custom values: ```bash helm install boundary-worker hashicorp/boundary-worker \ - --version 0.1.0 \ --namespace boundary \ --values my-values.yaml \ --wait @@ -60,7 +59,6 @@ Standard upgrade: ```bash helm upgrade boundary-worker hashicorp/boundary-worker \ - --version 0.1.0 \ --namespace boundary \ --values my-values.yaml \ --rollback-on-failure \ diff --git a/tests/unit/helpers_test.yaml b/tests/unit/helpers_test.yaml index a191d6a..f3a3f0e 100644 --- a/tests/unit/helpers_test.yaml +++ b/tests/unit/helpers_test.yaml @@ -141,11 +141,11 @@ tests: template: worker-deployment.yaml chart: name: boundary-worker - version: 0.1.0 + version: 0.1.1 asserts: - equal: path: metadata.labels["helm.sh/chart"] - value: boundary-worker-0.1.0 + value: boundary-worker-0.1.1 # Test managed-by label - it: should have Helm as managed-by label