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

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczyns committed Dec 13, 2019
1 parent 93258ae commit 5a7575e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 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.4.0-rc.1/kabanero-index.yaml
url: https://github.com/kabanero-io/collections/releases/download/0.4.0/kabanero-index.yaml
activateDefaultCollections: true
16 changes: 8 additions & 8 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.4.0-rc.1"
version: "0.4.0"

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

# Overrides the image uri
image: kabanero/kabanero-command-line-services:0.4.0-rc.1
image: kabanero/kabanero-command-line-services:0.4.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 @@ -38,10 +38,10 @@ spec:

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

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

landing:
# The landing page is enabled by default. To disable specify false.
Expand All @@ -53,10 +53,10 @@ spec:

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

# Overrides the image uri
image: kabanero/kabanero-operator-admission-webhook:0.4.0-rc.1
image: kabanero/kabanero-operator-admission-webhook:0.4.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.4.0-rc.1/kabanero-index.yaml
url: https://github.com/kabanero-io/collections/releases/download/0.4.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
18 changes: 14 additions & 4 deletions config/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default: "0.4.0"
kabanero:
- version: "0.4.0"
related-versions:
cli-services: "0.4.0-rc.1"
landing: "0.4.0-rc.1"
cli-services: "0.4.0"
landing: "0.4.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
Expand Down Expand Up @@ -64,6 +64,11 @@ kabanero:

related-software:
landing:
- version: "0.4.0"
orchestrations: "orchestrations/landing/0.1"
identifiers:
repository: "kabanero/landing"
tag: "0.4.0"
- version: "0.4.0-rc.1"
orchestrations: "orchestrations/landing/0.1"
identifiers:
Expand All @@ -76,6 +81,11 @@ related-software:
tag: "0.3.0"

cli-services:
- version: "0.4.0"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
repository: "kabanero/kabanero-command-line-services"
tag: "0.4.0"
- version: "0.4.0-rc.1"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
Expand Down Expand Up @@ -107,11 +117,11 @@ related-software:
orchestrations: "orchestrations/collection-controller/0.1"
identifiers:
repository: "kabanero/kabanero-operator-collection-controller"
tag: "0.4.0-rc.1"
tag: "0.4.0"

admission-webhook:
- version: "0.4.0"
orchestrations: "orchestrations/admission-webhook/0.1"
identifiers:
repository: "kabanero/kabanero-operator-admission-webhook"
tag: "0.4.0-rc.1"
tag: "0.4.0"
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.4.0-rc.1/kabanero-index.yaml",
"url": "https://github.com/kabanero-io/collections/releases/download/0.4.0/kabanero-index.yaml",
"activateDefaultCollections": true
}
]
Expand Down

0 comments on commit 5a7575e

Please sign in to comment.