Skip to content

v1.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 01:14
· 3225 commits to main since this release
v1.20.0
2017fd1

Pull Requests | Issues | v1.19.5...v1.20.0

Features

#427 Support the checksum verification 🎉
#1173 #1247 cp: Support coping all packages

Support the checksum verification 🎉

#427

aqua supports the Checksum Verification 🎉

For the detail, please see the document. https://aquaproj.github.io/docs/reference/checksum

cp: Support coping all packages

#1173 #1247

You had to specify copied command names as arguments of aqua cp command.
This update allows you to copy all packages without arguments.

$ aqua cp [-a]

aqua cp copies all commands.

If the option -a is specified, all commands including global configuration files are copied.

Others

#1281 update Go to 1.19.2
#1284 golangci-lint: disable deprecated linters