Skip to content

Commit

Permalink
prepare-release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Mar 14, 2024
1 parent de77954 commit 096df84
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=dns-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
Expand Down
10 changes: 5 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:release-0.2
createdAt: "2024-03-14T15:54:27Z"
containerImage: quay.io/kuadrant/dns-operator:v0.2.0
createdAt: "2024-03-14T16:47:59Z"
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.2.0-dev
name: dns-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/dns-operator:release-0.2
image: quay.io/kuadrant/dns-operator:v0.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -272,4 +272,4 @@ spec:
provider:
name: Red Hat
replaces: dns-operator.v0.1.0
version: 0.2.0-dev
version: 0.2.0
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: dns-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.33.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
Expand Down
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: release-0.2
newTag: v0.2.0
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:release-0.2
containerImage: quay.io/kuadrant/dns-operator:v0.2.0
description: A Kubernetes Operator to manage the lifecycle of DNS resources
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
name: dns-operator.v0.2.0-dev
name: dns-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -61,4 +61,4 @@ spec:
provider:
name: Red Hat
replaces: dns-operator.v0.1.0
version: 0.2.0-dev
version: 0.2.0
10 changes: 5 additions & 5 deletions make/release.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Release default values
IMG=quay.io/kuadrant/dns-operator:release-0.2
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.2
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.2
CHANNELS=alpha
VERSION=0.2.0-dev
IMG=quay.io/kuadrant/dns-operator:v0.2.0
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.2.0
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.2.0
CHANNELS=stable
VERSION=0.2.0
REPLACES_VERSION=0.1.0

0 comments on commit 096df84

Please sign in to comment.