Skip to content

Commit 4d3d63d

Browse files
Merge pull request #412 from alexandrevilain/release/v0.13.3
Prepare release v0.13.3
2 parents 0f1bafa + 6235eeb commit 4d3d63d

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.2
1+
0.13.3

bundle/manifests/temporal-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ metadata:
119119
capabilities: Seamless Upgrades
120120
categories: Application Runtime, Developer Tools, AI/Machine Learning
121121
containerImage: ghcr.io/alexandrevilain/temporal-operator
122-
createdAt: "2023-06-26T06:54:48Z"
122+
createdAt: "2023-07-14T18:26:58Z"
123123
operators.operatorframework.io/builder: operator-sdk-v1.26.1
124124
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
125-
name: temporal-operator.v0.13.2
125+
name: temporal-operator.v0.13.3
126126
namespace: placeholder
127127
spec:
128128
apiservicedefinitions: {}
@@ -471,7 +471,7 @@ spec:
471471
- --leader-elect
472472
command:
473473
- /manager
474-
image: ghcr.io/alexandrevilain/temporal-operator:v0.13.2
474+
image: ghcr.io/alexandrevilain/temporal-operator:v0.13.3
475475
livenessProbe:
476476
httpGet:
477477
path: /healthz
@@ -576,7 +576,7 @@ spec:
576576
name: Temporal Community
577577
url: https://temporal.io/
578578
replaces: temporal-operator.v0.9.1
579-
version: 0.13.2
579+
version: 0.13.3
580580
webhookdefinitions:
581581
- admissionReviewVersions:
582582
- v1

bundle/manifests/temporal.io_temporalnamespaces.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ spec:
4848
be created.
4949
properties:
5050
name:
51-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
52-
TODO: Add other useful fields. apiVersion, kind, uid?'
51+
description: The name of the TemporalCluster to reference.
52+
type: string
53+
namespace:
54+
description: The namespace of the TemporalCluster to reference.
55+
Defaults to the namespace of the requested resource if omitted.
5356
type: string
5457
type: object
55-
x-kubernetes-map-type: atomic
5658
clusters:
5759
description: List of clusters names to which the namespace can fail
5860
over. Only applicable if the namespace is a global namespace.

config/crd/bases/temporal.io_temporalnamespaces.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ spec:
4949
be created.
5050
properties:
5151
name:
52-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
53-
TODO: Add other useful fields. apiVersion, kind, uid?'
52+
description: The name of the TemporalCluster to reference.
53+
type: string
54+
namespace:
55+
description: The namespace of the TemporalCluster to reference.
56+
Defaults to the namespace of the requested resource if omitted.
5457
type: string
5558
type: object
56-
x-kubernetes-map-type: atomic
5759
clusters:
5860
description: List of clusters names to which the namespace can fail
5961
over. Only applicable if the namespace is a global namespace.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
- manager.yaml
55
images:
66
- name: ghcr.io/alexandrevilain/temporal-operator
7-
newTag: v0.13.2
7+
newTag: v0.13.3

0 commit comments

Comments
 (0)