Skip to content

Commit a1cc37d

Browse files
committed
prepare-release: v0.6.0
Signed-off-by: craig <[email protected]>
1 parent a3f609d commit a1cc37d

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
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
@@ -37,14 +37,14 @@ metadata:
3737
]
3838
capabilities: Basic Install
3939
categories: Integration & Delivery
40-
containerImage: quay.io/kuadrant/dns-operator:release-0.6
41-
createdAt: "2024-09-11T09:23:34Z"
40+
containerImage: quay.io/kuadrant/dns-operator:v0.6.0
41+
createdAt: "2024-09-13T09:55:39Z"
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.6.0-rc1
47+
name: dns-operator.v0.6.0
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:release-0.6
133+
image: quay.io/kuadrant/dns-operator:v0.6.0
134134
livenessProbe:
135135
httpGet:
136136
path: /healthz
@@ -225,4 +225,4 @@ spec:
225225
provider:
226226
name: Red Hat
227227
replaces: dns-operator.v0.5.0
228-
version: 0.6.0-rc1
228+
version: 0.6.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

+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.6.0-rc1"
15+
version: "0.6.0"
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:release-0.6
707+
image: quay.io/kuadrant/dns-operator:v0.6.0
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:release-0.6
7+
image: quay.io/kuadrant/dns-operator-catalog:v0.6.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.6
10+
newTag: v0.6.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.6
8+
containerImage: quay.io/kuadrant/dns-operator:v0.6.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.6.0-rc1
12+
name: dns-operator.v0.6.0
1313
namespace: placeholder
1414
spec:
1515
apiservicedefinitions: {}
@@ -56,4 +56,4 @@ spec:
5656
provider:
5757
name: Red Hat
5858
replaces: dns-operator.v0.5.0
59-
version: 0.6.0-rc1
59+
version: 0.6.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.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
2+
IMG=quay.io/kuadrant/dns-operator:v0.6.0
3+
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.6.0
4+
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.6.0
5+
CHANNELS=stable
6+
BUNDLE_CHANNELS=--channels=stable
7+
VERSION=0.6.0
88
REPLACES_VERSION=0.5.0

0 commit comments

Comments
 (0)