Skip to content

0.8.1

Compare
Choose a tag to compare
@leochr leochr released this 24 Mar 21:05
· 1 commit to 0.8.x since this release
20d8c35

Install instructions are here. See the new user guide for more information on how to use the Open Liberty Operator.

Important information: Are you upgrading from version 0.7.1 or below? If yes, then read this carefully. API version of the custom resources (CRs) OpenLibertyApplication, OpenLibertyDump and OpenLibertyTrace have changed in version 0.8.0. Custom resources with apiVersion: openliberty.io/v1beta1 are not handled by Open Liberty Operator versions 0.8.0 and above. Back up the existing custom resources with apiVersion: openliberty.io/v1beta1 and delete them. Then create new custom resources with apiVersion: apps.openliberty.io/v1beta2.

Added

  • Added p and z-linux images to Docker Hub to support install options with kubectl or kustomize. OLM install option only supports amd64. (#323)

Fixed

  • Fix to not create deployment without a pull secret (#343) (#329)
  • Fix to allow insecureEdgeTerminationPolicy set to redirect on passthrough (#293) (#329)
  • Fix to allow multiple slashes (/) in application image value (#327)