Skip to content

Commit

Permalink
prepare-release: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Nov 25, 2024
1 parent 18b9435 commit 6ffba11
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:v0.10.0
createdAt: "2024-11-22T14:27:02Z"
containerImage: quay.io/kuadrant/dns-operator:v0.10.1
createdAt: "2024-11-25T13:44:33Z"
description: A Kubernetes Operator to manage the lifecycle of DNS resources
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.10.0
name: dns-operator.v0.10.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -182,7 +182,7 @@ spec:
- /manager
env:
- name: WATCH_NAMESPACES
image: quay.io/kuadrant/dns-operator:v0.10.0
image: quay.io/kuadrant/dns-operator:v0.10.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -276,5 +276,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
replaces: dns-operator.v0.9.0
version: 0.10.0
replaces: dns-operator.v0.10.0
version: 0.10.1
4 changes: 2 additions & 2 deletions charts/dns-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ sources:
kubeVersion: ">=1.19.0-0"
type: application
# The version will be properly set when the chart is released matching the operator version
version: "0.10.0"
appVersion: "0.10.0"
version: "0.10.1"
appVersion: "0.10.1"
maintainers:
- email: [email protected]
name: Michael Nairn
Expand Down
2 changes: 1 addition & 1 deletion charts/dns-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ spec:
env:
- name: WATCH_NAMESPACES
value: ""
image: quay.io/kuadrant/dns-operator:v0.10.0
image: quay.io/kuadrant/dns-operator:v0.10.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/olm/catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: dns-operator-catalog
spec:
sourceType: grpc
image: quay.io/kuadrant/dns-operator-catalog:v0.10.0
image: quay.io/kuadrant/dns-operator-catalog:v0.10.1
displayName: DNS Operators
publisher: grpc
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/dns-operator
newTag: v0.10.0
newTag: v0.10.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:v0.10.0
containerImage: quay.io/kuadrant/dns-operator:v0.10.1
description: A Kubernetes Operator to manage the lifecycle of DNS resources
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.10.0
name: dns-operator.v0.10.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -61,5 +61,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
replaces: dns-operator.v0.9.0
version: 0.10.0
replaces: dns-operator.v0.10.0
version: 0.10.1
10 changes: 5 additions & 5 deletions make/release.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Release default values
IMG=quay.io/kuadrant/dns-operator:v0.10.0
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.10.0
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.10.0
IMG=quay.io/kuadrant/dns-operator:v0.10.1
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.10.1
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.10.1
CHANNELS=stable
BUNDLE_CHANNELS=--channels=stable
VERSION=0.10.0
REPLACES_VERSION=0.9.0
VERSION=0.10.1
REPLACES_VERSION=0.10.0

0 comments on commit 6ffba11

Please sign in to comment.