Skip to content

Commit

Permalink
Prepared release v1.0.0-rc4
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
github-actions[bot] committed Nov 12, 2024
1 parent 5d97f9a commit a735dcf
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 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-12T11:38:26Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc4
createdAt: "2024-11-12T13:41:32Z"
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-rc4
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.8
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc4
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.8
name: consoleplugin
version: 0.0.0
version: 1.0.0-rc4
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.14.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.8.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-rc4"
dependencies:
- name: authorino-operator
version: 0.0.0
version: 0.14.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.8.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 @@ -8837,14 +8837,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.8
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.0.0-rc4
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.14.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.8.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-rc4
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.8"
- 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-rc4
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-rc4
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-rc4
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package version

var (
// This variable is dependent on what the current release is e.g. if it is v0.10.0 then this variable, outside of releases, will be v0.10.1-dev .
Version = "v0.12.0-dev"
Version = "1.0.0-rc4"
)

0 comments on commit a735dcf

Please sign in to comment.