Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
v0.9.1-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczyns committed Jun 8, 2020
1 parent 2cb2883 commit 96073aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config/samples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0/kabanero-stack-hub-index.yaml
pipelines:
- id: default
sha256: 1348e90cc3269b6e65837f71011bef6f0dc662781a41442cb5ce3714cb91b890
sha256: 61281610991b7e21ed64b97cba0fbd15e1647b48cc9e3eb5e66474519aed4f7b
https:
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.2/default-kabanero-pipelines.tar.gz
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.3/default-kabanero-pipelines.tar.gz
8 changes: 4 additions & 4 deletions config/samples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ spec:
url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0/kabanero-stack-hub-index.yaml
pipelines:
- id: default
sha256: 1348e90cc3269b6e65837f71011bef6f0dc662781a41442cb5ce3714cb91b890
sha256: 61281610991b7e21ed64b97cba0fbd15e1647b48cc9e3eb5e66474519aed4f7b
https:
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.2/default-kabanero-pipelines.tar.gz
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.3/default-kabanero-pipelines.tar.gz

gitops:
pipelines:
- id: gitops
sha256: 2b0f31cfb31f49454e68542deb301a98c409d8c2a233c6b8a32eb476090c2cd6
sha256: ffb2df99b5e4cfb3e634afd4f0d851cb43d039e52ed5e0866fd4ffac41b288e8
https:
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.2/kabanero-gitops-pipelines.tar.gz
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.3/kabanero-gitops-pipelines.tar.gz

governancePolicy:
# Provide governance configuration for all stacks managed by Kabanero. The allowed configuration policies are:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ metadata:
"pipelines": [
{
"id": "default",
"sha256": "1348e90cc3269b6e65837f71011bef6f0dc662781a41442cb5ce3714cb91b890",
"sha256": "61281610991b7e21ed64b97cba0fbd15e1647b48cc9e3eb5e66474519aed4f7b",
"https": {
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.2/default-kabanero-pipelines.tar.gz"
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.3/default-kabanero-pipelines.tar.gz"
}
}
]
Expand Down Expand Up @@ -68,9 +68,9 @@ metadata:
{ "version": "0.2.11",
"pipelines": [
{ "id": "default",
"sha256": "1348e90cc3269b6e65837f71011bef6f0dc662781a41442cb5ce3714cb91b890",
"sha256": "61281610991b7e21ed64b97cba0fbd15e1647b48cc9e3eb5e66474519aed4f7b",
"https": {
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.2/default-kabanero-pipelines.tar.gz"
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.1-rc.3/default-kabanero-pipelines.tar.gz"
}
}
],
Expand Down

0 comments on commit 96073aa

Please sign in to comment.