Skip to content

0.6.0

Compare
Choose a tag to compare
@leochr leochr released this 20 May 23:28
a0b9550

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

Added

  • Added support for embedding service bindings into a custom resource (#164, #111)
  • Added support for affinity settings such as nodeAffinity, podAffinity and podAntiAffinity (#164, #116)

Changed

  • Breaking change: In order for the operator to detect Service Binding custom resources automatically ("auto-detect" functionality), the name of the binding resource must follow the <CR_NAME>-binding format (e.g. my-app-binding) (#164, #111)

Fixed

  • Some monitoring configurations such as bearerTokenSecret are not propagated to the created ServiceMonitor (#164, #157, #116)