Skip to content

v1.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 17:43
· 529 commits to master since this release

v1.9.1

Bug Fixes

  • Fixed the operator-sdk generate bundle command to specify the right path of bundle metadata in bundle.Dockerfile. (#5035)
  • For Helm-based operators, fixed release equality comparison such that number values are compared and not their types to avoid unnecessary reconciliations. (#5046)
  • In the pkgman-to-bundle command, changed the default channel name used for CSV's not specified in package.yaml to defaultChannel instead of "candidate". (#5067)