v1.6.0
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)
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