Pull Requests | Issues | v1.33.0...v1.34.0
Features
#1655 #1662 generate-registry: Support generating version_overrides
and testdata
Add command line options --deep
and --out-testdata
to aqua gr
command.
--deep
: Generateversion_overrides
--out-testdata
: Output testdata to a file
⚠️ --deep
option calls GitHub API per GitHub Release. So if there are a lot of GitHub Releases, many GitHub API are called and GitHub API rate limiting may occur.
Fixes
#1639 generate-registry: Support md5 and sha1
#1640 generate-registry: Fix checksum asset names
#1611 Use the default configuration if the package version doesn't match any version_constraint
Others
#1638 generate-registry: Refactoring