Skip to content

0.4.0

Compare
Choose a tag to compare
@leochr leochr released this 30 Mar 21:16
d5ff884

Install instructions are here. For information on how to use the Open Liberty Operator, see the documentation.

Added

  • Added support for single sign-on using social login providers and any OIDC & OAuth 2.0 based clients. (#123)
  • Added support for integration with cert-manager (Certificate CRD). (#122)
  • Added support for referencing images in image streams. (#122)
  • Added support to specify application name to group related resources. (#122)
  • Added optional targetPort to service in the CRD. (#122)
  • Added support for sidecar containers. (#122)
  • Added support for naming service port. (#122)
  • Added OpenShift specific annotations (#54)
  • Set port name for Knative service if specified (#55)

Changed

  • Changed the match label of the ServiceMonitor created by operator from app.openliberty.io/monitor to monitor.openliberty.io/enabled (#122)
  • Updated default environment variable for liberty logging to remove tracing from container logs (#95)
  • Breaking change: When service.consumes[].namespace is not specified, injected name of environment variable follows <SERVICE-NAME>_<KEY> format and binding information are mounted at <mountPath>/<service_name>. (#27 and #46)