Skip to content

Commit

Permalink
prepare-release: release-0.5
Browse files Browse the repository at this point in the history
Signed-off-by: craig <[email protected]>
  • Loading branch information
maleck13 committed Aug 22, 2024
1 parent df3d1e9 commit c7cd402
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
11 changes: 6 additions & 5 deletions bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:latest
createdAt: "2024-08-13T17:16:20Z"
containerImage: quay.io/kuadrant/dns-operator:release-0.5
createdAt: "2024-08-21T07:10:21Z"
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.0.0
name: dns-operator.v0.5.0-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
- /manager
env:
- name: WATCH_NAMESPACES
image: quay.io/kuadrant/dns-operator:latest
image: quay.io/kuadrant/dns-operator:release-0.5
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -224,4 +224,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
replaces: dns-operator.v0.4.1
version: 0.5.0-dev
2 changes: 1 addition & 1 deletion charts/dns-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.0.0"
version: "0.5.0-dev"
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 @@ -701,7 +701,7 @@ spec:
env:
- name: WATCH_NAMESPACES
value: ""
image: quay.io/kuadrant/dns-operator:latest
image: quay.io/kuadrant/dns-operator:v0.5.0-dev
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:latest
image: quay.io/kuadrant/dns-operator-catalog:release-0.5
displayName: DNS Operators
publisher: grpc
4 changes: 1 addition & 3 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/dns-operator
newTag: remove_managed_zone_api

#ToDo mnairn: Revert tag before merge
newTag: v0.5.0-dev
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:latest
containerImage: quay.io/kuadrant/dns-operator:release-0.5
description: A Kubernetes Operator to manage the lifecycle of DNS resources
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.0.0
name: dns-operator.v0.5.0-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -55,4 +55,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
replaces: dns-operator.v0.4.1
version: 0.5.0-dev
8 changes: 8 additions & 0 deletions make/release.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Release default values
IMG=quay.io/kuadrant/dns-operator:release-0.5
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.5
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.5
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=0.5.0-dev
REPLACES_VERSION=0.4.1

0 comments on commit c7cd402

Please sign in to comment.