Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hashicorp/helm-charts/actions/workflows/publish-charts.yml|here>."
failure-message: "boundary-worker-helm charts index update trigger failed."
status: ${{ job.status }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/helpers_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down