Releases: aquaproj/aqua
v2.40.0-0
#3363 feat: support getting package versions from external files
v2.39.1
Pull Requests | Issues | v2.39.0...v2.39.1
Fixes
#3365 cargo: Normalize the install path of cargo packages
Others
#3361 Refactor reading config
v2.39.0
Pull Requests | Issues | v2.38.4...v2.39.0
Features
#3354 policy: add a code comment for YAML Language Servers to a generated file aqua-policy.yaml
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/policy.json
#3352 init: Add a code comment for YAML Language Servers to a generated file aqua.yaml
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-yaml.json
These code comments are useful when you edit files with editors such as VSCode.
v2.39.0-0
v2.38.4
Pull Requests | Issues | v2.38.3...v2.38.4
Bug Fixes
#3337 generate-registry: Fix a bug that unused replacements are added
v2.38.3
Pull Requests | Issues | v2.38.2...v2.38.3
Bug Fixes
#3325 #3333 Fix a bug that aqua g -i
removes comments from packages
v2.38.2
Pull Requests | Issues | v2.38.1...v2.38.2
🐛 Bug Fixes
#3307 generate-registry: Fix a bug that description isn't formatted
v2.38.1
Pull Requests | Issues | v2.38.0...v2.38.1
Fixes
#3297 completion: Improve the completion settings suggested in aqua completion --help
@akinomyoga
v2.38.0
Pull Requests | Issues | v2.37.2...v2.38.0
Features
#3269 Get available versions from Go Module Proxy
https://aquaproj.github.io/docs/reference/registry-config/go-version-path
This release adds the new field go_version_path
to registries.
e.g.
packages:
- name: _go/sigsum.org/sigsum-go#cmd/sigsum-key
type: go_install
path: sigsum.org/sigsum-go/cmd/sigsum-key
go_version_path: sigsum.org/sigsum-go
If this field is set, aqua g
and aqua up
commands gets available versions from Go Module Proxy.
v2.37.2
Pull Requests | Issues | v2.37.1...v2.37.2
Fixes
#3233 which, exec: Search configuration files even if AQUA_CONFIG
is set