Pull Requests | Issues | v1.7.0...v1.8.0
Features
#811 Support getting package version from GitHub Repository Tag in aqua generate
command
This is useful for tools without GitHub Releases.
By specifying version_source: github_tag
, aqua gets version from GitHub Repository Tag instead of GitHub Releases.
e.g. golang/go
aquaproj/aqua-registry#3721
registry.yaml
packages:
- repo_owner: golang
repo_name: go
type: http
url: https://golang.org/dl/go{{trimPrefix "go" .Version}}.{{.OS}}-{{.Arch}}.tar.gz
version_source: github_tag
version_filter: 'Version startsWith "go"'
Bug Fixes
#809 Fix log's env
field when AQUA_GOOS
and AQUA_GOARCH
are set