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

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczyns committed Jan 28, 2020
1 parent 9912981 commit 2101312
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config/samples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
collections:
repositories:
- name: central
url: https://github.com/kabanero-io/collections/releases/download/0.5.0-rc.4/kabanero-index.yaml
url: https://github.com/kabanero-io/collections/releases/download/0.5.0/kabanero-index.yaml
activateDefaultCollections: true
20 changes: 10 additions & 10 deletions config/samples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ spec:

cliServices:
# Overrides the setting for version on this component
version: "0.5.0-rc.1"
version: "0.5.0"

# Overrides the image as a separate repository or tag
repository: kabanero/kabanero-command-line-services
tag: "0.5.0-rc.1"
tag: "0.5.0"

# Overrides the image uri
image: kabanero/kabanero-command-line-services:0.5.0-rc.1
image: kabanero/kabanero-command-line-services:0.5.0

# Indicates the token expiration time
# Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s).
Expand All @@ -34,29 +34,29 @@ spec:

collectionController:
# Overrides the setting for version on this component
version: "0.5.0-rc.1"
version: "0.5.0"

# Overrides the image as a separate repository or tag
repository: kabanero/kabaner-operator-collection-controller
tag: "0.5.0-rc.1"
tag: "0.5.0"

# Overrides the image uri
image: kabanero/kabanero-operator-collection-controller:0.5.0-rc.1
image: kabanero/kabanero-operator-collection-controller:0.5.0

landing:
# The landing page is enabled by default. To disable specify false.
enable: true

admissionControllerWebhook:
# Overrides the setting for version on this component
version: "0.5.0-rc.1"
version: "0.5.0"

# Overrides the image as a separate repository or tag
repository: kabanero/kabanero-operator-admission-webhook
tag: "0.5.0-rc.1"
tag: "0.5.0"

# Overrides the image uri
image: kabanero/kabanero-operator-admission-webhook:0.5.0-rc.1
image: kabanero/kabanero-operator-admission-webhook:0.5.0

che:
# che is disabled by default. Set the enable value to true/false to enable/disable the Che installation.
Expand All @@ -82,7 +82,7 @@ spec:
# A list of those repositories which are searched for collections
repositories:
- name: incubator
url: https://github.com/kabanero-io/collections/releases/download/0.5.0-rc.4/kabanero-index.yaml
url: https://github.com/kabanero-io/collections/releases/download/0.5.0/kabanero-index.yaml

# Sets the collection resource's initial desiredState value to active or inactive when
# the CR instance is initially deployed. Post CR instance deployment, updates to
Expand Down
21 changes: 18 additions & 3 deletions config/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ default: "0.5.0"
kabanero:
- version: "0.5.0"
related-versions:
cli-services: "0.5.0-rc.1"
cli-services: "0.5.0"
landing: "0.5.0"
kabanero-che: "0.6.0"
events: "0.1.0"
collection-controller: "0.5.0-rc.1"
admission-webhook: "0.5.0-rc.1"
collection-controller: "0.5.0"
admission-webhook: "0.5.0"
- version: "0.4.0"
related-versions:
cli-services: "0.4.0"
Expand Down Expand Up @@ -104,6 +104,11 @@ related-software:
tag: "0.3.0"

cli-services:
- version: "0.5.0"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
repository: "kabanero/kabanero-command-line-services"
tag: "0.5.0"
- version: "0.5.0-rc.1"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
Expand Down Expand Up @@ -141,6 +146,11 @@ related-software:
tag: "0.1"

collection-controller:
- version: "0.5.0"
orchestrations: "orchestrations/collection-controller/0.1"
identifiers:
repository: "kabanero/kabanero-operator-collection-controller"
tag: "0.5.0"
- version: "0.5.0-rc.1"
orchestrations: "orchestrations/collection-controller/0.1"
identifiers:
Expand All @@ -153,6 +163,11 @@ related-software:
tag: "0.4.0"

admission-webhook:
- version: "0.5.0"
orchestrations: "orchestrations/admission-webhook/0.2"
identifiers:
repository: "kabanero/kabanero-operator-admission-webhook"
tag: "0.5.0"
- version: "0.5.0-rc.1"
orchestrations: "orchestrations/admission-webhook/0.2"
identifiers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
"repositories": [
{
"name": "incubator",
"url": "https://github.com/kabanero-io/collections/releases/download/0.5.0-rc.4/kabanero-index.yaml",
"url": "https://github.com/kabanero-io/collections/releases/download/0.5.0/kabanero-index.yaml",
"activateDefaultCollections": true
}
]
Expand Down

0 comments on commit 2101312

Please sign in to comment.