From 23cfadd771a85cf681ab9790f6aba86a8efac14b Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Thu, 17 Nov 2022 14:19:03 -0500 Subject: [PATCH] build(version): bump versions for 2.3.0-dev (#496) * build(version): bump versions for 2.3.0-dev * Use placeholder version in CSV --- Makefile | 4 ++-- .../cryostat-operator.clusterserviceversion.yaml | 10 +++++----- bundle/tests/scorecard/config.yaml | 2 +- config/manager/kustomization.yaml | 2 +- .../bases/cryostat-operator.clusterserviceversion.yaml | 6 +++--- config/scorecard/patches/custom.config.yaml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index ea5c2559..64779794 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ OS = $(shell go env GOOS) ARCH = $(shell go env GOARCH) # Current Operator version -IMAGE_VERSION ?= 2.2.0-dev +IMAGE_VERSION ?= 2.3.0-dev BUNDLE_VERSION ?= $(IMAGE_VERSION) DEFAULT_NAMESPACE ?= quay.io/cryostat IMAGE_NAMESPACE ?= $(DEFAULT_NAMESPACE) @@ -84,7 +84,7 @@ ENVTEST_K8S_VERSION ?= 1.24 # See: https://github.com/operator-framework/operator-sdk/pull/4762 # # Suffix is the timestamp of the image build, compute with: date -u '+%Y%m%d%H%M%S' -CUSTOM_SCORECARD_VERSION ?= 2.2.0-$(shell date -u '+%Y%m%d%H%M%S') +CUSTOM_SCORECARD_VERSION ?= 2.3.0-$(shell date -u '+%Y%m%d%H%M%S') export CUSTOM_SCORECARD_IMG ?= $(IMAGE_TAG_BASE)-scorecard:$(CUSTOM_SCORECARD_VERSION) DEPLOY_NAMESPACE ?= cryostat-operator-system diff --git a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml index b127b022..fc25075d 100644 --- a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml +++ b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml @@ -30,8 +30,8 @@ metadata: ] capabilities: Seamless Upgrades categories: Monitoring, Developer Tools - containerImage: quay.io/cryostat/cryostat-operator:2.2.0-dev - createdAt: "2022-10-31 00:00:00" + containerImage: quay.io/cryostat/cryostat-operator:2.3.0-dev + createdAt: "2022-11-16 00:00:00" description: JVM monitoring and profiling tool operatorframework.io/initialization-resource: |- { @@ -52,7 +52,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: github.com/cryostatio/cryostat-operator support: Cryostat Community - name: cryostat-operator.v2.2.0-dev + name: cryostat-operator.v2.3.0-dev namespace: placeholder spec: apiservicedefinitions: {} @@ -531,7 +531,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] - image: quay.io/cryostat/cryostat-operator:2.2.0-dev + image: quay.io/cryostat/cryostat-operator:2.3.0-dev imagePullPolicy: Always livenessProbe: httpGet: @@ -737,4 +737,4 @@ spec: name: grafana - image: quay.io/cryostat/cryostat-reports:latest name: reports - version: 2.2.0-dev + version: 2.3.0-dev diff --git a/bundle/tests/scorecard/config.yaml b/bundle/tests/scorecard/config.yaml index ae2bf433..61b01747 100644 --- a/bundle/tests/scorecard/config.yaml +++ b/bundle/tests/scorecard/config.yaml @@ -69,7 +69,7 @@ stages: - entrypoint: - cryostat-scorecard-tests - operator-install - image: quay.io/cryostat/cryostat-operator-scorecard:2.2.0-20221115222145 + image: quay.io/cryostat/cryostat-operator-scorecard:2.3.0-20221116195419 labels: suite: cryostat test: operator-install diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index fc84d114..52926232 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: quay.io/cryostat/cryostat-operator - newTag: 2.2.0-dev + newTag: 2.3.0-dev diff --git a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml index 44c8f8d1..06ace5f2 100644 --- a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml @@ -18,8 +18,8 @@ metadata: ] capabilities: Seamless Upgrades categories: Monitoring, Developer Tools - containerImage: quay.io/cryostat/cryostat-operator:2.2.0-dev - createdAt: "2022-10-31 00:00:00" + containerImage: quay.io/cryostat/cryostat-operator:2.3.0-dev + createdAt: "2022-11-16 00:00:00" description: JVM monitoring and profiling tool operatorframework.io/initialization-resource: |- { @@ -457,4 +457,4 @@ spec: minKubeVersion: 1.19.0 provider: name: The Cryostat Community - version: 2.2.0-dev + version: 0.0.0 diff --git a/config/scorecard/patches/custom.config.yaml b/config/scorecard/patches/custom.config.yaml index 5ddb9a9e..01b87432 100644 --- a/config/scorecard/patches/custom.config.yaml +++ b/config/scorecard/patches/custom.config.yaml @@ -7,7 +7,7 @@ entrypoint: - cryostat-scorecard-tests - operator-install - image: "quay.io/cryostat/cryostat-operator-scorecard:2.2.0-20221115222145" + image: "quay.io/cryostat/cryostat-operator-scorecard:2.3.0-20221116195419" labels: suite: cryostat test: operator-install