Skip to content

Commit 05082b1

Browse files
author
emccann_mcloud
committed
v81 Release February 2024
1 parent fd86d57 commit 05082b1

File tree

16 files changed

+6458
-4259
lines changed

16 files changed

+6458
-4259
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file
44

5+
## v24.2.0
6+
7+
### Changed
8+
9+
* The following helm-charts have been updated to chart version `24.2.0`: `apps`, `batch`, `mqserver`, `spm`, `uawebapp`, `web`, `xmlserver`
10+
* Updated WebSphere Liberty version to include `23.0.0.12`
11+
12+
### Added
13+
14+
* Support for future releases of OpenShift
15+
516
## v23.12.0
617

718
### Breaking Change

dockerfiles/Liberty/Batch.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
###############################################################################
1717

18-
ARG WLP_VERSION=23.0.0.9-full-java8-ibmjava-ubi
18+
ARG WLP_VERSION=23.0.0.12-full-java8-ibmjava-ubi
1919
ARG ANT_VERSION=1.10.6
2020

2121
# Intermediate image: extract Ant

dockerfiles/Liberty/ClientEAR.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
ARG EAR_NAME
1919
ARG SERVERCODE_IMAGE=servercode:latest
20-
ARG WLP_VERSION=23.0.0.9-full-java8-ibmjava-ubi
20+
ARG WLP_VERSION=23.0.0.12-full-java8-ibmjava-ubi
2121

2222
# Explode EAR in a disposable environment
2323
FROM alpine AS ExplodedEAR

dockerfiles/Liberty/ServerEAR.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
###############################################################################
1717

18-
ARG WLP_VERSION=23.0.0.9-full-java8-ibmjava-ubi
18+
ARG WLP_VERSION=23.0.0.12-full-java8-ibmjava-ubi
1919
ARG MQ_ADAPTER_VERSION=9.2.4.0
2020
ARG MQ_RA_LICENSE
2121
ARG JMX_EXPORTER_URL=https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.14.0/jmx_prometheus_javaagent-0.14.0.jar

helm-charts/apps/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
You may obtain a copy of the License at
3232
3333
http://www.apache.org/licenses/LICENSE-2.0
34-
version: 23.12.0
34+
version: 24.2.0
3535
maintainers:
3636
- name: IBM
3737
- name: Cúram SPM Dev Team

helm-charts/batch/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ description: |-
3030
You may obtain a copy of the License at
3131
3232
http://www.apache.org/licenses/LICENSE-2.0
33-
version: 23.12.0
33+
version: 24.2.0
3434
maintainers:
3535
- name: IBM
3636
- name: Cúram SPM Dev Team

helm-charts/mqserver/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
You may obtain a copy of the License at
3232
3333
http://www.apache.org/licenses/LICENSE-2.0
34-
version: 23.12.0
34+
version: 24.2.0
3535
maintainers:
3636
- name: IBM
3737
- name: Cúram SPM Dev Team

helm-charts/spm/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
You may obtain a copy of the License at
3232
3333
http://www.apache.org/licenses/LICENSE-2.0
34-
version: 23.12.0
34+
version: 24.2.0
3535
maintainers:
3636
- name: IBM
3737
- name: Cúram SPM Dev Team
@@ -57,22 +57,22 @@ icon: https://avatars2.githubusercontent.com/u/1459110
5757

5858
dependencies:
5959
- name: apps
60-
version: "~23.12.0"
60+
version: "~24.2.0"
6161
repository: "@local-development"
6262
- name: batch
63-
version: "~23.12.0"
63+
version: "~24.2.0"
6464
repository: "@local-development"
6565
- name: uawebapp
66-
version: "~23.12.0"
66+
version: "~24.2.0"
6767
repository: "@local-development"
6868
- name: web
69-
version: "~23.12.0"
69+
version: "~24.2.0"
7070
repository: "@local-development"
7171
- name: mqserver
72-
version: "~23.12.0"
72+
version: "~24.2.0"
7373
repository: "@local-development"
7474
- name: xmlserver
75-
version: "~23.12.0"
75+
version: "~24.2.0"
7676
repository: "@local-development"
7777
- name: ibm-sch
7878
repository: "@sch"

helm-charts/uawebapp/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
You may obtain a copy of the License at
3232
3333
http://www.apache.org/licenses/LICENSE-2.0
34-
version: 23.12.0
34+
version: 24.2.0
3535
maintainers:
3636
- name: IBM
3737
- name: Cúram SPM Dev Team

helm-charts/web/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
You may obtain a copy of the License at
3232
3333
http://www.apache.org/licenses/LICENSE-2.0
34-
version: 23.12.0
34+
version: 24.2.0
3535
maintainers:
3636
- name: IBM
3737
- name: Cúram SPM Dev Team

helm-charts/xmlserver/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
You may obtain a copy of the License at
3232
3333
http://www.apache.org/licenses/LICENSE-2.0
34-
version: 23.12.0
34+
version: 24.2.0
3535
maintainers:
3636
- name: IBM
3737
- name: Cúram SPM Dev Team

0 commit comments

Comments
 (0)