Skip to content

Commit 4bb0fc3

Browse files
chore(deps): update aqua
1 parent 32af664 commit 4bb0fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eufo pipefail
44
source $HOME/.config/shell/exports.sh
55

66
# renovate: depName=aquaproj/aqua datasource=github-releases
7-
current_aqua_version=v2.46.0
7+
current_aqua_version=v2.48.1
88

99
if [ ! $(command -v aqua) ] || [ $(aqua -v | head -n1 | cut -d" " -f3 | sed "s/^/v/") != $current_aqua_version ]; then
1010
echo "Installing aqua"

home/private_dot_config/exact_aqua/aqua.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
registries:
99
- name: standard
1010
type: standard
11-
ref: v4.333.2 # renovate: depName=aquaproj/aqua-registry
11+
ref: v4.344.0 # renovate: depName=aquaproj/aqua-registry
1212
- name: local
1313
type: local
1414
path: registry.yaml

0 commit comments

Comments
 (0)