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

Commit 4cc6150

Browse files
author
Michael Sauter
committed
Release 0.15.0
1 parent d07cb6a commit 4cc6150

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ listed in the changelog.
1010

1111
## [Unreleased]
1212

13+
## [0.15.0] - 2023-11-13
14+
1315
### Added
1416

1517
- Log sub repo context ([#708](https://github.com/opendevstack/ods-pipeline/issues/708))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ For OpenShift Pipelines releases and its relationship to Tekton and OpenShift ve
5151

5252
| ods-pipeline | OpenShift Pipelines | ODS Core/Quickstarters |
5353
|---|---|---|
54+
| [0.15](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.15.0) | 1.12 | 4.x |
5455
| [0.14](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.14.0) | 1.12 | 4.x |
5556
| [0.13](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.13.2) | 1.9 | 4.x |
56-
| [0.12](https://github.com/opendevstack/ods-pipeline/releases/tag/v0.12.0) | 1.9 | 4.x |
5757

5858
## Contributing
5959

deploy/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.14.0
18+
version: 0.15.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.14.0"
24+
appVersion: "0.15.0"

deploy/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -f "values.yaml" ]; then
1414
fi
1515
helm_set_values=""
1616
chart_dir="./chart"
17-
chart_version="0.14.0"
17+
chart_version="0.15.0"
1818
# Secrets
1919
auth_separator=":"
2020
bitbucket_auth=""

docs/installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download the template and fill in the values according to the comments in that f
3131

3232
[source]
3333
----
34-
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/values.yaml.tmpl -o values.yaml
34+
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.15.0/deploy/values.yaml.tmpl -o values.yaml
3535
----
3636

3737
=== Step 2: Running the install script
@@ -40,7 +40,7 @@ Login to the OpenShift cluster in your terminal, then run the following from the
4040

4141
[source]
4242
----
43-
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
43+
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.15.0/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
4444
----
4545

4646
The script will interactively ask for credentials (such as Bitbucket access token) and will create corresponding K8s secrets. If you prefer to pass these secrets via flags, use `--help` to see all options.
@@ -68,7 +68,7 @@ To update ODS Pipeline, simply run the install script again (using the new versi
6868

6969
[source]
7070
----
71-
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0.1/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
71+
curl -fsSL https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.15.0/deploy/install.sh | bash -s -- -n=<your_cd_namespace>
7272
----
7373

7474
IMPORTANT: Previous Helm chart values will be reused. If the release notes mention any new or changed Helm chart values, you have to pass those to the install script using `--set key1=val1,key2=val2`.

0 commit comments

Comments
 (0)