Skip to content

Commit

Permalink
Merge pull request #564 from alexandrevilain/release/v0.16.1
Browse files Browse the repository at this point in the history
Prepare release v0.16.1
  • Loading branch information
alexandrevilain authored Nov 28, 2023
2 parents f8ebf2c + ed14872 commit e6b742a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.16.1
10 changes: 5 additions & 5 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ metadata:
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator
createdAt: "2023-11-18T12:27:42Z"
createdAt: "2023-11-28T12:54:34Z"
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.16.0
name: temporal-operator.v0.16.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -471,7 +471,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.16.0
image: ghcr.io/alexandrevilain/temporal-operator:v0.16.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -575,8 +575,8 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.15.4
version: 0.16.0
replaces: temporal-operator.v0.16.0
version: 0.16.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
- manager.yaml
images:
- name: ghcr.io/alexandrevilain/temporal-operator
newTag: v0.16.0
newTag: v0.16.1
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.15.4
replaces: temporal-operator.v0.16.0
version: 0.10.0
webhookdefinitions:
- admissionReviewVersions:
Expand Down

0 comments on commit e6b742a

Please sign in to comment.