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 6, 2023
1 parent 456db5d commit b9c258a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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-11-06

Initial version.
4 changes: 2 additions & 2 deletions tasks/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Gather pipeline run logs.
See https://github.com/opendevstack/ods-pipeline-tkn/blob/vlatest/docs/tasks/logs.adoc
See https://github.com/opendevstack/ods-pipeline-tkn/blob/v0.1.0/docs/tasks/logs.adoc
params:
- name: working-dir
description: |
Expand All @@ -24,7 +24,7 @@ spec:
steps:
- name: gather-logs
# Image is built from build/images/Dockerfile.tkn-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-tkn/tkn-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-tkn/tkn-toolset:0.1.0'
env:
- name: NAMESPACE
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 b9c258a

Please sign in to comment.