Skip to content

Commit

Permalink
Prepared release v1.0.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
maleck13 authored and github-actions[bot] committed Nov 28, 2024
1 parent b146e8e commit 6c0a571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
version: 0.12.1
repository: https://kuadrant.io/helm-charts/
- name: dns-operator
version: 0.12.0
version: 0.11.0
repository: https://kuadrant.io/helm-charts/
maintainers:
- email: [email protected]
Expand Down
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=v0.12.0
- github.com/kuadrant/dns-operator/config/default?ref=v0.11.0

patches:
- path: deployment_patch.yaml
Expand Down
4 changes: 2 additions & 2 deletions make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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_VERSION=0.11.0
DNS_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.12.0
WASM_SHIM_VERSION=0.8.0
RELATED_IMAGE_WASMSHIM=oci://quay.io/kuadrant/wasm-shim:v0.8.0
Expand All @@ -14,4 +14,4 @@ BUNDLE_IMG=quay.io/kuadrant/kuadrant-operator-bundle:v1.0.0-rc10
CATALOG_IMG=quay.io/kuadrant/kuadrant-operator-catalog:v1.0.0-rc10
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=1.0.0-rc10
VERSION=1.0.0

0 comments on commit 6c0a571

Please sign in to comment.