Skip to content

Commit

Permalink
Prepared release v1.0.0-rc6
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
maleck13 authored and github-actions[bot] committed Nov 19, 2024
1 parent ebdce57 commit 4694daf
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 28 deletions.
18 changes: 9 additions & 9 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-11-18T10:54:46Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc6
createdAt: "2024-11-19T17:52:14Z"
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
operators.operatorframework.io/builder: operator-sdk-v1.32.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.v1.0.0-rc6
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -435,14 +435,14 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.7.0
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:latest
value: quay.io/kuadrant/console-plugin:v0.0.13
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc6
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -544,8 +544,8 @@ 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.7.0
name: wasmshim
- image: quay.io/kuadrant/console-plugin:latest
- image: quay.io/kuadrant/console-plugin:v0.0.13
name: consoleplugin
version: 0.0.0
version: 1.0.0-rc6
6 changes: 3 additions & 3 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dependencies:
- type: olm.package
value:
packageName: authorino-operator
version: "0.0.0"
version: "0.15.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.12.0"
- type: olm.package
value:
packageName: dns-operator
version: "0.0.0"
version: "0.9.0"
8 changes: 4 additions & 4 deletions charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ sources:
kubeVersion: ">=1.19.0-0"
type: application
# The chart version and dependencies will be properly set when the chart is released matching the operator version
version: "0.0.0"
version: "1.0.0-rc6"
dependencies:
- name: authorino-operator
version: 0.0.0
version: 0.15.0
repository: https://kuadrant.io/helm-charts/
- name: limitador-operator
version: 0.0.0
version: 0.12.0
repository: https://kuadrant.io/helm-charts/
- name: dns-operator
version: 0.0.0
version: 0.9.0
repository: https://kuadrant.io/helm-charts/
maintainers:
- email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8846,14 +8846,14 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.7.0
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:latest
value: quay.io/kuadrant/console-plugin:v0.0.13
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc6
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/dependencies/authorino/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- github.com/Kuadrant/authorino-operator/config/deploy?ref=main
- github.com/Kuadrant/authorino-operator/config/deploy?ref=v0.15.0
2 changes: 1 addition & 1 deletion config/dependencies/dns/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- github.com/kuadrant/dns-operator/config/default?ref=main
- github.com/kuadrant/dns-operator/config/default?ref=v0.9.0

patches:
- path: deployment_patch.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/dependencies/limitador/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- github.com/Kuadrant/limitador-operator/config/default?ref=main
- github.com/Kuadrant/limitador-operator/config/default?ref=v0.12.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/kuadrant-operator
newTag: latest
newTag: v1.0.0-rc6
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:latest"
value: "oci://quay.io/kuadrant/wasm-shim:v0.7.0"
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: "quay.io/kuadrant/console-plugin:latest"
value: "quay.io/kuadrant/console-plugin:v0.0.13"
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc6
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
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.v1.0.0-rc6
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -87,4 +87,4 @@ spec:
provider:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
version: 0.0.0
version: 1.0.0-rc6
17 changes: 17 additions & 0 deletions make/release.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#Release default values
AUTHORINO_OPERATOR_VERSION=0.15.0
AUTHORINO_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/authorino-operator-bundle:v0.15.0
LIMITADOR_OPERATOR_VERSION=0.12.0
LIMITADOR_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/limitador-operator-bundle:v0.12.0
DNS_OPERATOR_VERSION=0.9.0
DNS_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.9.0
WASM_SHIM_VERSION=0.7.0
RELATED_IMAGE_WASMSHIM=oci://quay.io/kuadrant/wasm-shim:v0.7.0
RELATED_IMAGE_CONSOLEPLUGIN=quay.io/kuadrant/console-plugin:v0.0.13
IMG=quay.io/kuadrant/kuadrant-operator:v1.0.0-rc6
BUNDLE_VERSION=1.0.0-rc6
BUNDLE_IMG=quay.io/kuadrant/kuadrant-operator-bundle:v1.0.0-rc6
CATALOG_IMG=quay.io/kuadrant/kuadrant-operator-catalog:v1.0.0-rc6
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=1.0.0-rc6

0 comments on commit 4694daf

Please sign in to comment.