Skip to content

Commit 66c1295

Browse files
committed
prepare-release: release-0.13.0-alpha1
1 parent 2a6abc7 commit 66c1295

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: "2025-01-21T22:21:25Z"
60+
containerImage: quay.io/kuadrant/dns-operator:v0.13.0-alpha1
61+
createdAt: "2025-02-07T11:33:44Z"
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.13.0-alpha1
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:v0.13.0-alpha1
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.12.0
280+
version: 0.13.0-alpha1

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.13.0-alpha1"
16+
appVersion: "0.13.0-alpha1"
1717
maintainers:
1818
1919
name: Michael Nairn

charts/dns-operator/templates/manifests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ spec:
936936
env:
937937
- name: WATCH_NAMESPACES
938938
value: ""
939-
image: quay.io/kuadrant/dns-operator:latest
939+
image: quay.io/kuadrant/dns-operator:v0.13.0-alpha1
940940
livenessProbe:
941941
httpGet:
942942
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:v0.13.0-alpha1
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: v0.13.0-alpha1

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:v0.13.0-alpha1
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.13.0-alpha1
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.12.0
65+
version: 0.13.0-alpha1

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:v0.13.0-alpha1
3+
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.13.0-alpha1
4+
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.13.0-alpha1
5+
CHANNELS=alpha
6+
BUNDLE_CHANNELS=--channels=alpha
7+
VERSION=0.13.0-alpha1
8+
REPLACES_VERSION=0.12.0

0 commit comments

Comments
 (0)