Skip to content

Commit 6ff114e

Browse files
authored
Update WLO version to 1.4.4 + update Go modules (#770)
* Update WLO version to 1.4.4 Signed-off-by: Leo Christy Jesuraj <[email protected]> * Update Go modules for RCO and OLO Signed-off-by: Leo Christy Jesuraj <[email protected]> --------- Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent ad840e7 commit 6ff114e

File tree

9 files changed

+39
-14
lines changed

9 files changed

+39
-14
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.3
51+
ARG VERSION_LABEL=1.4.4
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.3
6+
VERSION ?= 1.4.4
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.38.0
88
LIBERTY_VERSION ?= 25.0.0.1
99

api/v1/zz_generated.deepcopy.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
8080
spec:
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

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.3
5+
ARG VERSION_LABEL=1.4.4
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.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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/WASdev/websphere-liberty-operator
33
go 1.24
44

55
require (
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

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d h
22
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d/go.mod h1:IshRmMJBhDfFj5Y67nVhMYTTIze91RUeT73ipWKs/GY=
33
contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg=
44
contrib.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=
99
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
1010
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
1111
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

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.3"
56+
const OperandVersion = "1.4.4"
5757

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

0 commit comments

Comments
 (0)