Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 29, 2023
1 parent 5345a5c commit d366944
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Note that changes which ONLY affect documentation or the testsuite will not be
listed in the changelog.

## [Unreleased]

## [0.1.0] - 2023-09-29

Initial version.

NOTE: This version is based on v0.13.2 of the task `ods-build-gradle` in the [ods-pipeline](https://github.com/opendevstack/ods-pipeline) repository.
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-gradle.git }
- { name: revision, value: main }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/build.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
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.1.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.1.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.1.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.1.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.1.0

0 comments on commit d366944

Please sign in to comment.