Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v24.2.0 February Release 2024 #158

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading