Skip to content

Commit

Permalink
prepare-release: release-0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philbrookes committed May 27, 2024
1 parent 588b443 commit 220148b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 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 @@ -55,14 +55,14 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:latest
createdAt: "2024-05-10T10:23:31Z"
containerImage: quay.io/kuadrant/dns-operator:release-0.3
createdAt: "2024-05-27T10:26:10Z"
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.3.0-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/dns-operator:latest
image: quay.io/kuadrant/dns-operator:release-0.3
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -271,4 +271,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
replaces: dns-operator.v0.2.0
version: 0.3.0-dev
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.3
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: latest
newTag: release-0.3
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.3
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.3.0-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -60,4 +60,5 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
replaces: dns-operator.v0.2.0
version: 0.3.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.3
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.3
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.3
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=0.3.0-dev
REPLACES_VERSION=0.2.0

0 comments on commit 220148b

Please sign in to comment.