Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkmq-bot committed Jan 29, 2025
1 parent 25509a2 commit b6be23a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
LABEL version="1.2.9"
LABEL version="2.0.0"
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/activemq-artemis-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
Version = "1.2.9"
Version = "2.0.0"

//Vars injected at build-time
BuildTimestamp = ""
Expand Down

0 comments on commit b6be23a

Please sign in to comment.