Skip to content

v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 23:53
· 468 commits to master since this release
v1.13.0
6e84414

v1.13.0

Additions

  • Added new optional validator alpha-deprecated-apis for the command bundle validate to help you verify if your bundle uses Kubernetes deprecated APIs. (#5216)
  • Added support for configuring Scorecard Service Accounts using config files alongside the CLI. (#5245)

Changes

  • (quarkus/v1alpha) Bumped java-operator-plugins to v0.1.0. This is the first release of the java-operator-plugins repo. There are no other changes besides pointing to a specific tag. (#5206)
  • For ansible-based operators, we have bumped ansible-runner dependency to >= 2.0.2. (#5205)
  • Updated default base image used in run bundle and run bundle-upgrade to the multi-arch quay.io/operator-framework/opm:latest image to support non-amd64 clusters. (#5171)
  • Replaced busybox with UBI8.4 for Scorecard Un-Tar image. (#5191)