This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
chore(deps): update dependency aquaproj/aqua to v0.10.2 #72
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.8.9
->v0.10.2
v0.8.7
->v0.10.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aquaproj/aqua (aquaproj/aqua)
v0.10.2
Compare Source
Pull Requests | aquaproj/aqua@v0.10.1...v0.10.2
Fixes
#551 #552 Validate packages
v0.10.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v0.10.0...v0.10.1
Fixes
#537 #545 Fix the problem due to parallel execution of Lazy Install
Sometimes Lazy Install of the same tool is run in parallel.
For example,
run
stepxargs -P
,GNU Parallel
, and so onIn that case, sometimes it fails to install or execute tools.
In this update, aqua prevents the problem by retrying.
v0.10.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v0.9.0...v0.10.0
https://github.com/aquaproj/aqua/issues/532
v0.9.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v0.8.13...v0.9.0
#520 #521 Remove
inline_registry
How to migrate
Use
local
Registry instead ofinline
Registry.https://aquaproj.github.io/docs/reference/config
AS IS
aqua.yaml
TO BE
aqua.yaml
registry.yaml
Feature
#511 #512 Retry installing a package when it failed to install the package due to
file already exists
error#513 #518 Add
registry_ref
in the error logBug Fixes
#519 Fix the file permission of
aqua.yaml
which is generated byaqua init
commandChange the file permission from
0755
to0644
.Executable permission isn't needed.
Others
#515 #516 #517 Refactoring
v0.8.13
Compare Source
Pull Requests | Issues | aquaproj/aqua@v0.8.12...v0.8.13
Features
#492 #504 #506 Support filtering version in
aqua g
Update
aqua g
.version_filter
has been added to Registry Configuration.aqua g
gets the latest version of the package.If
version_filter
is set, the version which matches withversion_filter
is used.v0.8.12
Compare Source
Pull Requests | aquaproj/aqua@v0.8.11...v0.8.12
Features
#496 Support getting the version of
http
package inaqua g
Note that
http
package needsrepo_owner
andrepo_name
.https://github.com/aquaproj/aqua-registry/pull/1617
aquaproj/aqua-registry >= v0.12.4
AS IS
TO BE
v0.8.11
Compare Source
Pull Requests | aquaproj/aqua@v0.8.10...v0.8.11
#491 #493 Improve warn log
v0.8.10
Compare Source
Pull Requests | aquaproj/aqua@v0.8.9...v0.8.10
Features
#488 Update
aqua g
: Output with the short syntax if package name starts with<repository full name>/
https://github.com/aquaproj/aqua-renovate-config/releases/tag/0.1.3
AS IS
TO BE
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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.