Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_aqua_update_checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.59.0 # renovate: depName=aquaproj/aqua
aqua_version: v2.59.1 # renovate: depName=aquaproj/aqua
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down
4 changes: 2 additions & 2 deletions aqua/aqua-checksums.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ checksum: # https://aquaproj.github.io/docs/reference/checksum/
- darwin/arm64
- linux
registries:
- ref: v4.515.0 # renovate: depName=aquaproj/aqua-registry
- ref: v4.519.0 # renovate: depName=aquaproj/aqua-registry
type: standard
- name: dots
path: aqua-registry.yaml
Expand Down
2 changes: 1 addition & 1 deletion home/.chezmoiscripts/run_once_after_12_aqua.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ -n "${AQUA_POLICY_CONFIG}" ]]; then
fi

# renovate: datasource=github-releases depName=aquaproj/aqua
_aqua_latest_version=v2.59.0
_aqua_latest_version=v2.59.1

# renovate: datasource=github-releases depName=aquaproj/aqua-installer
_aqua_installer_version=v4.0.4
Expand Down
Loading