Skip to content

Commit

Permalink
[release] Setting up the project for release v0.2.0 
Browse files Browse the repository at this point in the history
[bundle] Updated bundle for release v0.2.0

[makefile] Makefile VERSION bump to `0.2.0` and dependencies

* Authorino Operator to 0.5.0
* Limitador Operator to 0.4.0

[config] Manager updated with released wasm-plugin
  • Loading branch information
didierofrivia committed Dec 21, 2022
1 parent 80d4b3a commit afb1f0b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT_PATH := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.0
VERSION ?= 0.2.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down Expand Up @@ -80,7 +80,7 @@ KUADRANT_NAMESPACE ?= kuadrant-system
# Kuadrant component versions
## authorino
#ToDo Pin this version once we have an initial release of authorino
AUTHORINO_OPERATOR_VERSION ?= latest
AUTHORINO_OPERATOR_VERSION ?= 0.5.0
ifeq (latest,$(AUTHORINO_OPERATOR_VERSION))
AUTHORINO_OPERATOR_BUNDLE_VERSION = 0.0.0
AUTHORINO_OPERATOR_BUNDLE_IMG_TAG = latest
Expand All @@ -93,7 +93,7 @@ endif
AUTHORINO_OPERATOR_BUNDLE_IMG ?= quay.io/kuadrant/authorino-operator-bundle:$(AUTHORINO_OPERATOR_BUNDLE_IMG_TAG)
## limitador
#ToDo Pin this version once we have an initial release of limitador
LIMITADOR_OPERATOR_VERSION ?= latest
LIMITADOR_OPERATOR_VERSION ?= 0.4.0
ifeq (latest,$(LIMITADOR_OPERATOR_VERSION))
LIMITADOR_OPERATOR_BUNDLE_VERSION = 0.0.0
LIMITADOR_OPERATOR_BUNDLE_IMG_TAG = latest
Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
containerImage: quay.io/kuadrant/kuadrant-operator:v0.2.0
operators.operatorframework.io/builder: operator-sdk-v1.22.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
support: kuadrant
name: kuadrant-operator.v0.0.0
name: kuadrant-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -502,8 +502,8 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
image: quay.io/kuadrant/kuadrant-operator:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.1.0
image: quay.io/kuadrant/kuadrant-operator:v0.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -613,6 +613,6 @@ spec:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
relatedImages:
- image: oci://quay.io/kuadrant/wasm-shim:latest
- image: oci://quay.io/kuadrant/wasm-shim:v0.1.0
name: wasmshim
version: 0.0.0
version: 0.2.0
4 changes: 2 additions & 2 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies:
- type: olm.package
value:
packageName: authorino-operator
version: "0.0.0"
version: "0.5.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.4.0"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/kuadrant-operator
newTag: latest
newTag: v0.2.0
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:latest"
value: "oci://quay.io/kuadrant/wasm-shim:v0.1.0"
image: controller:latest
name: manager
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
containerImage: quay.io/kuadrant/kuadrant-operator:v0.2.0
operators.operatorframework.io/builder: operator-sdk-v1.9.0
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/Kuadrant/kuadrant-operator
support: kuadrant
name: kuadrant-operator.v0.0.0
name: kuadrant-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -76,4 +76,4 @@ spec:
provider:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
version: 0.0.0
version: 0.2.0

0 comments on commit afb1f0b

Please sign in to comment.