Skip to content

Commit

Permalink
build(version): set versions for 2.1.1 release (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Jun 15, 2022
1 parent 7b9b22b commit 88ee941
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

# Current Operator version
IMAGE_VERSION ?= 2.1.0
IMAGE_VERSION ?= 2.1.1
BUNDLE_VERSION ?= $(IMAGE_VERSION)
DEFAULT_NAMESPACE ?= quay.io/cryostat
IMAGE_NAMESPACE ?= $(DEFAULT_NAMESPACE)
Expand All @@ -28,7 +28,7 @@ CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
# Images used by the operator
CORE_NAMESPACE ?= $(DEFAULT_NAMESPACE)
CORE_NAME ?= cryostat
CORE_VERSION ?= 2.1.0
CORE_VERSION ?= 2.1.1
export CORE_IMG ?= $(CORE_NAMESPACE)/$(CORE_NAME):$(CORE_VERSION)
DATASOURCE_NAMESPACE ?= $(DEFAULT_NAMESPACE)
DATASOURCE_NAME ?= jfr-datasource
Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:2.1.0
createdAt: "2022-05-12 00:00:00"
containerImage: quay.io/cryostat/cryostat-operator:2.1.1
createdAt: "2022-06-14 00:00:00"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand All @@ -85,7 +85,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: github.com/cryostatio/cryostat-operator
support: Cryostat Community
name: cryostat-operator.v2.1.0
name: cryostat-operator.v2.1.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -480,7 +480,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_CORE
value: quay.io/cryostat/cryostat:2.1.0
value: quay.io/cryostat/cryostat:2.1.1
- name: RELATED_IMAGE_DATASOURCE
value: quay.io/cryostat/jfr-datasource:2.1.0
- name: RELATED_IMAGE_GRAFANA
Expand All @@ -491,7 +491,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/cryostat/cryostat-operator:2.1.0
image: quay.io/cryostat/cryostat-operator:2.1.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -740,4 +740,4 @@ spec:
maturity: stable
provider:
name: The Cryostat Community
version: 2.1.0
version: 2.1.1
2 changes: 1 addition & 1 deletion config/default/image_tag_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_CORE
value: "quay.io/cryostat/cryostat:2.1.0"
value: "quay.io/cryostat/cryostat:2.1.1"
- name: RELATED_IMAGE_DATASOURCE
value: "quay.io/cryostat/jfr-datasource:2.1.0"
- name: RELATED_IMAGE_GRAFANA
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.1.0
newTag: 2.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:2.1.0
createdAt: "2022-05-12 00:00:00"
containerImage: quay.io/cryostat/cryostat-operator:2.1.1
createdAt: "2022-06-14 00:00:00"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down Expand Up @@ -418,4 +418,4 @@ spec:
maturity: stable
provider:
name: The Cryostat Community
version: 2.1.0
version: 2.1.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88ee941

Please sign in to comment.