v1.24.0
·
301 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.testssection 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 calledsmokeyour entrypoint should have- smokeas 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 bundlewill now use a default channel instead of the one in the bundle. (#6042)operator-sdk run bundle(-upgrade): fixed bug causingoperator-sdk run bundle-upgradeandoperator-sdk run bundle ... --index-image=...to stall indefinitely. (#6040)- For Ansible & Helm-based operators, the generated
Makefiledoes not handle convertingaarch64toarm64. This prevents it from downloading the appropriate binaries.
This change simply adds a call tosedto convertaarch64toarm64. (#5480)