Skip to content

Commit

Permalink
Prepared release v1.0.2-rc3
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 Jan 10, 2025
1 parent 30d49bd commit 38e930d
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 17 deletions.
14 changes: 7 additions & 7 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:v1.0.1
createdAt: "2024-12-05T13:08:35Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.2-rc3
createdAt: "2025-01-10T10:38:28Z"
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.v1.0.1
name: kuadrant-operator.v1.0.2-rc3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -437,12 +437,12 @@ spec:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:v0.8.1
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:v0.0.14
value: quay.io/kuadrant/console-plugin:v0.0.18
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:v1.0.1
image: quay.io/kuadrant/kuadrant-operator:v1.0.2-rc3
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -546,6 +546,6 @@ spec:
relatedImages:
- image: oci://quay.io/kuadrant/wasm-shim:v0.8.1
name: wasmshim
- image: quay.io/kuadrant/console-plugin:v0.0.14
- image: quay.io/kuadrant/console-plugin:v0.0.18
name: consoleplugin
version: 1.0.1
version: 1.0.2-rc3
4 changes: 2 additions & 2 deletions charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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: "1.0.1"
appVersion: "1.0.1"
version: "1.0.2-rc3"
appVersion: "1.0.2-rc3"
dependencies:
- name: authorino-operator
version: 0.16.0
Expand Down
4 changes: 2 additions & 2 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8886,12 +8886,12 @@ spec:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:v0.8.1
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:v0.0.14
value: quay.io/kuadrant/console-plugin:v0.0.18
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:v1.0.1
image: quay.io/kuadrant/kuadrant-operator:v1.0.2-rc3
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/olm/catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: kuadrant-operator-catalog
spec:
sourceType: grpc
image: quay.io/kuadrant/kuadrant-operator-catalog:v1.0.1
image: quay.io/kuadrant/kuadrant-operator-catalog:v1.0.2-rc3
displayName: Kuadrant Operators
grpcPodConfig:
securityContextConfig: restricted
Expand Down
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: v1.0.1
newTag: v1.0.2-rc3
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:v0.8.1"
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: "quay.io/kuadrant/console-plugin:v0.0.14"
value: "quay.io/kuadrant/console-plugin:v0.0.18"
- 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:v1.0.1
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.2-rc3
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.v1.0.1
name: kuadrant-operator.v1.0.2-rc3
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: 1.0.1
version: 1.0.2-rc3
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.16.0
AUTHORINO_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/authorino-operator-bundle:v0.16.0
LIMITADOR_OPERATOR_VERSION=0.12.1
LIMITADOR_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/limitador-operator-bundle:v0.12.1
DNS_OPERATOR_VERSION=0.12.0
DNS_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.12.0
WASM_SHIM_VERSION=0.8.1
RELATED_IMAGE_WASMSHIM=oci://quay.io/kuadrant/wasm-shim:v0.8.1
RELATED_IMAGE_CONSOLEPLUGIN=quay.io/kuadrant/console-plugin:v0.0.18
IMG=quay.io/kuadrant/kuadrant-operator:v1.0.2-rc3
BUNDLE_VERSION=1.0.2-rc3
BUNDLE_IMG=quay.io/kuadrant/kuadrant-operator-bundle:v1.0.2-rc3
CATALOG_IMG=quay.io/kuadrant/kuadrant-operator-catalog:v1.0.2-rc3
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=1.0.2-rc3

0 comments on commit 38e930d

Please sign in to comment.