Skip to content

v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 21:40
· 550 commits to master since this release
v1.8.1
23f7697

v1.8.1

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. (#4971)
  • Fixed the operator-sdk generate bundle command to specify the right path of bundle metadata in bundle.Dcokerfile. (#5037)
  • For Helm-based operators, fixed release equality comparison such that number values are compared and not their types to avoid unnecessary reconciliations. (#5045)