diff --git a/bundle.Dockerfile b/bundle.Dockerfile index f778d203..b8d79174 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -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=dns-operator -LABEL operators.operatorframework.io.bundle.channels.v1=alpha +LABEL operators.operatorframework.io.bundle.channels.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4 diff --git a/bundle/manifests/dns-operator.clusterserviceversion.yaml b/bundle/manifests/dns-operator.clusterserviceversion.yaml index 68c7177b..5258b134 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:release-0.11 - createdAt: "2024-11-25T15:23:23Z" + containerImage: quay.io/kuadrant/dns-operator:v0.11.0 + createdAt: "2024-11-25T15:56:34Z" 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.11.0-dev + name: dns-operator.v0.11.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -182,7 +182,7 @@ spec: - /manager env: - name: WATCH_NAMESPACES - image: quay.io/kuadrant/dns-operator:release-0.11 + image: quay.io/kuadrant/dns-operator:v0.11.0 livenessProbe: httpGet: path: /healthz @@ -277,4 +277,4 @@ spec: provider: name: Red Hat replaces: dns-operator.v0.10.1 - version: 0.11.0-dev + version: 0.11.0 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index bbad40c6..c068011f 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -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: dns-operator - operators.operatorframework.io.bundle.channels.v1: alpha + operators.operatorframework.io.bundle.channels.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.33.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4 diff --git a/charts/dns-operator/Chart.yaml b/charts/dns-operator/Chart.yaml index aea3ac77..9aee896c 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.11.0-dev" -appVersion: "0.11.0-dev" +version: "0.11.0" +appVersion: "0.11.0" 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 dc56c7b7..6306395c 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:release-0.11 + image: quay.io/kuadrant/dns-operator:v0.11.0 livenessProbe: httpGet: path: /healthz diff --git a/config/deploy/olm/catalogsource.yaml b/config/deploy/olm/catalogsource.yaml index 987a67c8..d0c9a3a6 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:release-0.11 + image: quay.io/kuadrant/dns-operator-catalog:v0.11.0 displayName: DNS Operators publisher: grpc diff --git a/config/deploy/olm/subscription.yaml b/config/deploy/olm/subscription.yaml index 141ebab5..39ddb2c0 100644 --- a/config/deploy/olm/subscription.yaml +++ b/config/deploy/olm/subscription.yaml @@ -6,4 +6,4 @@ spec: source: dns-operator-catalog sourceNamespace: dns-operator-system name: dns-operator - channel: "alpha" + channel: "stable" diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a51fd6b5..c75562a1 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: release-0.11 + newTag: v0.11.0 diff --git a/config/manifests/bases/dns-operator.clusterserviceversion.yaml b/config/manifests/bases/dns-operator.clusterserviceversion.yaml index d4c8ecf1..a0f1d0a0 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:release-0.11 + containerImage: quay.io/kuadrant/dns-operator:v0.11.0 description: A Kubernetes Operator to manage the lifecycle of DNS resources repository: https://github.com/kuadrant/dns-operator support: kuadrant - name: dns-operator.v0.11.0-dev + name: dns-operator.v0.11.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -62,4 +62,4 @@ spec: provider: name: Red Hat replaces: dns-operator.v0.10.1 - version: 0.11.0-dev + version: 0.11.0 diff --git a/make/release.mk b/make/release.mk index ede24a62..4573108b 100644 --- a/make/release.mk +++ b/make/release.mk @@ -1,8 +1,8 @@ #Release default values -IMG=quay.io/kuadrant/dns-operator:release-0.11 -BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.11 -CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.11 -CHANNELS=alpha -BUNDLE_CHANNELS=--channels=alpha -VERSION=0.11.0-dev +IMG=quay.io/kuadrant/dns-operator:v0.11.0 +BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.11.0 +CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.11.0 +CHANNELS=stable +BUNDLE_CHANNELS=--channels=stable +VERSION=0.11.0 REPLACES_VERSION=0.10.1