Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Oct 30, 2023
1 parent 5d329db commit 801ddf4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
0.3.0

0 comments on commit 801ddf4

Please sign in to comment.