Skip to content

Commit

Permalink
Prepared release v1.0.2
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
eguzki authored and github-actions[bot] committed Feb 5, 2025
1 parent 75f0d0e commit 0b59752
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 21 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=kuadrant-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
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
createdAt: "2025-02-05T11:24:11Z"
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
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
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
4 changes: 2 additions & 2 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: kuadrant-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channel.default.v1: alpha
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
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"
appVersion: "1.0.2"
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
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
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
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
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
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
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
BUNDLE_VERSION=1.0.2
BUNDLE_IMG=quay.io/kuadrant/kuadrant-operator-bundle:v1.0.2
CATALOG_IMG=quay.io/kuadrant/kuadrant-operator-catalog:v1.0.2
CHANNELS=stable
BUNDLE_CHANNELS=--channels=stable
VERSION=1.0.2

0 comments on commit 0b59752

Please sign in to comment.