Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 29, 2023
1 parent b9c65ab commit 9ea0efe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ 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-go` 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 @@ -11,7 +11,7 @@ tasks:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-go.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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Builds Go applications.
See https://github.com/opendevstack/ods-pipeline-go/blob/vlatest/docs/build.adoc
See https://github.com/opendevstack/ods-pipeline-go/blob/v0.1.0/docs/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
steps:
- name: go-build
# Image is built from build/images/Dockerfile.go-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-go/go-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-go/go-toolset:0.1.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down

0 comments on commit 9ea0efe

Please sign in to comment.