v1.10.0
github-actions
released this
24 Jul 00:47
·
524 commits
to master
since this release
v1.10.0
Additions
- Provide XML formatting option for scorecard users. Additionally transforms scorecard result types to xunit testsuite/testcase layout. (#5048)
Changes
- Breaking change: (ansible/v1) Bumped Kustomize version in ansible project scaffolding to 3.8.7. (#5057)
Bug Fixes
- Fixed the
operator-sdk generate bundle
command to specify the right path of bundle metadata in bundle.Dockerfile. (#5030) - For Helm-based operators, fixed release equality comparison such that number values are compared and not their types to avoid unnecessary reconciliations. (#5042)
- Bump java-operator-plugins. Adds
namespaced
plugin attribute and fixes resource version generation. (#5020) - In the
pkgman-to-bundle
command, changed the default channel name used for CSV's not specified inpackage.yaml
todefaultChannel
instead of "candidate". (#5062)