Skip to content

Releases: OpenLiberty/open-liberty-operator

1.5.2

08 Dec 20:44
94b8ae7

Choose a tag to compare

1.5.2 Pre-release
Pre-release

Do NOT use in production. For internal testing only.

1.5.2-rc.1

12 Nov 02:17
aa195ce

Choose a tag to compare

1.5.2-rc.1 Pre-release
Pre-release

Do NOT use in production. For internal testing only.

1.5.1

31 Oct 18:54
26106dd

Choose a tag to compare

Install instructions are here. For more information on using the Open Liberty Operator, see the new user guide.

Important: Are you upgrading from version 0.8.x or below? If so, before the upgrade, review the documentation on behavioural changes that could impact your applications.

Open Liberty Operator 1.5.1 includes the following features and changes:

  • Added support for OpenShift Container Platform (OCP) 4.20 and Kubernetes 1.33.
  • Minor enhancements to the support for gathering data to diagnose performance-related issues using the OpenLibertyPerformanceData CR:
    • Clean up the temporary javacores once the performance data is packaged.
    • Output a message when dmesg data is unavailable due to access restrictions (normal in containers running as non-root).
  • Updated the Operator and Catalog images to include security fixes for OS packages and APIs.

1.5.0

16 Sep 03:13
1f417dc

Choose a tag to compare

Install instructions are here. For more information on using the Open Liberty Operator, see the new user guide.

Important: Are you upgrading from version 0.8.x or below? If so, before the upgrade, review the documentation on behavioural changes that could impact your applications.

Open Liberty Operator 1.5.0 includes the following features and changes:

Added

Changed

  • Changed the output location of OpenLibertyTrace operation to subfolder logs within the serviceability directory for the pod (i.e. /serviceability/my_namespace/my_pod_name/logs). Upon successfully enabling tracing, the field .status.logDirectory will include the location of the logs directory that will include the server logs and traces.
  • Changed the output location of OpenLibertyDump operation to subfolder serverDumps within the serviceability directory for the pod (i.e. /serviceability/my_namespace/my_pod_name/logs/serverDumps). Upon successful completion of the dump operation, the field .status.dumpFile will include the location of the dump file.
  • Changed the output location of java dumps (javacore, heap dump, core dump, etc), when serviceability storage (.spec.serviceability) is enabled, from /serviceability to the subfolder logs within the serviceability directory for the relevant pod (i.e. /serviceability/my_namespace/my_pod_name/logs). Liberty environment variables LOG_DIR, IBM_HEAPDUMPDIR, IBM_COREDIR and IBM_JAVACOREDIR are also set to the same logs subdirectory.
  • Changed the base image of Operator and catalog source to UBI 9 Minimal.
  • Updated the Operator SDK, Kubernetes, Go libraries, APIs and operating system packages to include security fixes.

1.5.0-20250907-2310

08 Sep 03:11
3dbe574

Choose a tag to compare

1.5.0-20250907-2310 Pre-release
Pre-release

Do NOT use in production. For internal testing only.

1.5.0-rc.3

20 Aug 11:17
d5dca22

Choose a tag to compare

1.5.0-rc.3 Pre-release
Pre-release

Do NOT use in production. For internal testing only.

1.5.0-rc.2

19 Aug 19:53

Choose a tag to compare

1.5.0-rc.2 Pre-release
Pre-release

Do NOT use in production. For internal testing only.

1.5.0-rc.1

19 Aug 02:26

Choose a tag to compare

1.5.0-rc.1 Pre-release
Pre-release

Do NOT use in production. For internal testing only.

1.4.4

18 Jul 21:31
e7fa203

Choose a tag to compare

Install instructions are here. For more information on using the Open Liberty Operator, see the new user guide.

Important: Are you upgrading from version 0.8.x or below? If so, before the upgrade, review the documentation on behavioural changes that could impact your applications.

Open Liberty Operator 1.4.4 includes the following changes:

  • Added support for configuring service Session Affinity
  • Added Support for OpenShift Container Platform (OCP) 4.19 and Kubernetes 1.32
  • Updated APIs and OS libraries to include fixes to security vulnerabilities
  • Upgraded Operator-SDK version