From ce2430e099c6aa1172f3c501800bb8a6de3dc419 Mon Sep 17 00:00:00 2001 From: artemiscloud-bot Date: Thu, 20 Jun 2024 19:45:53 +0000 Subject: [PATCH] Update version to 1.2.3 --- 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 82af38311..4e3a15ac5 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.2" +LABEL version="1.2.3" diff --git a/Makefile b/Makefile index 98cd0d9f3..7bd617690 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.2 +VERSION ?= 1.2.3 KUBE_CLI=kubectl -OPERATOR_VERSION := 1.2.2 +OPERATOR_VERSION := 1.2.3 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 e34a93707..8849d8601 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.2 + name: activemq-artemis-operator.v1.2.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -2903,7 +2903,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3 livenessProbe: httpGet: path: /healthz @@ -3280,4 +3280,4 @@ spec: name: activemq-artemis-broker-init-2340 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6 name: activemq-artemis-broker-kubernetes-2340 - version: 1.2.2 + version: 1.2.3 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d053fdf5a..8968b7ffe 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.2 + newTag: 1.2.3 diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index 574b5d3c4..ebb8a7271 100644 --- a/deploy/activemq-artemis-operator.yaml +++ b/deploy/activemq-artemis-operator.yaml @@ -6932,7 +6932,7 @@ spec: value: '' - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3 livenessProbe: httpGet: path: /healthz diff --git a/deploy/operator.yaml b/deploy/operator.yaml index bc8ce0b08..21db7cc65 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -120,7 +120,7 @@ spec: fieldPath: metadata.namespace - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3 livenessProbe: httpGet: path: /healthz diff --git a/version/version.go b/version/version.go index 6248f9da3..cf3797582 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) var ( - Version = "1.2.2" + Version = "1.2.3" //Vars injected at build-time BuildTimestamp = ""