Skip to content

Commit

Permalink
build(version): bump versions for 2.3.0-dev (#496)
Browse files Browse the repository at this point in the history
* build(version): bump versions for 2.3.0-dev

* Use placeholder version in CSV
  • Loading branch information
ebaron authored Nov 17, 2022
1 parent 529efd9 commit 23cfadd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
{
Expand All @@ -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: {}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
{
Expand Down Expand Up @@ -457,4 +457,4 @@ spec:
minKubeVersion: 1.19.0
provider:
name: The Cryostat Community
version: 2.2.0-dev
version: 0.0.0
2 changes: 1 addition & 1 deletion config/scorecard/patches/custom.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23cfadd

Please sign in to comment.