Skip to content

Commit

Permalink
Release: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Jul 31, 2024
1 parent 4b3017b commit 27ae6a6
Show file tree
Hide file tree
Showing 7 changed files with 1,052 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT = operator
DEFAULT_IMAGE := quay.io/${ORG}/${PROJECT}
IMAGE ?= $(DEFAULT_IMAGE)
VERSION ?= 1.1.1
HAWTIO_ONLINE_VERSION ?= 2.1.0
HAWTIO_ONLINE_VERSION ?= 2.1.1
HAWTIO_ONLINE_IMAGE_NAME ?= quay.io/${ORG}/online
DEBUG ?= false
LAST_RELEASED_IMAGE_NAME := hawtio-operator
Expand Down Expand Up @@ -208,7 +208,8 @@ CSV_PATH := $(MANIFESTS)/bases/$(CSV_FILENAME)
# Not required for first version to be deployed to Operator Hub
CSV_REPLACES := $(LAST_RELEASED_IMAGE_NAME).v$(LAST_RELEASED_VERSION)
# Hides the 1.0.0 & 1.0.1 releases with the CRD that removes the 'version' property
CSV_SKIP_RANGE := >=1.0.0 <1.0.2
# Hides the 1.1.0 which is installing the problematic 2.1.0
CSV_SKIP_RANGE := >=1.0.0 <1.1.0
IMAGE_NAME ?= $(DEFAULT_IMAGE)

# Test Bundle Index
Expand Down
2 changes: 1 addition & 1 deletion bundle/bases/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
olm.skipRange: '>=1.0.0 <1.0.2'
olm.skipRange: '>=1.0.0 <1.1.0'
capabilities: Seamless Upgrades
categories: Integration & Delivery
certified: "false"
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/hawtio/operator:1.1.1
createdAt: "2024-06-19T14:35:16Z"
createdAt: "2024-07-31T07:47:47Z"
description: Hawtio eases the discovery and management of Java applications deployed
on OpenShift.
olm.skipRange: '>=1.0.0 <1.0.2'
olm.skipRange: '>=1.0.0 <1.1.0'
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/hawtio/hawtio-operator
Expand Down
Loading

0 comments on commit 27ae6a6

Please sign in to comment.