Skip to content

Commit

Permalink
Merge pull request #412 from alexandrevilain/release/v0.13.3
Browse files Browse the repository at this point in the history
Prepare release v0.13.3
  • Loading branch information
alexandrevilain committed Jul 15, 2023
2 parents 0f1bafa + 6235eeb commit 4d3d63d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.2
0.13.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-06-26T06:54:48Z"
createdAt: "2023-07-14T18:26:58Z"
operators.operatorframework.io/builder: operator-sdk-v1.26.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.13.2
name: temporal-operator.v0.13.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.13.2
image: ghcr.io/alexandrevilain/temporal-operator:v0.13.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.13.2
version: 0.13.3
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
8 changes: 5 additions & 3 deletions bundle/manifests/temporal.io_temporalnamespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ spec:
be created.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
description: The name of the TemporalCluster to reference.
type: string
namespace:
description: The namespace of the TemporalCluster to reference.
Defaults to the namespace of the requested resource if omitted.
type: string
type: object
x-kubernetes-map-type: atomic
clusters:
description: List of clusters names to which the namespace can fail
over. Only applicable if the namespace is a global namespace.
Expand Down
8 changes: 5 additions & 3 deletions config/crd/bases/temporal.io_temporalnamespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ spec:
be created.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
description: The name of the TemporalCluster to reference.
type: string
namespace:
description: The namespace of the TemporalCluster to reference.
Defaults to the namespace of the requested resource if omitted.
type: string
type: object
x-kubernetes-map-type: atomic
clusters:
description: List of clusters names to which the namespace can fail
over. Only applicable if the namespace is a global namespace.
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.13.2
newTag: v0.13.3

0 comments on commit 4d3d63d

Please sign in to comment.