Skip to content

Commit

Permalink
v81 Release February 2024 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: emccann_mcloud <eoinmccann@merative.com>
  • Loading branch information
EoinMan and emccann_mcloud authored Feb 20, 2024
1 parent fd86d57 commit dce4a10
Show file tree
Hide file tree
Showing 16 changed files with 6,458 additions and 4,259 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v24.2.0

### Changed

* The following helm-charts have been updated to chart version `24.2.0`: `apps`, `batch`, `mqserver`, `spm`, `uawebapp`, `web`, `xmlserver`
* Updated WebSphere Liberty version to include `23.0.0.12`

### Added

* Support for future releases of OpenShift

## v23.12.0

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Liberty/Batch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
###############################################################################

ARG WLP_VERSION=23.0.0.9-full-java8-ibmjava-ubi
ARG WLP_VERSION=23.0.0.12-full-java8-ibmjava-ubi
ARG ANT_VERSION=1.10.6

# Intermediate image: extract Ant
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Liberty/ClientEAR.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ARG EAR_NAME
ARG SERVERCODE_IMAGE=servercode:latest
ARG WLP_VERSION=23.0.0.9-full-java8-ibmjava-ubi
ARG WLP_VERSION=23.0.0.12-full-java8-ibmjava-ubi

# Explode EAR in a disposable environment
FROM alpine AS ExplodedEAR
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Liberty/ServerEAR.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
###############################################################################

ARG WLP_VERSION=23.0.0.9-full-java8-ibmjava-ubi
ARG WLP_VERSION=23.0.0.12-full-java8-ibmjava-ubi
ARG MQ_ADAPTER_VERSION=9.2.4.0
ARG MQ_RA_LICENSE
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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/batch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mqserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand Down
14 changes: 7 additions & 7 deletions helm-charts/spm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand All @@ -57,22 +57,22 @@ icon: https://avatars2.githubusercontent.com/u/1459110

dependencies:
- name: apps
version: "~23.12.0"
version: "~24.2.0"
repository: "@local-development"
- name: batch
version: "~23.12.0"
version: "~24.2.0"
repository: "@local-development"
- name: uawebapp
version: "~23.12.0"
version: "~24.2.0"
repository: "@local-development"
- name: web
version: "~23.12.0"
version: "~24.2.0"
repository: "@local-development"
- name: mqserver
version: "~23.12.0"
version: "~24.2.0"
repository: "@local-development"
- name: xmlserver
version: "~23.12.0"
version: "~24.2.0"
repository: "@local-development"
- name: ibm-sch
repository: "@sch"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/uawebapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/xmlserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: |-
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
version: 23.12.0
version: 24.2.0
maintainers:
- name: IBM
- name: Cúram SPM Dev Team
Expand Down
Loading

0 comments on commit dce4a10

Please sign in to comment.