Releases: aquaproj/aqua
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
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
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
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
v0.1.0-9
v0.1.0-8
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
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