From 53f805b910f616c13ff21b4ea57886e0cb8f043f Mon Sep 17 00:00:00 2001 From: artemiscloud-bot Date: Wed, 5 Jun 2024 13:56:26 +0000 Subject: [PATCH] Update version to 1.2.2 --- 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 75bf11df4..82af38311 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.1" +LABEL version="1.2.2" diff --git a/Makefile b/Makefile index 5294c9df8..98cd0d9f3 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.1 +VERSION ?= 1.2.2 KUBE_CLI=kubectl -OPERATOR_VERSION := 1.2.1 +OPERATOR_VERSION := 1.2.2 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 786bb080e..e34a93707 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.1 + name: activemq-artemis-operator.v1.2.2 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.1 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2 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.1 + version: 1.2.2 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index acb26cd1f..d053fdf5a 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.1 + newTag: 1.2.2 diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index 36dd800e1..574b5d3c4 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.1 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2 livenessProbe: httpGet: path: /healthz diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 2d4925b50..bc8ce0b08 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.1 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2 livenessProbe: httpGet: path: /healthz diff --git a/version/version.go b/version/version.go index dbbb501db..6248f9da3 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) var ( - Version = "1.2.1" + Version = "1.2.2" //Vars injected at build-time BuildTimestamp = ""