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 Nov 9, 2023
1 parent 29c3027 commit 4da5806
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ listed in the changelog.

## [Unreleased]

## [0.3.0] - 2023-11-09

### Changed

- Update Trivy from 0.36.0 to 0.47.0 ([#7](https://github.com/opendevstack/ods-pipeline-image/pull/7))

## [0.2.0] - 2023-10-09

### Changed
Expand Down
4 changes: 2 additions & 2 deletions tasks/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Packages applications into container images using buildah.
See https://github.com/opendevstack/ods-pipeline-image/blob/vlatest/docs/package.adoc
See https://github.com/opendevstack/ods-pipeline-image/blob/v0.3.0/docs/package.adoc
params:
- name: registry
description: Image registry to push image to.
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
steps:
- name: package-image
# Image is built from build/package/Dockerfile.package.
image: 'ghcr.io/opendevstack/ods-pipeline-image/package:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-image/package:0.3.0'
env:
- name: NEXUS_URL
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 4da5806

Please sign in to comment.