v0.19.3
Changes
- Breaking change: Changed the
go.operator-sdk.io
plugin to only write aplugins
PROJECT field and run the OLM integration plugin if the project version is "3-alpha" or above. (#3716) - Fix CVE-2020-14040 by upgrading to golang.org/x/text v0.3.3. (#3459)
Bug Fixes
- Fixed debug logging in the
bundle validate
subcommand ofoperator-sdk
. (#3812) - Fixed incorrect (cluster) role name assignments in generated CSVs #3600. (#3714)
- Fixed issue that caused scorecard to fail loading local bundle due to a bug search method for the bundle metadata directory. (#3829)
- Stop reconciling tasks when the event raised is a rescue in Ansible-based Operators. More info: Bugzilla 1856714. (#3727)