chore(deps): update dependency aquaproj/aqua to v2.44.0 #522
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:
v2.43.3
->v2.44.0
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.44.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.43.3...v2.44.0
Features
#3537 init: add a command line option
-d
#3528 Support
import_dir
and add command line options-u
and-i
toaqua init
commande.g. aqua.yaml
You can use
import_dir
andpackages
at the same time.In addition to
packages
, aqua searches packages from the directory specified withimport_dir
.import_dir: imports
is equivalent to the following settings.And if
import_dir
is set,aqua g -i
command creates a directory<import_dir>
and adds packages to the file<import_dir>/<command name>.yaml
.For instance, if
import_dir
isimports
,aqua g -i cli/cli
creates a directoryimports
and adds cli/cli toimports/gh.yaml
.If the package has multiple commands,
<command name>
is the first command name in thefiles
setting.For instance, in case of
FiloSottile/age
,<command name>
isage
.https://github.com/aquaproj/aqua-registry/blob/d39d4b5d0fb0635f6be7a70f3cb8b994f075a639/pkgs/FiloSottile/age/registry.yaml#L13-L17
Fixes
#3537 init: Fix file existence check
aqua init
skips creating a configuration file if configuration files already exist.This release improves the logic.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.