Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 23:21
· 517 commits to master since this release
205e0a0

v1.9.0

Changes

  • Breaking change: For Ansible operators, if an API endpoint has path component in it then the ansible-operator binary will terminate early with an error, due to a bug in the proxy that would cause the operator to target the wrong cluster. (#4987)

Bug Fixes

  • For helm-based operators, empty patch requests generated from the 3-way merge are filtered to avoid unnecessary requests to the kube apiserver. (#4957)