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

Commit d56bcd7

Browse files
author
Michael Sauter
committed
Release 0.1.0
1 parent e9adb9f commit d56bcd7

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
Note that changes which ONLY affect documentation or the testsuite will not be
9+
listed in the changelog.
10+
11+
## [Unreleased]
12+
13+
## [0.1.0] - 2023-09-29
14+
15+
Initial version.
16+
17+
NOTE: This version is based on v0.13.2 of the task `ods-package-image` in the [ods-pipeline](https://github.com/opendevstack/ods-pipeline) repository.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks:
1313
resolver: git
1414
params:
1515
- { name: url, value: https://github.com/opendevstack/ods-pipeline-image.git }
16-
- { name: revision, value: main }
16+
- { name: revision, value: v0.1.0 }
1717
- { name: pathInRepo, value: tasks/package.yaml }
1818
workspaces:
1919
- { name: source, workspace: shared-workspace }

tasks/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
description: |
99
Packages applications into container images using buildah.
1010
11-
See https://github.com/opendevstack/ods-pipeline-image/blob/vlatest/docs/package.adoc
11+
See https://github.com/opendevstack/ods-pipeline-image/blob/v0.1.0/docs/package.adoc
1212
params:
1313
- name: registry
1414
description: Image registry to push image to.
@@ -60,7 +60,7 @@ spec:
6060
steps:
6161
- name: package-image
6262
# Image is built from build/package/Dockerfile.package.
63-
image: 'ghcr.io/opendevstack/ods-pipeline-image/package:latest'
63+
image: 'ghcr.io/opendevstack/ods-pipeline-image/package:0.1.0'
6464
env:
6565
- name: NEXUS_URL
6666
valueFrom:

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)