Skip to content

v2.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 11:41
· 668 commits to main since this release
v2.15.0
3fd0124

Pull Requests | Issues | v2.14.1...v2.15.0

Overview

  • Features
    • #2351 #2366 generate-registry: Get all GitHub Releases by default
    • #2349 #2362 generate-registry: Add an option -cmd
  • Others
    • #2359 update-aqua: Add an alias upa to the command

generate-registry: Get all GitHub Releases by default

#2351 #2366

The behaviour of generate-registry command was changed.
The command gets all GitHub Releases by default to generate version_overrides.

The option --deep is deprecated. The option has no meaning anymore. The option is kept only for the compatibility.
The option will be removed at aqua v3.

The option --limit (-l) is added. This option takes an integer, which is the maximum number of releases.

e.g.

aqua gr --limit 100

generate-registry: Add an option -cmd

#2349 #2362

If -cmd is set, files is set.

e.g.

$ aqua gr -cmd gh cli/cli
# ...
  files:
    - name: gh

You can specify multiple commands with commas ,.

e.g.

$ aqua gr -cmd age,age-keygen FiloSottile/age
# ...
  files:
    - name: age
    - name: age-keygen

update-aqua: Add an alias upa to the command

#2359

update-aqua is too long.

$ aqua upa # update-aqua