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/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. diff --git a/Chart.yaml b/Chart.yaml index 1bbc28c..2fe1a9f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,8 +5,8 @@ apiVersion: v2 name: boundary-worker description: Official HashiCorp Boundary Worker Chart type: application -version: 0.1.0 -appVersion: "1.0.0-ent" +version: 0.1.1 +appVersion: "1.0.1-ent" keywords: - boundary - hashicorp 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