v1.24.0
github-actions
released this
10 Oct 20:53
·
237 commits
to master
since this release
v1.24.0
Changes
- Bumping java-operator-plugins to v0.6.0. (#6007)
Bug Fixes
- Support test selectors in scorecard-kuttl. This only works if you supply a test name in the config for the entrypoint in the scorecard test config.yaml
In thestages.tests
section add anentrypoint
, in this entrypoint you add the name of the test you want to associate with the selector.
If you have a kuttl test directory calledsmoke
your entrypoint should have- smoke
as an entry. That way scorecard can pass that into the image and kuttl will run the single test. (#6015) operator-sdk run bundle(-upgrade)
: fixed bug that made it so bundles weren't properly upgraded if the channel used in the bundle wasn't in the same channel as the bundle installed viaoperator-sdk run bundle
. Usingoperator-sdk run bundle
will now use a default channel instead of the one in the bundle. (#6042)operator-sdk run bundle(-upgrade)
: fixed bug causingoperator-sdk run bundle-upgrade
andoperator-sdk run bundle ... --index-image=...
to stall indefinitely. (#6040)- For Ansible & Helm-based operators, the generated
Makefile
does not handle convertingaarch64
toarm64
. This prevents it from downloading the appropriate binaries.
This change simply adds a call tosed
to convertaarch64
toarm64
. (#5480)