From b6be23aaf3a20cf16eab8bee7ba55f3d91fd6776 Mon Sep 17 00:00:00 2001 From: arkmq-bot Date: Wed, 29 Jan 2025 07:27:17 +0000 Subject: [PATCH] Update version to 2.0.0 --- 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 fd71e413..c0197943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,4 +72,4 @@ ENTRYPOINT ["${USER_HOME}/bin/entrypoint"] LABEL name="arkmq-org/activemq-artemis-operator" LABEL description="ActiveMQ Artemis Broker Operator" LABEL maintainer="Roddie Kieley " -LABEL version="1.2.9" +LABEL version="2.0.0" diff --git a/Makefile b/Makefile index 5909c4fd..f26b6de1 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.9 +VERSION ?= 2.0.0 KUBE_CLI=kubectl -OPERATOR_VERSION := 1.2.9 +OPERATOR_VERSION := 2.0.0 OPERATOR_ACCOUNT_NAME := activemq-artemis-operator OPERATOR_CLUSTER_ROLE_NAME := operator-role OPERATOR_IMAGE_REPO := quay.io/arkmq-org/activemq-artemis-operator diff --git a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml index 5e11fc03..cb065292 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.9 + name: activemq-artemis-operator.v2.0.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -2925,7 +2925,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/arkmq-org/activemq-artemis-operator:1.2.9 + image: quay.io/arkmq-org/activemq-artemis-operator:2.0.0 livenessProbe: httpGet: path: /healthz @@ -3333,4 +3333,4 @@ spec: name: activemq-artemis-broker-init-2390 - image: quay.io/arkmq-org/activemq-artemis-broker-kubernetes@sha256:240de64030c34003c701a87def1bb318c97c65daafef264b0537c78903ad3062 name: activemq-artemis-broker-kubernetes-2390 - version: 1.2.9 + version: 2.0.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index bb6cc732..d1955af2 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -14,4 +14,4 @@ kind: Kustomization images: - name: controller newName: quay.io/arkmq-org/activemq-artemis-operator - newTag: 1.2.9 + newTag: 2.0.0 diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index ff0cae72..a26d2204 100644 --- a/deploy/activemq-artemis-operator.yaml +++ b/deploy/activemq-artemis-operator.yaml @@ -6953,7 +6953,7 @@ spec: value: '' - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/arkmq-org/activemq-artemis-operator:1.2.9 + image: quay.io/arkmq-org/activemq-artemis-operator:2.0.0 livenessProbe: httpGet: path: /healthz diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 05ec3111..991c0d42 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -140,7 +140,7 @@ spec: fieldPath: metadata.namespace - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/arkmq-org/activemq-artemis-operator:1.2.9 + image: quay.io/arkmq-org/activemq-artemis-operator:2.0.0 livenessProbe: httpGet: path: /healthz diff --git a/version/version.go b/version/version.go index 4fd57107..e6d99a25 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) var ( - Version = "1.2.9" + Version = "2.0.0" //Vars injected at build-time BuildTimestamp = ""