From f53d82f830eba8f0cd1e98545d1d5314cd748ba7 Mon Sep 17 00:00:00 2001 From: Alexandre Vilain Date: Sun, 28 May 2023 10:38:57 +0200 Subject: [PATCH] Prepare release v0.13.0 --- VERSION | 2 +- .../temporal-operator.clusterserviceversion.yaml | 12 ++++++------ bundle/manifests/temporal.io_temporalclusters.yaml | 12 ++++++++++++ config/manager/kustomization.yaml | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index e96a8711..51de3305 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.2 \ No newline at end of file +0.13.0 \ No newline at end of file diff --git a/bundle/manifests/temporal-operator.clusterserviceversion.yaml b/bundle/manifests/temporal-operator.clusterserviceversion.yaml index 70211087..a26deb06 100644 --- a/bundle/manifests/temporal-operator.clusterserviceversion.yaml +++ b/bundle/manifests/temporal-operator.clusterserviceversion.yaml @@ -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, @@ -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: {} @@ -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 @@ -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 diff --git a/bundle/manifests/temporal.io_temporalclusters.yaml b/bundle/manifests/temporal.io_temporalclusters.yaml index ce3f88b4..951cd47f 100644 --- a/bundle/manifests/temporal.io_temporalclusters.yaml +++ b/bundle/manifests/temporal.io_temporalclusters.yaml @@ -261,6 +261,10 @@ spec: - Lowercase - uppercase - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual type: string modulus: description: Modulus to take of the hash of @@ -505,6 +509,10 @@ spec: - Lowercase - uppercase - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual type: string modulus: description: Modulus to take of the @@ -715,6 +723,10 @@ spec: - Lowercase - uppercase - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual type: string modulus: description: Modulus to take of the diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c327f1ee..44a9ae05 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.12.2 + newTag: v0.13.0