Skip to content

Releases: aquaproj/aqua

v2.40.0-0

15 Dec 13:58
v2.40.0-0
b477798
Compare
Choose a tag to compare
v2.40.0-0 Pre-release
Pre-release

v2.39.0...v2.40.0-0

#3363 feat: support getting package versions from external files

v2.39.1

15 Dec 23:12
v2.39.1
5737f8b
Compare
Choose a tag to compare

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

14 Dec 05:05
v2.39.0
22cfba2
Compare
Choose a tag to compare

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.

image image

v2.39.0-0

14 Dec 04:55
v2.39.0-0
fa45507
Compare
Choose a tag to compare
v2.39.0-0 Pre-release
Pre-release

v2.38.4

05 Dec 23:56
v2.38.4
fa8feef
Compare
Choose a tag to compare

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

05 Dec 14:34
v2.38.3
53d9f33
Compare
Choose a tag to compare

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

30 Nov 23:03
v2.38.2
ae39729
Compare
Choose a tag to compare

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

27 Nov 23:12
v2.38.1
46013b8
Compare
Choose a tag to compare

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

20 Nov 14:28
v2.38.0
5ad46c2
Compare
Choose a tag to compare

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

04 Nov 22:27
v2.37.2
90c0ee1
Compare
Choose a tag to compare

Pull Requests | Issues | v2.37.1...v2.37.2

Fixes

#3233 which, exec: Search configuration files even if AQUA_CONFIG is set