Skip to content

Commit 6ffba11

Browse files
committed
prepare-release: v0.10.1
1 parent 18b9435 commit 6ffba11

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

bundle/manifests/dns-operator.clusterserviceversion.yaml

+6-6
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:v0.10.0
61-
createdAt: "2024-11-22T14:27:02Z"
60+
containerImage: quay.io/kuadrant/dns-operator:v0.10.1
61+
createdAt: "2024-11-25T13:44:33Z"
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.10.0
67+
name: dns-operator.v0.10.1
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:v0.10.0
185+
image: quay.io/kuadrant/dns-operator:v0.10.1
186186
livenessProbe:
187187
httpGet:
188188
path: /healthz
@@ -276,5 +276,5 @@ spec:
276276
minKubeVersion: 1.8.0
277277
provider:
278278
name: Red Hat
279-
replaces: dns-operator.v0.9.0
280-
version: 0.10.0
279+
replaces: dns-operator.v0.10.0
280+
version: 0.10.1

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.10.0"
16-
appVersion: "0.10.0"
15+
version: "0.10.1"
16+
appVersion: "0.10.1"
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:v0.10.0
916+
image: quay.io/kuadrant/dns-operator:v0.10.1
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:v0.10.0
7+
image: quay.io/kuadrant/dns-operator-catalog:v0.10.1
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: v0.10.0
10+
newTag: v0.10.1

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

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

make/release.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#Release default values
2-
IMG=quay.io/kuadrant/dns-operator:v0.10.0
3-
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.10.0
4-
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.10.0
2+
IMG=quay.io/kuadrant/dns-operator:v0.10.1
3+
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.10.1
4+
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.10.1
55
CHANNELS=stable
66
BUNDLE_CHANNELS=--channels=stable
7-
VERSION=0.10.0
8-
REPLACES_VERSION=0.9.0
7+
VERSION=0.10.1
8+
REPLACES_VERSION=0.10.0

0 commit comments

Comments
 (0)