Skip to content

Commit

Permalink
Merge pull request #370 from alexandrevilain/release/v0.13.0
Browse files Browse the repository at this point in the history
Prepare release v0.13.0
  • Loading branch information
alexandrevilain committed May 28, 2023
2 parents 0a27d5b + f53d82f commit 6fe41fe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.13.0
12 changes: 6 additions & 6 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ metadata:
"name": "prod",
"namespace": "temporal"
},
"image": "ktenzer/helloworld-worker",
"image": "ghcr.io/alexandrevilain/example-worker-process:latest",
"jobTtlSecondsAfterFinished": 300,
"pullPolicy": "Always",
"replicas": 3,
Expand All @@ -118,11 +118,11 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.12.2
createdAt: "2023-04-02T16:49:40Z"
containerImage: ghcr.io/alexandrevilain/temporal-operator
createdAt: "2023-05-28T08:38:28Z"
operators.operatorframework.io/builder: operator-sdk-v1.26.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.12.2
name: temporal-operator.v0.13.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -471,7 +471,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.12.2
image: ghcr.io/alexandrevilain/temporal-operator:v0.13.0
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.12.2
version: 0.13.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
12 changes: 12 additions & 0 deletions bundle/manifests/temporal.io_temporalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ spec:
- Lowercase
- uppercase
- Uppercase
- keepequal
- KeepEqual
- dropequal
- DropEqual
type: string
modulus:
description: Modulus to take of the hash of
Expand Down Expand Up @@ -505,6 +509,10 @@ spec:
- Lowercase
- uppercase
- Uppercase
- keepequal
- KeepEqual
- dropequal
- DropEqual
type: string
modulus:
description: Modulus to take of the
Expand Down Expand Up @@ -715,6 +723,10 @@ spec:
- Lowercase
- uppercase
- Uppercase
- keepequal
- KeepEqual
- dropequal
- DropEqual
type: string
modulus:
description: Modulus to take of the
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.12.2
newTag: v0.13.0

0 comments on commit 6fe41fe

Please sign in to comment.