diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cba54..8ec30b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ listed in the changelog. ## [Unreleased] +## [0.3.0] - 2023-10-30 + ### Changed - Retain Helm release record ([#9](https://github.com/opendevstack/ods-pipeline-helm/pull/9)). Note that this removes the previously retained "release" txt file. The data in the new YAML file contains all previous information and more. diff --git a/README.md b/README.md index aa5ea30..155ae93 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ tasks: resolver: git params: - { name: url, value: https://github.com/opendevstack/ods-pipeline-helm.git } - - { name: revision, value: v0.2.0 } + - { name: revision, value: v0.3.0 } - { name: pathInRepo, value: tasks/deploy.yaml } workspaces: - { name: source, workspace: shared-workspace } diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 925beb3..f9ee1a6 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -9,7 +9,7 @@ spec: description: | Deploy Helm charts. - See https://github.com/opendevstack/ods-pipeline-helm/blob/vlatest/docs/deploy.adoc + See https://github.com/opendevstack/ods-pipeline-helm/blob/v0.3.0/docs/deploy.adoc params: - name: chart-dir description: Helm chart directory that will be deployed @@ -82,7 +82,7 @@ spec: steps: - name: helm-upgrade-from-repo # Image is built from build/package/Dockerfile.helm. - image: 'ghcr.io/opendevstack/ods-pipeline-helm/helm:latest' + image: 'ghcr.io/opendevstack/ods-pipeline-helm/helm:0.3.0' env: - name: DEBUG valueFrom: diff --git a/version b/version index a0f9a4b..0d91a54 100644 --- a/version +++ b/version @@ -1 +1 @@ -latest +0.3.0