This repository was archived by the owner on Mar 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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.
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 :
Original file line number Diff line number Diff line change 1- latest
1+ 0.1.0
You can’t perform that action at this time.
0 commit comments