Skip to content

Commit 10210dc

Browse files
committed
PRepare next release
1 parent 1b851a8 commit 10210dc

14 files changed

Lines changed: 22 additions & 24 deletions

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ODM product version
2-
ODMVERSION=9.5.0.0
3-
ODMIMAGEVERSION=9.5.0.0
2+
ODMVERSION=9.6.0.0
3+
ODMIMAGEVERSION=9.6.0.0
44
# Directory name of the odm-ondocker checkout
55
ODMDOCKERDIR=docker
66

@@ -11,4 +11,4 @@ REPOSITORY=ibmcom
1111
PREFIXIMAGE=odm
1212

1313
# Liberty Version
14-
FROMLIBERTY=icr.io/appcafe/websphere-liberty:25.0.0.9-kernel-java21-openj9-ubi-minimal
14+
FROMLIBERTY=icr.io/appcafe/websphere-liberty:25.0.0.12-kernel-java21-openj9-ubi-minimal

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and test
22
on: [push]
33
env:
44
DOCKER_COMPOSE_VERSION: v5.1.3
5-
FROMLIBERTY: icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi-minimal
5+
FROMLIBERTY: icr.io/appcafe/websphere-liberty:25.0.0.12-kernel-java21-openj9-ubi-minimal
66
HELM_VERSION: 3.6.2
77
ODM_VERSION: 9.5.0.1
88
ODMDOCKERDIR: docker

README_ODM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ You can deploy the IBM Operational Decision Manager usage metering service:
2525
## Prerequisites
2626

2727
#### For compilation
28-
- IBM Operational Decision Manager 9.5.0 or later version
28+
- IBM Operational Decision Manager 9.6.0 or later version
2929
- Java SDK 21
3030
- Maven 3.9 or later version
3131

3232
#### For use
3333
- JRE 21
34-
- IBM Operational Decision Manager 9.5.0 or later version
34+
- IBM Operational Decision Manager 9.6.0 or later version
3535
(with configuration set for metering - please see the <i>Configuring the clients</i> section)
3636

3737
## Compiling the service

charts/ibm-odm-metering/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: |-
77
IBM Operational Decision Manager for Developers
88
99
License
10-
By installing this product you accept the following license terms: https://www14.software.ibm.com/cgi-bin/weblap/lap.pl?li_formnum=L-XFJS-ENV5LE
11-
home: https://www.ibm.com/docs/en/odm/9.5.0
10+
By installing this product you accept the following license terms: https://www14.software.ibm.com/cgi-bin/weblap/lap.pl?li_formnum=L-DHWR-YJBM3D
11+
home: https://www.ibm.com/docs/en/odm/9.6.0
1212
icon: https://raw.githubusercontent.com/ODMDev/ruledesigner/master/icons/automation-decision.png
1313
sources:
1414
- https://github.com/ODMDev/decisions-metering

charts/ibm-odm-metering/RELEASENOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# What's new in Helm chart 25.0.0
2-
The version 25.0.0 of the Helm chart installs version 9.5.0 of the IBM Operational Decision Manager metering service.
1+
# What's new in Helm chart 26.0.0
2+
The version 26.0.0 of the Helm chart installs version 9.6.0 of the IBM Operational Decision Manager metering service.
33

44
# Prerequisites
55
1. Kubernetes 1.28 or higher.
66
2. Helm aligned with the Kubernetes version.
77
3. For the internal database, create a persistent volume or use dynamic provisioning.
88

99
# Documentation
10-
For more information go to [Operational Decision Manager Documentation](https://www.ibm.com/docs/en/odm/9.5.0?topic=kubernetes-licensing-metering) and [Github](https://github.com/ODMDev/decisions-metering).
10+
For more information go to [Operational Decision Manager Documentation](https://www.ibm.com/docs/en/odm/9.6.0?topic=option-consumption-entitlement) and [Github](https://github.com/ODMDev/decisions-metering).
1111

1212
# Breaking Changes
1313
* None
@@ -21,6 +21,7 @@ None
2121
# Version History
2222
| Chart | Date | Details |
2323
|--------|-----------|----------------------------------------------------------|
24+
| 26.0.0 | June 2026 | ODM 9.6.0.0 release - Support Kubernetes 1.28 or higher |
2425
| 25.0.0 | June 2025 | ODM 9.5.0.0 release - Support Kubernetes 1.28 or higher |
2526
| 24.1.0 | Dec 2024 | ODM 9.0.0.1 release |
2627
| 24.0.0 | June 2024 | ODM 9.0.0 release - Support Kubernetes 1.25 or higher |
1.32 KB
Binary file not shown.
-35.7 KB
Binary file not shown.
-33.3 KB
Binary file not shown.
-33.4 KB
Binary file not shown.
-33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)