Pull Requests | v0.8.8...v0.8.9
Bug Fixes
#487 Allow to install same pair of the registry name and package name
Problem to solve
In aqua.yaml, when the pair of the registry and package is duplicated, aqua fails to read the configuration.
registries:
- type: standard
ref: v0.12.2 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v3.0.0
- name: suzuki-shunsuke/tfcmt@v2.0.0
$ aqua i
FATA[0000] aqua failed aqua_version=0.8.8 error="configuration is invalid: the pair of package name and registry must be unique" package_name=suzuki-shunsuke/tfcmt program=aqua retistry_name=standard