diff --git a/VERSION b/VERSION index 3f8dcd03..8eb5b22f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.2 \ No newline at end of file +0.13.3 \ No newline at end of file diff --git a/bundle/manifests/temporal-operator.clusterserviceversion.yaml b/bundle/manifests/temporal-operator.clusterserviceversion.yaml index 4a1c5b18..90e25192 100644 --- a/bundle/manifests/temporal-operator.clusterserviceversion.yaml +++ b/bundle/manifests/temporal-operator.clusterserviceversion.yaml @@ -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: {} @@ -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 @@ -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 diff --git a/bundle/manifests/temporal.io_temporalnamespaces.yaml b/bundle/manifests/temporal.io_temporalnamespaces.yaml index f0da6ec9..57d8e182 100644 --- a/bundle/manifests/temporal.io_temporalnamespaces.yaml +++ b/bundle/manifests/temporal.io_temporalnamespaces.yaml @@ -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. diff --git a/config/crd/bases/temporal.io_temporalnamespaces.yaml b/config/crd/bases/temporal.io_temporalnamespaces.yaml index 2766c869..b6c9c298 100644 --- a/config/crd/bases/temporal.io_temporalnamespaces.yaml +++ b/config/crd/bases/temporal.io_temporalnamespaces.yaml @@ -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. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d6f765a2..e15be9d1 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,4 +4,4 @@ resources: - manager.yaml images: - name: ghcr.io/alexandrevilain/temporal-operator - newTag: v0.13.2 + newTag: v0.13.3