0.6.0
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)