1.3.2
Install instructions are here. See the new user guide for more information on how to use the Open Liberty Operator.
Important: Are you upgrading from version 0.8.x or below? If so, before the upgrade, make sure to review the documentation on behavioural changes that could impact your applications.
Open Liberty Operator 1.3.2 includes the following features and changes:
-
Enhancements to viewing application status:
- Include observed generation information (
.status.observedGeneration
) to verify successful reconciliation of CR updates. - Output additional warnings for invalid user configurations (i.e. service port is
9080
when.spec.manageTLS
is enabled)
- Include observed generation information (
-
Increased Operator memory limit to
1Gi
to allow management of larger estate of Liberty applications. -
Configuration option to control mounting of ServiceAccount token (
.spec.serviceAccount.mountToken
) applies to Knative service (serverless) when.spec.createKnativeService
is enabled. -
Create Route with accurate host information when it is reset.
-
Allows to specify ServiceAccount with a name same as Operator’s default ServiceAccount (
.spec.serviceAccount.name
). -
Updates to Kubernetes APIs, go and other libraries.
-
Security vulnerabilities fixes.
-
Switched to the strategic File-Based Catalog (FBC).
- FBC provides more flexibility in organizing the content of the catalog as well as in managing Liberty Operator's upgrade graph.