Skip to content

Commit

Permalink
chore: bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Jun 19, 2024
1 parent 88c54da commit 542c64e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ NAMESPACE ?= hawtio
PROJECT = operator
DEFAULT_IMAGE := quay.io/${ORG}/${PROJECT}
IMAGE ?= $(DEFAULT_IMAGE)
VERSION ?= 1.1.0
VERSION ?= 1.1.1
HAWTIO_ONLINE_VERSION ?= 2.1.0
HAWTIO_ONLINE_IMAGE_NAME ?= quay.io/${ORG}/online
DEBUG ?= false
LAST_RELEASED_IMAGE_NAME := hawtio-operator
LAST_RELEASED_VERSION ?= 1.0.1
LAST_RELEASED_VERSION ?= 1.1.0
BUNDLE_IMAGE_NAME ?= $(IMAGE)-bundle

# Is this build part of an automated CI pipeline
Expand Down
8 changes: 4 additions & 4 deletions bundle/bases/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ metadata:
categories: Integration & Delivery
certified: "false"
description: Hawtio eases the discovery and management of Java applications deployed on OpenShift.
containerImage: quay.io/hawtio/operator:1.1.0
containerImage: quay.io/hawtio/operator:1.1.1
repository: https://github.com/hawtio/hawtio-operator
support: Red Hat
name: hawtio-operator.v1.1.0
name: hawtio-operator.v1.1.1
spec:
displayName: Hawtio Operator
maintainers:
- email: [email protected]
name: The Hawtio team
provider:
name: Red Hat
version: 1.1.0
replaces: hawtio-operator.v1.0.1
version: 1.1.1
replaces: hawtio-operator.v1.1.0
maturity: alpha
minKubeVersion: 1.11.0
description: |
Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ metadata:
capabilities: Seamless Upgrades
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/hawtio/operator:1.1.0
createdAt: "2024-05-29T17:01:38Z"
containerImage: quay.io/hawtio/operator:1.1.1
createdAt: "2024-06-19T14:21:53Z"
description: Hawtio eases the discovery and management of Java applications deployed
on OpenShift.
olm.skipRange: '>=1.0.0 <1.0.2'
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
support: Red Hat
name: hawtio-operator.v1.1.0
name: hawtio-operator.v1.1.1
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: hawtio-operator
image: quay.io/hawtio/operator:1.1.0
image: quay.io/hawtio/operator:1.1.1
imagePullPolicy: Always
name: hawtio-operator
ports:
Expand Down Expand Up @@ -298,5 +298,5 @@ spec:
minKubeVersion: 1.11.0
provider:
name: Red Hat
replaces: hawtio-operator.v1.0.1
version: 1.1.0
replaces: hawtio-operator.v1.1.0
version: 1.1.1

0 comments on commit 542c64e

Please sign in to comment.