Skip to content

Releases: aquaproj/aqua

v0.3.2-0

01 Sep 23:40
b3068ea
Compare
Choose a tag to compare
v0.3.2-0 Pre-release
Pre-release

Milestone
v0.3.1...v0.3.2-0

Feature

#5 #139 Support the type http
#149 #150 Check if the package info name is unique in the same registry
#137 #151 Change the symbolic links to the relative path

Support the type http

e.g. helm

packages:
- name: helm
  registry: inline
  version: v3.6.3 # renovate: depName=helm/helm
inline_registry:
- name: helm
  type: http
  url: https://get.helm.sh/helm-{{.Package.Version}}-{{.OS}}-{{.Arch}}.tar.gz
  files:
  - name: helm
    src: "{{.OS}}-{{.Arch}}/helm"
$ tree ~/.aqua/pkgs/http 
~/.aqua/pkgs/http
└── get.helm.sh
    └── helm-v3.6.3-darwin-amd64.tar.gz
        └── darwin-amd64
            ├── LICENSE
            ├── README.md
            └── helm

3 directories, 3 files

v0.3.1

01 Sep 01:18
5aef655
Compare
Choose a tag to compare

Milestone
v0.3.0...v0.3.1

Bug Fix

#145 Fix the test of file.src

v0.3.0

01 Sep 00:35
b76ab86
Compare
Choose a tag to compare

Milestone
v0.2.0...v0.3.0

Breaking Change

#134 Stop releasing assets for Windows.

Feature

#142 Add the flag --test to install command to test file.src after the package is installed

Bug Fix

#133 Fix the command description aqua help
#141 Check file.src even if file.src is empty

Document

#135 Add the link to Change Log

Others

#140 Add tests

v0.2.0

31 Aug 11:37
237ed8d
Compare
Choose a tag to compare

Milestone
v0.1.2...v0.2.0

Breaking Change

The symbolic links are created in $AQUA_ROOT_DIR/.aqua/bin.
So please add $AQUA_ROOT_DIR/.aqua/bin to PATH.

You don't have to add .aqua/bin to the environment variable per aqua.yaml.

If the symbolic link exists but the package isn't found in aqua.yaml, aqua finds the command from other than $AQUA_ROOT_DIR.

Migration guide

Add add $AQUA_ROOT_DIR/.aqua/bin to PATH.

export PATH="${AQUA_ROOT_DIR:-$HOME/.aqua}/bin:$PATH"

If you already use aqua v0.1, the directories .aqua were created in your repository. Please remove them.

rm -R .aqua

And remove .aqua/bin from the environment variable PATH.
To set add .aqua/bin to the environment variable PATH, you don't have to use direnv or something anymore.

v0.1.2

30 Aug 12:05
8396119
Compare
Choose a tag to compare

Milestone
v0.1.1...v0.1.2

Bug Fix

#126 add exe_name to log

Others

#128 chore(deps): update dependency suzuki-shunsuke/aqua-proxy to v0.1.2

v0.1.1

29 Aug 23:41
2346549
Compare
Choose a tag to compare

Milestone
v0.1.0...v0.1.1

Bug Fix

#121 #122 Check if the executed file exists before execute the command and add debug log

Document

#120 docs: add a link to blog written in Japanese: https://techblog.szksh.cloud/aqua/

v0.1.0

29 Aug 13:55
840df09
Compare
Choose a tag to compare

v0.1.0-9

28 Aug 10:56
8c2be89
Compare
Choose a tag to compare
v0.1.0-9 Pre-release
Pre-release

Changelog

8c2be89 Merge pull request #93 from suzuki-shunsuke/feat/support-global-install
d892c63 feat: support global install
d679acf Merge pull request #92 from suzuki-shunsuke/refactor/refactor-exec
7b1a919 refactor: refactor exec

v0.1.0-8

28 Aug 06:38
987c75d
Compare
Choose a tag to compare
v0.1.0-8 Pre-release
Pre-release

Changelog

987c75d Merge pull request #91 from suzuki-shunsuke/chore/add-cmdx
c032f57 chore: add cmdx in aqua.yaml
a3682bc Merge pull request #90 from suzuki-shunsuke/fix/rename-repository-to-registry
172a591 fix: rename repository to registry
4d00dbe Merge pull request #89 from suzuki-shunsuke/chore/remove-aqua-from-aqua-yaml
6154112 chore: remove aqua from aqua.yaml
ee37f39 Merge pull request #88 from suzuki-shunsuke/fix/rename-artifact-to-asset
756d106 fix: rename artifact to asset

v0.1.0-7

28 Aug 06:08
997a59a
Compare
Choose a tag to compare
v0.1.0-7 Pre-release
Pre-release

Changelog

997a59a Merge pull request #86 from suzuki-shunsuke/docs/template-variables
a3ac8ba docs: describe template variables
16ba1a3 Merge pull request #84 from suzuki-shunsuke/renovate-config-validator
a25f456 ci: test renovate config
667f7c9 Merge pull request #83 from suzuki-shunsuke/ci/add-test-release
e64d5f9 ci: add test-release
937da58 Merge pull request #82 from suzuki-shunsuke/refactor/add-render-method
2e04709 refactor: add render methods
95888ea Merge pull request #79 from suzuki-shunsuke/renovate/alpine-3.x
48306c8 Merge pull request #80 from suzuki-shunsuke/refactor/define-error-vars
3751d5e refactor: define error variables
728d27d chore(deps): update alpine docker tag to v3.14.2
2216f45 Merge pull request #78 from suzuki-shunsuke/feat/check-file-src-after-install
d225869 fix: fix lint errors
24b3dc5 ci: fix warning
fb7a3a6 refactor: refactor warnFileSrc
13e6c49 feat: check file.src after the package is installed
3c19eed Merge pull request #76 from suzuki-shunsuke/fix/fix-error-handling
0db8a00 fix: fix the error handling
e56a4ae Merge pull request #75 from suzuki-shunsuke/feat/remove-bin_dir
1c29df1 feat: remove the configuration bin_dir
d04c3bc Merge pull request #70 from suzuki-shunsuke/fix/add-error-log
862fd8a feat: output the detail error log about the detection of unarciver and decompressor
14c6d6a Merge pull request #67 from suzuki-shunsuke/docs/add-link-to-example
7fca3e2 docs: add links to example