Skip to content

Commit 26106dd

Browse files
authored
Update Operator version to 1.5.1 and update sample app (#784)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent f973657 commit 26106dd

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal
4747
ARG USER_ID=65532
4848
ARG GROUP_ID=65532
4949

50-
ARG VERSION_LABEL=1.5.0
50+
ARG VERSION_LABEL=1.5.1
5151
ARG RELEASE_LABEL=XX
5252
ARG VCS_REF=0123456789012345678901234567890123456789
5353
ARG VCS_URL="https://github.com/OpenLiberty/open-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.5.0
6+
VERSION ?= 1.5.1
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.39.2
88
LIBERTY_VERSION ?= 25.0.0.1
99

bundle/manifests/open-liberty.clusterserviceversion.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
"name": "openliberty-app-sample"
1212
},
1313
"spec": {
14-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -65,7 +65,7 @@ metadata:
6565
"name": "openliberty-app-sample"
6666
},
6767
"spec": {
68-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8",
68+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4",
6969
"expose": true,
7070
"replicas": 1,
7171
"service": {
@@ -104,7 +104,7 @@ metadata:
104104
categories: Application Runtime
105105
certified: "true"
106106
containerImage: icr.io/appcafe/open-liberty-operator:daily
107-
createdAt: "2025-09-08T03:08:31Z"
107+
createdAt: "2025-10-30T20:48:23Z"
108108
description: Deploy and manage containerized Liberty applications
109109
features.operators.openshift.io/disconnected: "true"
110110
features.operators.openshift.io/fips-compliant: "true"
@@ -113,7 +113,7 @@ metadata:
113113
features.operators.openshift.io/token-auth-aws: "false"
114114
features.operators.openshift.io/token-auth-azure: "false"
115115
features.operators.openshift.io/token-auth-gcp: "false"
116-
olm.skipRange: '>=0.8.0 <1.5.0'
116+
olm.skipRange: '>=0.8.0 <1.5.1'
117117
operators.operatorframework.io/builder: operator-sdk-v1.39.2
118118
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
119119
repository: https://github.com/OpenLiberty/open-liberty-operator
@@ -123,7 +123,7 @@ metadata:
123123
operatorframework.io/arch.ppc64le: supported
124124
operatorframework.io/arch.s390x: supported
125125
operatorframework.io/os.linux: supported
126-
name: open-liberty.v1.5.0
126+
name: open-liberty.v1.5.1
127127
namespace: placeholder
128128
spec:
129129
apiservicedefinitions: {}
@@ -1204,7 +1204,7 @@ spec:
12041204
fieldRef:
12051205
fieldPath: metadata.annotations['olm.targetNamespaces']
12061206
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1207-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
1207+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
12081208
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
12091209
value: icr.io/appcafe/open-liberty-operator:daily
12101210
image: icr.io/appcafe/open-liberty-operator:daily
@@ -1503,8 +1503,8 @@ spec:
15031503
provider:
15041504
name: IBM
15051505
relatedImages:
1506-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
1506+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
15071507
name: liberty-sample-app
15081508
- image: icr.io/appcafe/open-liberty-operator:daily
15091509
name: open-liberty-operator
1510-
version: 1.5.0
1510+
version: 1.5.1

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

44
# Add label for location of Declarative Config root directory & required OpenShift labels
5-
ARG VERSION_LABEL=1.5.0
5+
ARG VERSION_LABEL=1.5.1
66
ARG RELEASE_LABEL=XX
77
ARG VCS_REF=0123456789012345678901234567890123456789
88
ARG VCS_URL="https://github.com/OpenLiberty/open-liberty-operator"

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
fieldRef:
7171
fieldPath: metadata.annotations['olm.targetNamespaces']
7272
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
73-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
73+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
7474
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
7575
value: OPERATOR_IMAGE
7676
securityContext:

config/manifests/bases/open-liberty.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
features.operators.openshift.io/token-auth-aws: "false"
1616
features.operators.openshift.io/token-auth-azure: "false"
1717
features.operators.openshift.io/token-auth-gcp: "false"
18-
olm.skipRange: '>=0.8.0 <1.5.0'
18+
olm.skipRange: '>=0.8.0 <1.5.1'
1919
repository: https://github.com/OpenLiberty/open-liberty-operator
2020
support: IBM
2121
labels:

config/samples/apps.openliberty.io_v1_openlibertyapplications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: OpenLibertyApplication
33
metadata:
44
name: openliberty-app-sample
55
spec:
6-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
77
expose: true
88
manageTLS: true
99
replicas: 1

config/samples/apps.openliberty.io_v1beta2_openlibertyapplications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: openliberty-app-sample
55
spec:
66
# Add fields here
7-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
88
expose: true
99
replicas: 1
1010
service:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/OpenLiberty/open-liberty-operator
33
go 1.25
44

55
require (
6-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250902185901-28fab0958c43
6+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251030203946-901bd467d214
77
github.com/cert-manager/cert-manager v1.16.5
88
github.com/go-logr/logr v1.4.2
99
github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg6
88
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
99
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
1010
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
11-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250902185901-28fab0958c43 h1:LKDWp8yhFzvnqKjPCzbPi/VzQAG6nj4wFnS7zD27lOs=
12-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250902185901-28fab0958c43/go.mod h1:Hs5AbE9J+rLM34IAc75X7dtxnrzFg2AvG1XYLcX/ApU=
11+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251030203946-901bd467d214 h1:QKAyowdFsc3K+UFbCPVNViyDnwVgEbnFmcVQ62kwKJY=
12+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251030203946-901bd467d214/go.mod h1:Hs5AbE9J+rLM34IAc75X7dtxnrzFg2AvG1XYLcX/ApU=
1313
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
1414
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
1515
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)