This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
chore(deps): update dependency aquaproj/aqua-installer to v0.7.0 #73
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.0
->v0.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aquaproj/aqua-installer (aquaproj/aqua-installer)
v0.7.0
Compare Source
Pull Requests | aquaproj/aqua-installer@v0.6.0...v0.7.0
Both shell script and GitHub Actions are changed.
#88 change the default install path
Motivation
By default, the root privilege is required to install aqua at
/usr/local/bin/aqua
.It isn't good. So we want to change the default install path.
Breaking Changes
Change the default install path from
/usr/local/bin/aqua
to${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua
The root privilege isn't needed.
GitHub Actions
aqua-installer
adds${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin
to the environment variablePATH
.The install script
aqua-installer
doesn't update the environment variablePATH
,so you have to add
${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin
to the environment variablePATH
before executing aqua.v0.6.0
Compare Source
Pull Requests | aquaproj/aqua-installer@v0.5.0...v0.6.0
Shell script isn't changed.
Only GitHub Actions is changed.
#81 Support aqua >= v0.10.0
aqua >= v0.10.0 is required.
v0.5.0
Compare Source
Pull Requests | aquaproj/aqua-installer@v0.4.0...v0.5.0
Shell script isn't changed.
Only GitHub Actions is changed.
#78 Make the input
aqua_version
required. Ifaqua_version
isn't set, action failsv0.4.0
Compare Source
Pull Requests | aquaproj/aqua-installer@v0.3.0...v0.4.0
#67 GitHub Actions: The parameter
version
was renamed toaqua_version
#67 GitHub Actions: Run
aqua i
and set the environment variablePATH
You can use this Action more simply.
AS IS
GitHub Actions
renovate.json
TO BE
GitHub Actions
Renovate
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.