Skip to content

Commit f9c0a0e

Browse files
Merge pull request #68 from adambkaplan/release-0.9.0
Prepare release v0.9.0
2 parents 5555755 + cec5fe6 commit f9c0a0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.9.0-rc.0
6+
VERSION ?= 0.9.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/shipwright-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
2424
repository: https://github.com/shipwright-io/operator
2525
support: The Shipwright Contributors
26-
name: shipwright-operator.v0.9.0-rc.0
26+
name: shipwright-operator.v0.9.0
2727
namespace: placeholder
2828
spec:
2929
apiservicedefinitions: {}
@@ -612,7 +612,7 @@ spec:
612612
- --health-probe-bind-address=:8081
613613
- --metrics-bind-address=127.0.0.1:8080
614614
- --leader-elect
615-
image: ghcr.io/shipwright-io/operator/operator:0.9.0-rc.0
615+
image: ghcr.io/shipwright-io/operator/operator:0.9.0
616616
livenessProbe:
617617
httpGet:
618618
path: /healthz
@@ -700,4 +700,4 @@ spec:
700700
provider:
701701
name: The Shipwright Contributors
702702
url: https://shipwright.io
703-
version: 0.9.0-rc.0
703+
version: 0.9.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/shipwright-io/operator/operator
16-
newTag: 0.9.0-rc.0
16+
newTag: 0.9.0

0 commit comments

Comments
 (0)