Skip to content

v1.1.0-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 00:55
· 3595 commits to main since this release
29095a3

Pull Requests | v1.1.0-0...v1.1.0-1

Bug Fixes

#580 #581 Fix the bug of aqua g

Follow up #575

⚠️ Known Issue of aqua g -i

When packages: is empty, aqua g -i ignores the ident of registries.

aqua.yaml

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
  - type: standard
    ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry

packages:
$ aqua g -i cli/cli

Expected Result

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
  - type: standard
    ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry
packages:
  - name: cli/cli@v2.5.1

Actual Result

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
  - type: standard
    ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: cli/cli@v2.5.1