Skip to content

Commit 311f428

Browse files
committed
prepare release 0.11.0
Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 47e34e1 commit 311f428

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

bundle.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=dns-operator
8-
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
8+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
99
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0
1010
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1111
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

bundle/manifests/dns-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ metadata:
5757
]
5858
capabilities: Basic Install
5959
categories: Integration & Delivery
60-
containerImage: quay.io/kuadrant/dns-operator:release-0.11
61-
createdAt: "2024-11-25T15:23:23Z"
60+
containerImage: quay.io/kuadrant/dns-operator:v0.11.0
61+
createdAt: "2024-11-25T15:56:34Z"
6262
description: A Kubernetes Operator to manage the lifecycle of DNS resources
6363
operators.operatorframework.io/builder: operator-sdk-v1.33.0
6464
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
6565
repository: https://github.com/kuadrant/dns-operator
6666
support: kuadrant
67-
name: dns-operator.v0.11.0-dev
67+
name: dns-operator.v0.11.0
6868
namespace: placeholder
6969
spec:
7070
apiservicedefinitions: {}
@@ -182,7 +182,7 @@ spec:
182182
- /manager
183183
env:
184184
- name: WATCH_NAMESPACES
185-
image: quay.io/kuadrant/dns-operator:release-0.11
185+
image: quay.io/kuadrant/dns-operator:v0.11.0
186186
livenessProbe:
187187
httpGet:
188188
path: /healthz
@@ -277,4 +277,4 @@ spec:
277277
provider:
278278
name: Red Hat
279279
replaces: dns-operator.v0.10.1
280-
version: 0.11.0-dev
280+
version: 0.11.0

bundle/metadata/annotations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: dns-operator
7-
operators.operatorframework.io.bundle.channels.v1: alpha
7+
operators.operatorframework.io.bundle.channels.v1: stable
88
operators.operatorframework.io.metrics.builder: operator-sdk-v1.33.0
99
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1010
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4

charts/dns-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ sources:
1212
kubeVersion: ">=1.19.0-0"
1313
type: application
1414
# The version will be properly set when the chart is released matching the operator version
15-
version: "0.11.0-dev"
16-
appVersion: "0.11.0-dev"
15+
version: "0.11.0"
16+
appVersion: "0.11.0"
1717
maintainers:
1818
1919
name: Michael Nairn

charts/dns-operator/templates/manifests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ spec:
913913
env:
914914
- name: WATCH_NAMESPACES
915915
value: ""
916-
image: quay.io/kuadrant/dns-operator:release-0.11
916+
image: quay.io/kuadrant/dns-operator:v0.11.0
917917
livenessProbe:
918918
httpGet:
919919
path: /healthz

config/deploy/olm/catalogsource.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ metadata:
44
name: dns-operator-catalog
55
spec:
66
sourceType: grpc
7-
image: quay.io/kuadrant/dns-operator-catalog:release-0.11
7+
image: quay.io/kuadrant/dns-operator-catalog:v0.11.0
88
displayName: DNS Operators
99
publisher: grpc

config/deploy/olm/subscription.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ spec:
66
source: dns-operator-catalog
77
sourceNamespace: dns-operator-system
88
name: dns-operator
9-
channel: "alpha"
9+
channel: "stable"

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ kind: Kustomization
77
images:
88
- name: controller
99
newName: quay.io/kuadrant/dns-operator
10-
newTag: release-0.11
10+
newTag: v0.11.0

config/manifests/bases/dns-operator.clusterserviceversion.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Basic Install
77
categories: Integration & Delivery
8-
containerImage: quay.io/kuadrant/dns-operator:release-0.11
8+
containerImage: quay.io/kuadrant/dns-operator:v0.11.0
99
description: A Kubernetes Operator to manage the lifecycle of DNS resources
1010
repository: https://github.com/kuadrant/dns-operator
1111
support: kuadrant
12-
name: dns-operator.v0.11.0-dev
12+
name: dns-operator.v0.11.0
1313
namespace: placeholder
1414
spec:
1515
apiservicedefinitions: {}
@@ -62,4 +62,4 @@ spec:
6262
provider:
6363
name: Red Hat
6464
replaces: dns-operator.v0.10.1
65-
version: 0.11.0-dev
65+
version: 0.11.0

make/release.mk

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#Release default values
2-
IMG=quay.io/kuadrant/dns-operator:release-0.11
3-
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.11
4-
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.11
5-
CHANNELS=alpha
6-
BUNDLE_CHANNELS=--channels=alpha
7-
VERSION=0.11.0-dev
2+
IMG=quay.io/kuadrant/dns-operator:v0.11.0
3+
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.11.0
4+
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.11.0
5+
CHANNELS=stable
6+
BUNDLE_CHANNELS=--channels=stable
7+
VERSION=0.11.0
88
REPLACES_VERSION=0.10.1

0 commit comments

Comments
 (0)