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

## [Unreleased]

## [0.1.0] - 2023-11-10
## [0.1.0] - 2023-11-13

Initial version.

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 python applications.
See https://github.com/opendevstack/ods-pipeline-python/blob/vlatest/docs/build.adoc
See https://github.com/opendevstack/ods-pipeline-python/blob/v0.1.0/docs/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
steps:
- name: build-python
# Image is built from build/images/Dockerfile.python-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-python/python-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-python/python-toolset:0.1.0'
env:
- name: HOME
value: '/tekton/home'
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 dda4165

Please sign in to comment.