Skip to content

Commit

Permalink
Merge pull request #489 from alexandrevilain/release/v0.15.3
Browse files Browse the repository at this point in the history
Prepare release v0.15.3
  • Loading branch information
alexandrevilain authored Aug 29, 2023
2 parents cc4e636 + 53bf3d5 commit 9a00278
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.2
0.15.3
8 changes: 4 additions & 4 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-08-28T19:05:26Z"
createdAt: "2023-08-29T17:49:54Z"
operators.operatorframework.io/builder: operator-sdk-v1.26.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.15.2
name: temporal-operator.v0.15.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -471,7 +471,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.15.2
image: ghcr.io/alexandrevilain/temporal-operator:v0.15.3
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -576,7 +576,7 @@ spec:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.9.1
version: 0.15.2
version: 0.15.3
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.15.2
newTag: v0.15.3

0 comments on commit 9a00278

Please sign in to comment.