Skip to content

0.6.0

Compare
Choose a tag to compare
@leochr leochr released this 20 May 15:20
bab34e0

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

Added

  • Added support for embedding service bindings into a custom resource (#111)
  • Added support for affinity settings such as nodeAffinity, podAffinity and podAntiAffinity (#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) (#111)

Fixed

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