Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

0.6.0

Latest
Compare
Choose a tag to compare
@leochr leochr released this 20 May 22:31
· 7 commits to master since this release
e00c9ca

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

Added

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

Fixed

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