Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit dda4165

Browse files
author
Michael Sauter
committed
Release 0.1.0
1 parent 9ebbd14 commit dda4165

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ listed in the changelog.
1010

1111
## [Unreleased]
1212

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

1515
Initial version.
1616

tasks/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
description: |
99
Builds python applications.
1010
11-
See https://github.com/opendevstack/ods-pipeline-python/blob/vlatest/docs/build.adoc
11+
See https://github.com/opendevstack/ods-pipeline-python/blob/v0.1.0/docs/build.adoc
1212
params:
1313
- name: working-dir
1414
description: |
@@ -53,7 +53,7 @@ spec:
5353
steps:
5454
- name: build-python
5555
# Image is built from build/images/Dockerfile.python-toolset.
56-
image: 'ghcr.io/opendevstack/ods-pipeline-python/python-toolset:latest'
56+
image: 'ghcr.io/opendevstack/ods-pipeline-python/python-toolset:0.1.0'
5757
env:
5858
- name: HOME
5959
value: '/tekton/home'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
0.1.0

0 commit comments

Comments
 (0)