Skip to content

Commit a3f609d

Browse files
committed
prepare release 0.6
Signed-off-by: craig <[email protected]>
1 parent cb8200f commit a3f609d

File tree

7 files changed

+22
-12
lines changed

7 files changed

+22
-12
lines changed

bundle/manifests/dns-operator.clusterserviceversion.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ metadata:
3737
]
3838
capabilities: Basic Install
3939
categories: Integration & Delivery
40-
containerImage: quay.io/kuadrant/dns-operator:latest
41-
createdAt: "2024-09-03T15:38:08Z"
40+
containerImage: quay.io/kuadrant/dns-operator:release-0.6
41+
createdAt: "2024-09-11T09:23:34Z"
4242
description: A Kubernetes Operator to manage the lifecycle of DNS resources
4343
operators.operatorframework.io/builder: operator-sdk-v1.33.0
4444
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
4545
repository: https://github.com/kuadrant/dns-operator
4646
support: kuadrant
47-
name: dns-operator.v0.0.0
47+
name: dns-operator.v0.6.0-rc1
4848
namespace: placeholder
4949
spec:
5050
apiservicedefinitions: {}
@@ -130,7 +130,7 @@ spec:
130130
- /manager
131131
env:
132132
- name: WATCH_NAMESPACES
133-
image: quay.io/kuadrant/dns-operator:latest
133+
image: quay.io/kuadrant/dns-operator:release-0.6
134134
livenessProbe:
135135
httpGet:
136136
path: /healthz
@@ -224,4 +224,5 @@ spec:
224224
minKubeVersion: 1.8.0
225225
provider:
226226
name: Red Hat
227-
version: 0.0.0
227+
replaces: dns-operator.v0.5.0
228+
version: 0.6.0-rc1

charts/dns-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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"
15+
version: "0.6.0-rc1"
1616
maintainers:
1717
1818
name: Michael Nairn

charts/dns-operator/templates/manifests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ spec:
704704
env:
705705
- name: WATCH_NAMESPACES
706706
value: ""
707-
image: quay.io/kuadrant/dns-operator:latest
707+
image: quay.io/kuadrant/dns-operator:release-0.6
708708
livenessProbe:
709709
httpGet:
710710
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.6
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.6

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.6
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.6.0-rc1
1313
namespace: placeholder
1414
spec:
1515
apiservicedefinitions: {}
@@ -55,4 +55,5 @@ spec:
5555
minKubeVersion: 1.8.0
5656
provider:
5757
name: Red Hat
58-
version: 0.0.0
58+
replaces: dns-operator.v0.5.0
59+
version: 0.6.0-rc1

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.6
3+
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.6
4+
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.6
5+
CHANNELS=alpha
6+
BUNDLE_CHANNELS=--channels=alpha
7+
VERSION=0.6.0-rc1
8+
REPLACES_VERSION=0.5.0

0 commit comments

Comments
 (0)