File tree Expand file tree Collapse file tree 9 files changed +39
-14
lines changed Expand file tree Collapse file tree 9 files changed +39
-14
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.3
51+ ARG VERSION_LABEL=1.4.4
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.3
6+ VERSION ?= 1.4.4
77OPERATOR_SDK_RELEASE_VERSION ?= v1.38.0
88LIBERTY_VERSION ?= 25.0.0.1
99
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ metadata:
6464 createdAt : " 2025-06-23T20:03:24Z"
6565 description : Deploy and manage containerized Liberty applications
6666 features.operators.openshift.io/disconnected : " true"
67- olm.skipRange : ' >=1.0.0 <1.4.3 '
67+ olm.skipRange : ' >=1.0.0 <1.4.4 '
6868 operators.openshift.io/infrastructure-features : ' ["disconnected"]'
6969 operators.operatorframework.io/builder : operator-sdk-v1.38.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.3
78+ name : ibm-websphere-liberty.v1.4.4
7979 namespace : placeholder
8080spec :
8181 apiservicedefinitions : {}
@@ -1252,4 +1252,4 @@ spec:
12521252 name : liberty-sample-app
12531253 - image : icr.io/cpopen/websphere-liberty-operator:daily
12541254 name : websphere-liberty-operator
1255- version : 1.4.3
1255+ version : 1.4.4
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.3
5+ ARG VERSION_LABEL=1.4.4
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.3 '
11+ olm.skipRange : ' >=1.0.0 <1.4.4 '
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 @@ -3,8 +3,8 @@ module github.com/WASdev/websphere-liberty-operator
33go 1.24
44
55require (
6- github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250623195055-e479f9f3de50
7- github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250623192823-bac4a89040d9
6+ github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250626162458-04f829ff569b
7+ github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250624180127-8ac4006cbab3
88 github.com/cert-manager/cert-manager v1.15.5
99 github.com/go-logr/logr v1.4.2
1010 github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d h
22contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d /go.mod h1:IshRmMJBhDfFj5Y67nVhMYTTIze91RUeT73ipWKs/GY =
33contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg =
44contrib.go.opencensus.io/exporter/prometheus v0.4.2 /go.mod h1:dvEHbiKmgvbr5pjaF9fpw1KeYcjrnC1J8B+JKjsZyRQ =
5- github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250623195055-e479f9f3de50 h1:zvTbVjewCN8pHDRKgXMFVaQd4CvUODC50/BdI61lKps =
6- github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250623195055-e479f9f3de50 /go.mod h1:d5Yr/CrcLuRaEZV+PCsbQtxTE1gCAz6uFO0zA7Cj3C8 =
7- github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250623192823-bac4a89040d9 h1:kFQQjqmfPcbEuCPFWNtZliSsZAvT/uwVo2DkhfZQe34 =
8- github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250623192823-bac4a89040d9 /go.mod h1:IWb2bp8hVEbKNUDRkfa5Pty3bSdOalGRDds/VMckYCA =
5+ github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250626162458-04f829ff569b h1:kCG4mlFxniS/ER5KdFs5UzIOW7YtXPYfIPHvOqsjwhc =
6+ github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250626162458-04f829ff569b /go.mod h1:zw8uHEkx2mccGxDppDiAB/KLIkdc+VrlQvof7BVNO/0 =
7+ github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250624180127-8ac4006cbab3 h1:rcx6XOy5geMntHne4mi/S+KQUEsN8liuEg7N80108+w =
8+ github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250624180127-8ac4006cbab3 /go.mod h1:IWb2bp8hVEbKNUDRkfa5Pty3bSdOalGRDds/VMckYCA =
99github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
1010github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
1111github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
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.3 "
56+ const OperandVersion = "1.4.4 "
5757
5858// LTPA constants
5959const managedLTPAMountPath = "/config/managedLTPA"
You can’t perform that action at this time.
0 commit comments