Skip to content

Commit

Permalink
[release] Config and bundle for release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Dec 18, 2023
1 parent 1bd09bc commit 08aba7e
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 23 deletions.
3 changes: 2 additions & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.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
18 changes: 9 additions & 9 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2023-12-12T12:34:15Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v0.6.0
createdAt: "2023-12-18T14:19:07Z"
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.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -705,8 +705,8 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
image: quay.io/kuadrant/kuadrant-operator:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.3.0
image: quay.io/kuadrant/kuadrant-operator:v0.6.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -761,7 +761,7 @@ spec:
- --ocm-hub=false
command:
- /policy_controller
image: quay.io/kuadrant/policy-controller:main
image: quay.io/kuadrant/policy-controller:release-0.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -897,7 +897,7 @@ 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.3.0
name: wasmshim
replaces: kuadrant-operator.v0.0.0-alpha
version: 0.0.0
replaces: kuadrant-operator.v0.5.0
version: 0.6.0
3 changes: 2 additions & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.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 bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies:
- type: olm.package
value:
packageName: authorino-operator
version: "0.0.0"
version: "0.10.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.7.0"
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.10.0
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.7.0
2 changes: 1 addition & 1 deletion config/dependencies/policy-controller/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- github.com/Kuadrant/multicluster-gateway-controller/config/policy-controller/default?ref=main
- github.com/Kuadrant/multicluster-gateway-controller/config/policy-controller/default?ref=v0.3.0

patchesStrategicMerge:
- delete-ns.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- github.com/Kuadrant/multicluster-gateway-controller/config/samples?ref=main
- github.com/Kuadrant/multicluster-gateway-controller/config/samples?ref=v0.3.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.6.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.3.0"
image: controller:latest
name: manager
securityContext:
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.6.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.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -101,5 +101,5 @@ spec:
provider:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
replaces: kuadrant-operator.v0.0.0-alpha
version: 0.0.0
replaces: kuadrant-operator.v0.5.0
version: 0.6.0

0 comments on commit 08aba7e

Please sign in to comment.