From cebc254b759026ad484c05bb530dde5354e2d97f Mon Sep 17 00:00:00 2001 From: Michael Sauter Date: Tue, 31 May 2022 13:34:18 +0200 Subject: [PATCH] Create 0.4.0 release --- CHANGELOG.md | 2 ++ README.md | 1 + deploy/ods-pipeline/Chart.yaml | 10 +++++----- deploy/ods-pipeline/charts/images/Chart.yaml | 4 ++-- deploy/ods-pipeline/charts/setup/Chart.yaml | 4 ++-- deploy/ods-pipeline/charts/tasks/Chart.yaml | 4 ++-- docs/installation.adoc | 4 ++-- 7 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068a9938..cec2ba3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ listed in the changelog. ## [Unreleased] +## [0.4.0] - 2022-05-31 + ### Added - Support for optional build task caching. The main use case is to avoid lengthy builds in repos with multiple build tasks ([#461](https://github.com/opendevstack/ods-pipeline/issues/461)). See the `docs/adr/20220314-caching-build-tasks.md`for details. diff --git a/README.md b/README.md index f7735fb6..84b42cb7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ For OpenShift Pipelines releases and its relationship to Tekton and OpenShift ve | ods-pipeline | OpenShift Pipelines | ODS Core/Quickstarters | |---|---|---| +| [0.4](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.4.0) | 1.5 | 4.0.0 | | [0.3](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.3.0) | 1.5 | 4.0.0 | | [0.2](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.2.0) | 1.5 | 4.0.0 | | [0.1](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.1.1) | 1.5 | 4.0.0 | diff --git a/deploy/ods-pipeline/Chart.yaml b/deploy/ods-pipeline/Chart.yaml index 6a201ffd..7fb34914 100644 --- a/deploy/ods-pipeline/Chart.yaml +++ b/deploy/ods-pipeline/Chart.yaml @@ -15,21 +15,21 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.0" +appVersion: "0.4.0" dependencies: - name: images - version: 0.3.0 + version: 0.4.0 condition: images.enabled - name: setup - version: 0.3.0 + version: 0.4.0 condition: setup.enabled - name: tasks - version: 0.3.0 + version: 0.4.0 condition: tasks.enabled diff --git a/deploy/ods-pipeline/charts/images/Chart.yaml b/deploy/ods-pipeline/charts/images/Chart.yaml index 4cfb17af..8baac320 100644 --- a/deploy/ods-pipeline/charts/images/Chart.yaml +++ b/deploy/ods-pipeline/charts/images/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "0.3.0" +appVersion: "0.4.0" diff --git a/deploy/ods-pipeline/charts/setup/Chart.yaml b/deploy/ods-pipeline/charts/setup/Chart.yaml index 881c7614..4e8d736d 100644 --- a/deploy/ods-pipeline/charts/setup/Chart.yaml +++ b/deploy/ods-pipeline/charts/setup/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "0.3.0" +appVersion: "0.4.0" diff --git a/deploy/ods-pipeline/charts/tasks/Chart.yaml b/deploy/ods-pipeline/charts/tasks/Chart.yaml index 5fde5c8e..44d76925 100644 --- a/deploy/ods-pipeline/charts/tasks/Chart.yaml +++ b/deploy/ods-pipeline/charts/tasks/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "0.3.0" +appVersion: "0.4.0" diff --git a/docs/installation.adoc b/docs/installation.adoc index 2f1f30fa..c7e0abda 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -29,7 +29,7 @@ Then, use `git subtree` to get the required sources. The following commands may [source] ---- -pipelineGitRef=v0.3.0 # Pick the version you want to install +pipelineGitRef=v0.4.0 # Pick the version you want to install git fetch --depth=1 https://github.com/opendevstack/ods-pipeline.git $pipelineGitRef:ods-pipeline-$pipelineGitRef && \ git checkout ods-pipeline-$pipelineGitRef && \ @@ -113,7 +113,7 @@ You may fetch updates (e.g. new versions) of `ods-pipeline` like this: [source] ---- -pipelineGitRef=v0.3.0 # Pick the version you want to install +pipelineGitRef=v0.4.0 # Pick the version you want to install git fetch --depth=1 https://github.com/opendevstack/ods-pipeline.git $pipelineGitRef:ods-pipeline-$pipelineGitRef && \ git checkout ods-pipeline-$pipelineGitRef && \