Skip to content

Commit 47e34e1

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 bee684b commit 47e34e1

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed

bundle/manifests/dns-operator.clusterserviceversion.yaml

+6-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:latest
61-
createdAt: "2024-11-15T11:06:08Z"
60+
containerImage: quay.io/kuadrant/dns-operator:release-0.11
61+
createdAt: "2024-11-25T15:23:23Z"
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.0.0
67+
name: dns-operator.v0.11.0-dev
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:latest
185+
image: quay.io/kuadrant/dns-operator:release-0.11
186186
livenessProbe:
187187
httpGet:
188188
path: /healthz
@@ -276,4 +276,5 @@ spec:
276276
minKubeVersion: 1.8.0
277277
provider:
278278
name: Red Hat
279-
version: 0.0.0
279+
replaces: dns-operator.v0.10.1
280+
version: 0.11.0-dev

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.0.0"
16-
appVersion: "0.0.0"
15+
version: "0.11.0-dev"
16+
appVersion: "0.11.0-dev"
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:latest
916+
image: quay.io/kuadrant/dns-operator:release-0.11
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:latest
7+
image: quay.io/kuadrant/dns-operator-catalog:release-0.11
88
displayName: DNS Operators
99
publisher: grpc

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: latest
10+
newTag: release-0.11

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

+4-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:latest
8+
containerImage: quay.io/kuadrant/dns-operator:release-0.11
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.0.0
12+
name: dns-operator.v0.11.0-dev
1313
namespace: placeholder
1414
spec:
1515
apiservicedefinitions: {}
@@ -61,4 +61,5 @@ spec:
6161
minKubeVersion: 1.8.0
6262
provider:
6363
name: Red Hat
64-
version: 0.0.0
64+
replaces: dns-operator.v0.10.1
65+
version: 0.11.0-dev

make/release.mk

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#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
8+
REPLACES_VERSION=0.10.1

0 commit comments

Comments
 (0)