Skip to content

Commit 4dd0777

Browse files
authored
Update Operator version to 1.6.0 (#838)
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
1 parent 18fe2a1 commit 4dd0777

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal
4848
ARG USER_ID=65532
4949
ARG GROUP_ID=65532
5050

51-
ARG VERSION_LABEL=1.5.2
51+
ARG VERSION_LABEL=1.6.0
5252
ARG RELEASE_LABEL=XX
5353
ARG VCS_REF=0123456789012345678901234567890123456789
5454
ARG VCS_URL="https://github.com/WASdev/websphere-liberty-operator"

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.5.2
6+
VERSION ?= 1.6.0
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.39.2
88
LIBERTY_VERSION ?= 26.0.0.2
99

@@ -12,7 +12,7 @@ LIBERTY_VERSION ?= 26.0.0.2
1212
# To re-generate a bundle for other specific channels without changing the standard setup, you can:
1313
# - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=preview,fast,stable)
1414
# - use environment variables to overwrite this value (e.g export CHANNELS="preview,fast,stable")
15-
CHANNELS ?= v1.5
15+
CHANNELS ?= v1.6
1616
ifneq ($(origin CHANNELS), undefined)
1717
BUNDLE_CHANNELS := --channels=$(CHANNELS)
1818
endif
@@ -22,7 +22,7 @@ endif
2222
# To re-generate a bundle for any other default channel without changing the default setup, you can:
2323
# - use the DEFAULT_CHANNEL as arg of the bundle target (e.g make bundle DEFAULT_CHANNEL=stable)
2424
# - use environment variables to overwrite this value (e.g export DEFAULT_CHANNEL="stable")
25-
DEFAULT_CHANNEL ?= v1.5
25+
DEFAULT_CHANNEL ?= v1.6
2626
ifneq ($(origin DEFAULT_CHANNEL), undefined)
2727
BUNDLE_DEFAULT_CHANNEL := --default-channel=$(DEFAULT_CHANNEL)
2828
endif

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=ibm-websphere-liberty
8-
LABEL operators.operatorframework.io.bundle.channels.v1=v1.5
9-
LABEL operators.operatorframework.io.bundle.channel.default.v1=v1.5
8+
LABEL operators.operatorframework.io.bundle.channels.v1=v1.6
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1=v1.6
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.2
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

bundle/manifests/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ metadata:
7070
createdAt: "2026-03-03T20:41:58Z"
7171
description: Deploy and manage containerized Liberty applications
7272
features.operators.openshift.io/disconnected: "true"
73-
olm.skipRange: '>=1.0.0 <1.5.2'
73+
olm.skipRange: '>=1.0.0 <1.6.0'
7474
operators.openshift.io/infrastructure-features: '["disconnected"]'
7575
operators.operatorframework.io/builder: operator-sdk-v1.39.2
7676
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -81,7 +81,7 @@ metadata:
8181
operatorframework.io/arch.ppc64le: supported
8282
operatorframework.io/arch.s390x: supported
8383
operatorframework.io/os.linux: supported
84-
name: ibm-websphere-liberty.v1.5.2
84+
name: ibm-websphere-liberty.v1.6.0
8585
namespace: placeholder
8686
spec:
8787
apiservicedefinitions: {}
@@ -1319,4 +1319,4 @@ spec:
13191319
name: liberty-sample-app
13201320
- image: icr.io/cpopen/websphere-liberty-operator:daily
13211321
name: websphere-liberty-operator
1322-
version: 1.5.2
1322+
version: 1.6.0

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: ibm-websphere-liberty
7-
operators.operatorframework.io.bundle.channels.v1: v1.5
8-
operators.operatorframework.io.bundle.channel.default.v1: v1.5
7+
operators.operatorframework.io.bundle.channels.v1: v1.6
8+
operators.operatorframework.io.bundle.channel.default.v1: v1.6
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.39.2
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4

catalog.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.20 AS builder
22
FROM registry.redhat.io/ubi9/ubi-minimal
33

44
# Add label for location of Declarative Config root directory & required OpenShift labels
5-
ARG VERSION_LABEL=1.5.2
5+
ARG VERSION_LABEL=1.6.0
66
ARG RELEASE_LABEL=XX
77
ARG VCS_REF=0123456789012345678901234567890123456789
88
ARG VCS_URL="https://github.com/WASdev/websphere-liberty-operator"

config/manifests/bases/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
createdAt: "2021-11-25T14:00:00Z"
99
description: Deploy and manage containerized Liberty applications
1010
features.operators.openshift.io/disconnected: "true"
11-
olm.skipRange: '>=1.0.0 <1.5.2'
11+
olm.skipRange: '>=1.0.0 <1.6.0'
1212
operators.openshift.io/infrastructure-features: '["disconnected"]'
1313
repository: https://github.com/WASdev/websphere-liberty-operator
1414
support: IBM

utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const StatusReferenceLibertyVersionLastPull = "libertyVersionLastPull"
6060
// Constant Values
6161
const serviceabilityMountPath = "/serviceability"
6262
const ssoEnvVarPrefix = "SEC_SSO_"
63-
const OperandVersion = "1.5.2"
63+
const OperandVersion = "1.6.0"
6464

6565
// LTPA constants
6666
const managedLTPAMountPath = "/config/managedLTPA"

0 commit comments

Comments
 (0)