Skip to content

Commit a3036ce

Browse files
committed
Update WLO version to 1.4.3
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent dbbbab8 commit a3036ce

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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-ubi-minimal
4848
ARG USER_ID=65532
4949
ARG GROUP_ID=65532
5050

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

Makefile

Lines changed: 1 addition & 1 deletion
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.4.2
6+
VERSION ?= 1.4.3
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.37.0
88
LIBERTY_VERSION ?= 25.0.0.1
99

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ metadata:
6161
capabilities: Auto Pilot
6262
categories: Application Runtime
6363
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
64-
createdAt: "2025-03-21T04:12:50Z"
64+
createdAt: "2025-04-24T02:49:26Z"
6565
description: Deploy and manage containerized Liberty applications
6666
features.operators.openshift.io/disconnected: "true"
67-
olm.skipRange: '>=1.0.0 <1.4.2'
67+
olm.skipRange: '>=1.0.0 <1.4.3'
6868
operators.openshift.io/infrastructure-features: '["disconnected"]'
6969
operators.operatorframework.io/builder: operator-sdk-v1.37.0
7070
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -75,7 +75,7 @@ metadata:
7575
operatorframework.io/arch.ppc64le: supported
7676
operatorframework.io/arch.s390x: supported
7777
operatorframework.io/os.linux: supported
78-
name: ibm-websphere-liberty.v1.4.2
78+
name: ibm-websphere-liberty.v1.4.3
7979
namespace: placeholder
8080
spec:
8181
apiservicedefinitions: {}
@@ -1240,4 +1240,4 @@ spec:
12401240
name: liberty-sample-app
12411241
- image: icr.io/cpopen/websphere-liberty-operator:daily
12421242
name: websphere-liberty-operator
1243-
version: 1.4.2
1243+
version: 1.4.3

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:v4.14 AS builder
22
FROM registry.redhat.io/ubi8/ubi-minimal
33

44
# Add label for location of Declarative Config root directory & required OpenShift labels
5-
ARG VERSION_LABEL=1.4.2
5+
ARG VERSION_LABEL=1.4.3
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.4.2'
11+
olm.skipRange: '>=1.0.0 <1.4.3'
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
@@ -53,7 +53,7 @@ var log = logf.Log.WithName("websphereliberty_utils")
5353
// Constant Values
5454
const serviceabilityMountPath = "/serviceability"
5555
const ssoEnvVarPrefix = "SEC_SSO_"
56-
const OperandVersion = "1.4.2"
56+
const OperandVersion = "1.4.3"
5757

5858
// LTPA constants
5959
const managedLTPAMountPath = "/config/managedLTPA"

0 commit comments

Comments
 (0)