Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 11:07
· 3830 commits to main since this release
0c154e0

Pull Requests | Issues | v1.5.1...v1.6.0

Features

#703 Support overriding standard registry configuration
#710 #715 #725 #726 Support the experimental feature to execute commands by execve(2).

Support overriding standard registry configuration

e.g.

registries:
- type: standard
  ref: v2.14.0
  path: registry.json 

In the above example registry.json is used instead of registry.yaml, which improves the performance of parsing registry configuration but the improvement is so few that you can't feel the improvement.

Support the experimental feature to execute commands by execve(2)

#710 #715 #725 #726

⚠️ This is an experimental feature. By default, this is disabled but you can enable this feature by the environment variable AQUA_EXPERIMENTAL_X_SYS_EXEC.

$ export AQUA_EXPERIMENTAL_X_SYS_EXEC=true

Note that there is a known issue of this feature on macOS, so we don't recommend this feature for macOS users. #729

About aqua's experimental feature, please see https://aquaproj.github.io/docs/reference/experimental-feature too.

Bug Fixes

#711 #717 exec: Return error in case of the retry limit

Others

#704 #705 #706 Refactoring
#724 Remove unneeded debug log
#728 Update aqua-proxy to v1.1.0