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 8, 2023
1 parent b99b7b4 commit 1b48f17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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-11-08

### Changed

- Create single JUnit XML file, and store only this combined file as an artifact ([#6](https://github.com/opendevstack/ods-pipeline-gradle/issues/6))
Expand Down
4 changes: 2 additions & 2 deletions tasks/build-with-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Builds Gradle applications and libraries.
See https://github.com/opendevstack/ods-pipeline-gradle/blob/vlatest/docs/tasks/build.adoc
See https://github.com/opendevstack/ods-pipeline-gradle/blob/v0.3.0/docs/tasks/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -116,7 +116,7 @@ spec:
steps:
- name: build-gradle
# Image is built from build/images/Dockerfile.gradle-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:0.3.0'
env:
- name: DEBUG
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions tasks/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Builds Gradle applications and libraries.
See https://github.com/opendevstack/ods-pipeline-gradle/blob/vlatest/docs/tasks/build.adoc
See https://github.com/opendevstack/ods-pipeline-gradle/blob/v0.3.0/docs/tasks/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
steps:
- name: build-gradle
# Image is built from build/images/Dockerfile.gradle-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset: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 1b48f17

Please sign in to comment.