From 6ffba110b942101da77c59506e8e89a6728e1b99 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Mon, 25 Nov 2024 14:50:12 +0100 Subject: [PATCH] prepare-release: v0.10.1 --- .../dns-operator.clusterserviceversion.yaml | 12 ++++++------ charts/dns-operator/Chart.yaml | 4 ++-- charts/dns-operator/templates/manifests.yaml | 2 +- config/deploy/olm/catalogsource.yaml | 2 +- config/manager/kustomization.yaml | 2 +- .../bases/dns-operator.clusterserviceversion.yaml | 8 ++++---- make/release.mk | 10 +++++----- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bundle/manifests/dns-operator.clusterserviceversion.yaml b/bundle/manifests/dns-operator.clusterserviceversion.yaml index a4c5a0e..f60b68e 100644 --- a/bundle/manifests/dns-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dns-operator.clusterserviceversion.yaml @@ -57,14 +57,14 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/dns-operator:v0.10.0 - createdAt: "2024-11-22T14:27:02Z" + containerImage: quay.io/kuadrant/dns-operator:v0.10.1 + createdAt: "2024-11-25T13:44:33Z" description: A Kubernetes Operator to manage the lifecycle of DNS resources operators.operatorframework.io/builder: operator-sdk-v1.33.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 repository: https://github.com/kuadrant/dns-operator support: kuadrant - name: dns-operator.v0.10.0 + name: dns-operator.v0.10.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -182,7 +182,7 @@ spec: - /manager env: - name: WATCH_NAMESPACES - image: quay.io/kuadrant/dns-operator:v0.10.0 + image: quay.io/kuadrant/dns-operator:v0.10.1 livenessProbe: httpGet: path: /healthz @@ -276,5 +276,5 @@ spec: minKubeVersion: 1.8.0 provider: name: Red Hat - replaces: dns-operator.v0.9.0 - version: 0.10.0 + replaces: dns-operator.v0.10.0 + version: 0.10.1 diff --git a/charts/dns-operator/Chart.yaml b/charts/dns-operator/Chart.yaml index 08ebcbf..a724707 100644 --- a/charts/dns-operator/Chart.yaml +++ b/charts/dns-operator/Chart.yaml @@ -12,8 +12,8 @@ sources: kubeVersion: ">=1.19.0-0" type: application # The version will be properly set when the chart is released matching the operator version -version: "0.10.0" -appVersion: "0.10.0" +version: "0.10.1" +appVersion: "0.10.1" maintainers: - email: mnairn@redhat.com name: Michael Nairn diff --git a/charts/dns-operator/templates/manifests.yaml b/charts/dns-operator/templates/manifests.yaml index 383ec32..432a827 100644 --- a/charts/dns-operator/templates/manifests.yaml +++ b/charts/dns-operator/templates/manifests.yaml @@ -913,7 +913,7 @@ spec: env: - name: WATCH_NAMESPACES value: "" - image: quay.io/kuadrant/dns-operator:v0.10.0 + image: quay.io/kuadrant/dns-operator:v0.10.1 livenessProbe: httpGet: path: /healthz diff --git a/config/deploy/olm/catalogsource.yaml b/config/deploy/olm/catalogsource.yaml index f3c7702..c8f8395 100644 --- a/config/deploy/olm/catalogsource.yaml +++ b/config/deploy/olm/catalogsource.yaml @@ -4,6 +4,6 @@ metadata: name: dns-operator-catalog spec: sourceType: grpc - image: quay.io/kuadrant/dns-operator-catalog:v0.10.0 + image: quay.io/kuadrant/dns-operator-catalog:v0.10.1 displayName: DNS Operators publisher: grpc diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 77ff13f..c547fce 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -7,4 +7,4 @@ kind: Kustomization images: - name: controller newName: quay.io/kuadrant/dns-operator - newTag: v0.10.0 + newTag: v0.10.1 diff --git a/config/manifests/bases/dns-operator.clusterserviceversion.yaml b/config/manifests/bases/dns-operator.clusterserviceversion.yaml index 00f237f..c7d3c5b 100644 --- a/config/manifests/bases/dns-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/dns-operator.clusterserviceversion.yaml @@ -5,11 +5,11 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/dns-operator:v0.10.0 + containerImage: quay.io/kuadrant/dns-operator:v0.10.1 description: A Kubernetes Operator to manage the lifecycle of DNS resources repository: https://github.com/kuadrant/dns-operator support: kuadrant - name: dns-operator.v0.10.0 + name: dns-operator.v0.10.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -61,5 +61,5 @@ spec: minKubeVersion: 1.8.0 provider: name: Red Hat - replaces: dns-operator.v0.9.0 - version: 0.10.0 + replaces: dns-operator.v0.10.0 + version: 0.10.1 diff --git a/make/release.mk b/make/release.mk index 181dc04..b094cef 100644 --- a/make/release.mk +++ b/make/release.mk @@ -1,8 +1,8 @@ #Release default values -IMG=quay.io/kuadrant/dns-operator:v0.10.0 -BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.10.0 -CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.10.0 +IMG=quay.io/kuadrant/dns-operator:v0.10.1 +BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.10.1 +CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.10.1 CHANNELS=stable BUNDLE_CHANNELS=--channels=stable -VERSION=0.10.0 -REPLACES_VERSION=0.9.0 +VERSION=0.10.1 +REPLACES_VERSION=0.10.0