From 09e6ae8e88e5b1b12087586398a2b8f51314be51 Mon Sep 17 00:00:00 2001 From: artemiscloud-bot Date: Wed, 4 Sep 2024 14:36:37 +0000 Subject: [PATCH] Update version to 1.2.5 --- Dockerfile | 2 +- Makefile | 4 ++-- .../activemq-artemis-operator.clusterserviceversion.yaml | 6 +++--- config/manager/kustomization.yaml | 2 +- deploy/activemq-artemis-operator.yaml | 2 +- deploy/operator.yaml | 2 +- version/version.go | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00fd3cbb1..601e0524d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,4 +70,4 @@ ENTRYPOINT ["${USER_HOME}/bin/entrypoint"] LABEL name="artemiscloud/activemq-artemis-operator" LABEL description="ActiveMQ Artemis Broker Operator" LABEL maintainer="Roddie Kieley " -LABEL version="1.2.4" +LABEL version="1.2.5" diff --git a/Makefile b/Makefile index 69cf23d39..903727942 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.2.4 +VERSION ?= 1.2.5 KUBE_CLI=kubectl -OPERATOR_VERSION := 1.2.4 +OPERATOR_VERSION := 1.2.5 OPERATOR_ACCOUNT_NAME := activemq-artemis-operator OPERATOR_CLUSTER_ROLE_NAME := operator-role OPERATOR_IMAGE_REPO := quay.io/artemiscloud/activemq-artemis-operator diff --git a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml index 66eeba5df..76ddf7ef7 100644 --- a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml +++ b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml @@ -283,7 +283,7 @@ metadata: features.operators.openshift.io/token-auth-gcp: "false" operators.operatorframework.io/builder: operator-sdk-v1.28.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: activemq-artemis-operator.v1.2.4 + name: activemq-artemis-operator.v1.2.5 namespace: placeholder spec: apiservicedefinitions: {} @@ -2915,7 +2915,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.5 livenessProbe: httpGet: path: /healthz @@ -3304,4 +3304,4 @@ spec: name: activemq-artemis-broker-init-2370 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:cd9a01cfe791451d12144a418dbe50221c739151ecda1f22ffdbd2d10009fc82 name: activemq-artemis-broker-kubernetes-2370 - version: 1.2.4 + version: 1.2.5 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d681995b0..e6d516440 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -14,4 +14,4 @@ kind: Kustomization images: - name: controller newName: quay.io/artemiscloud/activemq-artemis-operator - newTag: 1.2.4 + newTag: 1.2.5 diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index 107bd9d30..e4af1cc0c 100644 --- a/deploy/activemq-artemis-operator.yaml +++ b/deploy/activemq-artemis-operator.yaml @@ -6944,7 +6944,7 @@ spec: value: '' - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.5 livenessProbe: httpGet: path: /healthz diff --git a/deploy/operator.yaml b/deploy/operator.yaml index aa749e6df..03db5df04 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -132,7 +132,7 @@ spec: fieldPath: metadata.namespace - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.5 livenessProbe: httpGet: path: /healthz diff --git a/version/version.go b/version/version.go index 13b14590f..712b417f9 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) var ( - Version = "1.2.4" + Version = "1.2.5" //Vars injected at build-time BuildTimestamp = ""