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 inpackage.yaml
todefaultChannel
instead of "candidate". (#5067)