Skip to content

Commit 277eae0

Browse files
authored
Merge pull request #748 from WASdev/updates-143
Updates for WLO 1.4.3
2 parents 5a4e51d + ccd0f03 commit 277eae0

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
"name": "websphereliberty-app-sample"
1212
},
1313
"spec": {
14-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523",
1515
"expose": true,
1616
"license": {
1717
"accept": false,
@@ -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:52:09Z"
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: {}
@@ -927,7 +927,7 @@ spec:
927927
fieldRef:
928928
fieldPath: metadata.annotations['olm.targetNamespaces']
929929
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
930-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
930+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
931931
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
932932
value: icr.io/cpopen/websphere-liberty-operator:daily
933933
image: icr.io/cpopen/websphere-liberty-operator:daily
@@ -1236,8 +1236,8 @@ spec:
12361236
provider:
12371237
name: IBM
12381238
relatedImages:
1239-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
1239+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
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/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
fieldRef:
7575
fieldPath: metadata.annotations['olm.targetNamespaces']
7676
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
77-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
77+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
7878
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
7979
value: OPERATOR_IMAGE
8080
securityContext:

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

config/samples/liberty.websphere.ibm.com_v1_webspherelibertyapplications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
accept: false
88
edition: IBM WebSphere Application Server
99
productEntitlementSource: Standalone
10-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
10+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
1111
expose: true
1212
manageTLS: true
1313
replicas: 1

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.20250317191856-edadf559271b
7-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250317184714-e839b0c57e23
6+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250417153026-02cfbf34f67c
7+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250417152956-6554621c89ab
88
github.com/cert-manager/cert-manager v1.14.7
99
github.com/go-logr/logr v1.4.1
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.20250317191856-edadf559271b h1:zPlJG/pJOTXMsvDheAzJ3iFOm09XvCrSvNn8CpdNcOw=
6-
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250317191856-edadf559271b/go.mod h1:Na+Ln62WGJaIJJuaWKxaepfzdgkDWf65TweusJ3hvuo=
7-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250317184714-e839b0c57e23 h1:4Fgk+cURrLL4e7y9mLtwKh2NScnMDrvEN03ru+TRAYg=
8-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250317184714-e839b0c57e23/go.mod h1:medHI9Y+Y456ZTqg7pPdRsUsh9jCHvg0KMc7XJ+NAe0=
5+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250417153026-02cfbf34f67c h1:m+KMnwXnIawszaR40hMfKDLGKZ/6LhKbU4OFmC/17tI=
6+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250417153026-02cfbf34f67c/go.mod h1:Vuhp8dJFmkuaFCekwVRd9zRS19vrr7qJe8406nlXRBI=
7+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250417152956-6554621c89ab h1:UrCenySbY8pJJkwZe+xBNlGqdVn5TFvAW3OiyqXT3BU=
8+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250417152956-6554621c89ab/go.mod h1:AWpfq1fnI8tB4zVM7un+pTeTbasLVmjSlA55kXQGNGA=
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=

internal/deploy/kubectl/websphereliberty-app-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ spec:
327327
- name: WATCH_NAMESPACE
328328
value: WEBSPHERE_LIBERTY_WATCH_NAMESPACE
329329
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
330-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
330+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
331331
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
332332
value: icr.io/cpopen/websphere-liberty-operator:daily
333333
image: icr.io/cpopen/websphere-liberty-operator:daily

0 commit comments

Comments
 (0)