Skip to content

Commit

Permalink
Merge pull request #430 from alexandrevilain/release/v0.14.0
Browse files Browse the repository at this point in the history
Prepare release v0.14.0
  • Loading branch information
alexandrevilain authored Jul 23, 2023
2 parents 3016af3 + 73e3557 commit 6524149
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 22 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.3
0.14.0
16 changes: 8 additions & 8 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-07-14T18:26:58Z"
createdAt: "2023-07-23T10:18:46Z"
operators.operatorframework.io/builder: operator-sdk-v1.26.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.13.3
name: temporal-operator.v0.14.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.13.3
image: ghcr.io/alexandrevilain/temporal-operator:v0.14.0
livenessProbe:
httpGet:
path: /healthz
Expand All @@ -491,11 +491,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
Expand Down Expand Up @@ -576,7 +576,7 @@ spec:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.9.1
version: 0.13.3
version: 0.14.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Loading

0 comments on commit 6524149

Please sign in to comment.