From 53bf3d5e2fbc0ff9f1731acd1c292c6a9df53b0c Mon Sep 17 00:00:00 2001 From: Alexandre Vilain Date: Tue, 29 Aug 2023 19:50:50 +0200 Subject: [PATCH] Prepare release v0.15.3 --- VERSION | 2 +- .../temporal-operator.clusterserviceversion.yaml | 8 ++++---- config/manager/kustomization.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index a12760eb..0cf69a5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.2 \ No newline at end of file +0.15.3 \ No newline at end of file diff --git a/bundle/manifests/temporal-operator.clusterserviceversion.yaml b/bundle/manifests/temporal-operator.clusterserviceversion.yaml index 5859d73a..ded84474 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-08-28T19:05:26Z" + createdAt: "2023-08-29T17:49:54Z" operators.operatorframework.io/builder: operator-sdk-v1.26.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: temporal-operator.v0.15.2 + name: temporal-operator.v0.15.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -471,7 +471,7 @@ spec: - --leader-elect command: - /manager - image: ghcr.io/alexandrevilain/temporal-operator:v0.15.2 + image: ghcr.io/alexandrevilain/temporal-operator:v0.15.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.15.2 + version: 0.15.3 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3a50876e..cd98487b 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.15.2 + newTag: v0.15.3