File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi-minimal
4848ARG USER_ID=65532
4949ARG GROUP_ID=65532
5050
51- ARG VERSION_LABEL=1.4.2
51+ ARG VERSION_LABEL=1.4.3
5252ARG RELEASE_LABEL=XX
5353ARG VCS_REF=0123456789012345678901234567890123456789
5454ARG VCS_URL="https://github.com/WASdev/websphere-liberty-operator"
Original file line number Diff line number Diff line change 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
77OPERATOR_SDK_RELEASE_VERSION ?= v1.37.0
88LIBERTY_VERSION ?= 25.0.0.1
99
Original file line number Diff line number Diff 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
8080spec :
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM registry.redhat.io/openshift4/ose-operator-registry:v4.14 AS builder
22FROM 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
66ARG RELEASE_LABEL=XX
77ARG VCS_REF=0123456789012345678901234567890123456789
88ARG VCS_URL="https://github.com/WASdev/websphere-liberty-operator"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ var log = logf.Log.WithName("websphereliberty_utils")
5353// Constant Values
5454const serviceabilityMountPath = "/serviceability"
5555const ssoEnvVarPrefix = "SEC_SSO_"
56- const OperandVersion = "1.4.2 "
56+ const OperandVersion = "1.4.3 "
5757
5858// LTPA constants
5959const managedLTPAMountPath = "/config/managedLTPA"
You can’t perform that action at this time.
0 commit comments