Skip to content

Commit

Permalink
Prepared release v0.11.0
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 Oct 2, 2024
1 parent 4793dc4 commit bde7765
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 25 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 @@ -105,13 +105,13 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-10-01T07:44:08Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v0.11.0
createdAt: "2024-10-02T20:15:28Z"
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.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -646,12 +646,12 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.6.0
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -753,6 +753,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.6.0
name: wasmshim
version: 0.0.0
version: 0.11.0
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.13.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.11.0"
- type: olm.package
value:
packageName: dns-operator
version: "0.0.0"
version: "0.6.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: "0.11.0"
dependencies:
- name: authorino-operator
version: 0.0.0
version: 0.13.0
repository: https://kuadrant.io/helm-charts/
- name: limitador-operator
version: 0.0.0
version: 0.11.0
repository: https://kuadrant.io/helm-charts/
- name: dns-operator
version: 0.0.0
version: 0.6.0
repository: https://kuadrant.io/helm-charts/
maintainers:
- email: acatterm@redhat.com
Expand Down
52 changes: 50 additions & 2 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15791,6 +15791,42 @@ rules:
- patch
- update
- watch
- apiGroups:
- gateway.envoyproxy.io
resources:
- envoyextensionpolicies
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gateway.envoyproxy.io
resources:
- envoypatchpolicies
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gateway.envoyproxy.io
resources:
- securitypolicies
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
Expand Down Expand Up @@ -15842,6 +15878,18 @@ rules:
- get
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- referencegrants
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- install.istio.io
resources:
Expand Down Expand Up @@ -16157,12 +16205,12 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.6.0
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v0.11.0
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.13.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.6.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.11.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: v0.11.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.6.0"
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
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.11.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.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -96,4 +96,4 @@ spec:
provider:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
version: 0.0.0
version: 0.11.0
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 = "0.11.0-dev"
Version = "0.11.0"
)

0 comments on commit bde7765

Please sign in to comment.