github aquaproj/aqua v0.7.6

latest releases: v2.29.0, v2.29.0-1, v2.28.1...
2 years ago

Milestone
v0.7.5...v0.7.6

Feature

#261 #346 Support the package type github_archive

The package type github_archive downloads the package from GitHub Repository Archive.

e.g.

- type: github_archive
  repo_owner: tfutils
  repo_name: tfenv
  description: Terraform version manager
  files:
  - name: tfenv
    src: tfenv-{{trimV .Version}}/bin/tfenv
  - name: terraform
    src: tfenv-{{trimV .Version}}/bin/terraform

Fix

#344 Generate github_content package's configuration with new syntax

Follow up #342

Fix the generation of github_content type's package configuration by aqua g command.

  • Get the latest version
  • Use the new syntax

AS IS

$ echo "standard,suzuki-shunsuke/aqua-installer" | aqua g -f -
- name: suzuki-shunsuke/aqua-installer
  version: '[SET PACKAGE VERSION]'

TO BE

$ echo "standard,suzuki-shunsuke/aqua-installer" | aqua g -f -
- name: suzuki-shunsuke/aqua-installer@v0.1.3

Don't miss a new aqua release

NewReleases is sending notifications on new releases.