Skip to content

v0.19.3

Compare
Choose a tag to compare
@asmacdo asmacdo released this 02 Sep 18:43
· 1262 commits to master since this release
v0.19.3
d529ba4

v0.19.3

Changes

  • Breaking change: Changed the go.operator-sdk.io plugin to only write a plugins 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 of operator-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)