Skip to content

Commit

Permalink
Release v0.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Apr 23, 2024
1 parent bed695f commit 6aab982
Show file tree
Hide file tree
Showing 20 changed files with 13,908 additions and 11,984 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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=preview
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
16 changes: 8 additions & 8 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-04-22T18:17:29Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v0.7.0-rc1
createdAt: "2024-04-23T17:37:24Z"
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.7.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -599,8 +599,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.4.0-rc1
image: quay.io/kuadrant/kuadrant-operator:v0.7.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -702,7 +702,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.4.0-rc1
name: wasmshim
replaces: kuadrant-operator.v0.0.0-alpha
version: 0.0.0
replaces: kuadrant-operator.v0.6.1
version: 0.7.0-rc1
10,542 changes: 5,783 additions & 4,759 deletions bundle/manifests/kuadrant.io_authpolicies.yaml

Large diffs are not rendered by default.

245 changes: 115 additions & 130 deletions bundle/manifests/kuadrant.io_dnspolicies.yaml

Large diffs are not rendered by default.

896 changes: 489 additions & 407 deletions bundle/manifests/kuadrant.io_kuadrants.yaml

Large diffs are not rendered by default.

962 changes: 438 additions & 524 deletions bundle/manifests/kuadrant.io_ratelimitpolicies.yaml

Large diffs are not rendered by default.

279 changes: 118 additions & 161 deletions bundle/manifests/kuadrant.io_tlspolicies.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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: preview
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
6 changes: 3 additions & 3 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ dependencies:
- type: olm.package
value:
packageName: authorino-operator
version: "0.0.0"
version: "0.11.1"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.8.0-rc.1"
- type: olm.package
value:
packageName: dns-operator
version: "0.0.0"
version: "0.2.0-rc1"
- type: olm.package
value:
packageName: cert-manager
Expand Down
10,542 changes: 5,783 additions & 4,759 deletions config/crd/bases/kuadrant.io_authpolicies.yaml

Large diffs are not rendered by default.

245 changes: 115 additions & 130 deletions config/crd/bases/kuadrant.io_dnspolicies.yaml

Large diffs are not rendered by default.

896 changes: 489 additions & 407 deletions config/crd/bases/kuadrant.io_kuadrants.yaml

Large diffs are not rendered by default.

962 changes: 438 additions & 524 deletions config/crd/bases/kuadrant.io_ratelimitpolicies.yaml

Large diffs are not rendered by default.

279 changes: 118 additions & 161 deletions config/crd/bases/kuadrant.io_tlspolicies.yaml

Large diffs are not rendered by default.

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.11.1
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.2.0-rc1

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.8.0-rc.1
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.7.0-rc1
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.4.0-rc1"
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.7.0-rc1
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.7.0-rc1
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.6.1
version: 0.7.0-rc1

0 comments on commit 6aab982

Please sign in to comment.