Skip to content

chore(deps): update dependency aquaproj/aqua to v2.57.2#819

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aquaproj-aqua-2.x
Open

chore(deps): update dependency aquaproj/aqua to v2.57.2#819
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aquaproj-aqua-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 21, 2025

This PR contains the following updates:

Package Update Change
aquaproj/aqua minor v2.53.5v2.57.2

Release Notes

aquaproj/aqua (aquaproj/aqua)

v2.57.2

Compare Source

Fixes

#​4719 Fix jar support
#​4722 Map x86-64 to amd64
#​4688 Normalize CRLF line endings in checksum file parser

Documentation

#​4668 Deprecate signer-workflow @​scop
#​4663 JSON Schema: signer-workflow string format @​scop

v2.57.1

Compare Source

🐛 Bug Fixes

#​4659 Fix a bug that aqua update-checksum doesn't verify checksum files using tools like Cosign

v2.57.0

Compare Source

Features

#​4625 Support executing .jar

If aqua which returns a .jar file, aqua executes it by java -jar.
This requires java command.

Fixes

#​4629 Re-add env field to log

v2.56.7

Compare Source

Bug Fixes

#​4585 remove: fix a bug that -i doesn't work

Refactoring

#​4527 Refactor Checksum Verification

Document

#​4560 Fix typos and invalid links in documents @​kangetsu121

Dependency Updates
  • chore(deps): update dependency anchore/syft to v1.42.1 in #​4576
  • chore(deps): update dependency go to v1.26.0 in #​4550
  • fix(deps): update module golang.org/x/sys to v0.41.0 in #​4545
  • refactor: migrate to math/rand/v2 by @​scop in #​4547
  • fix(deps): update module golang.org/x/oauth2 to v0.35.0 in #​4541
  • fix(deps): update module github.com/expr-lang/expr to v1.17.8 in #​4564
  • fix(deps): update module github.com/suzuki-shunsuke/urfave-cli-v3-util to v0.2.2 in #​4574
  • chore(deps): update dependency sigstore/cosign to v3.0.5 in #​4578
  • fix(deps): update module github.com/google/go-github/v82 to v83 in #​4568
  • chore: update aqua-proxy to v1.2.13 in #​4588

v2.56.6

Compare Source

🐛 Bug Fixes

#​4510 Fix a bug that -log-color doesn't work
#​4526 aqua gr: Fix a bug that win32 are excluded

v2.56.5

Compare Source

🐛 Bug Fixees

#​4495 Fix a bug that aqua gr's -cmd option doesn't work

This was a bug of v2.56.2 ~ v2.56.4. #​4450

v2.56.4

Compare Source

🐛 Bub Fixes

#​4484 #​4485 Prevent duplicate log field output

v2.56.3

Compare Source

🐛 Bug Fixes

#​4475 cp: Fix a bug that command arguments are ignored and always all commands are copied
#​4476 update-aqua: Fix a bug that a command argument is ignored and always the latest version is installed

Others

#​4471 Update sigstore/cosign to v3.0.4

v2.56.2

Compare Source

Refactoring

#​4448 Replace logrus with slog
#​4450 Use urfave/cli/v3 Destination pattern for flag values

v2.56.1

Compare Source

Fixes

#​4436 gr: Exclude eabihf

v2.56.0

Compare Source

Features

#​4422 Get pseudo-versions from Go Proxy if no tagged version exists @​gizmoguy

Fixes

#​4401 Add YAML tags @​Shion1305
#​4404 Update golangci-lint to v2.7.2, with lint fixes @​Shion1305

Dependency Updates

#​4402 Update goreleaser to v2.13.1
#​4405 Update anchore/syft to v1.38.2
#​4406 Update Cosign to v3.0.3
#​4420 Update expr to v1.17.7
#​4424 Update goccy/go-yaml to v1.19.1

v2.55.3

Compare Source

Bug Fixes

#​4393 gr: Fix the support of sigstore and sigstore.json file extensions

Refactoring

#​4369 Enable tagalign rule in golangci-lint @​Shion1305
#​4394 chore(deps): migrate to go.yaml.in/yaml @​scop

v2.55.2

Compare Source

Performance Improvement

#​4342 Skip packages that cannot provide the desired exe @​refi64

Others

#​4312 Update Go to 1.25.4

v2.55.1

Compare Source

🐛 Bug Fixes

#​4274 #​4276 exec: Fix the command name (args[0])

Dependency Updates

#​4220 #​4266 Update github.com/google/go-github/v74 to v76
#​4233 #​4251 #​4261 Update Go to 1.25.2

Others

Release Cosign Bundle file *.bundle

v2.55.0

Compare Source

Features

#​4195 #​4213 Support verifying the integrity of GitHub Releases

https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/verifying-the-integrity-of-a-release
https://aquaproj.github.io/docs/reference/security/github-immutable-release

v2.54.1

Compare Source

🐛 Bug Fixes

#​4182 Fix a bug of generate-registry command that arm64 is replaced to arm incorrectly

v2.54.0

Compare Source

Features

#​4173 ghtkn integration

https://aquaproj.github.io/docs/reference/security/ghtkn/

Now aqua can get a GitHub App User Access Token by ghtkn integration.
Stop risking token leaks - Use secure, short-lived GitHub tokens for local development.

Requirements

The ghtkn integration requires:

  • Keyring

This feature doesn't depend on ghtkn CLI.

Limitation

The integration requires the user interaction when creating an access token via Device Flow, so it's unavailable in CI.

Set up

For more details, please see https://github.com/suzuki-shunsuke/ghtkn .

  1. Create a GitHub App
  2. Create a configuration file of ghtkn
  3. Set the environment variable AQUA_GHTKN_ENABLED=true
export AQUA_GHTKN_ENABLED=true

Then aqua gets a user access token using ghtkn Go SDK when aqua calls GitHub APIs.

v2.53.11

Compare Source

Performance Improvement

#​4159 Update github.com/gdamore/tcell/v2 to reduce startup time @​refi64

Benchmark
$ git rev-parse HEAD
380a2334230ec9fd22adac3f4e137a4cf47d42b2

$ go version
go version go1.25.1 darwin/arm64

$ hyperfine --version
hyperfine 1.19.0

$ ls dist                         
aqua  aqua-25310

aqua.yaml

registries:
- type: standard
  ref: v4.408.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/mkghtag@v0.1.11
- name: suzuki-shunsuke/cmdx@v2.0.2
$ hyperfine --warmup=20 -N 'dist/aqua'{-25310,}' exec -- mkghtag -version'
Benchmark 1: dist/aqua-25310 exec -- mkghtag -version
  Time (mean ± σ):      24.7 ms ±   1.3 ms    [User: 2.7 ms, System: 1.6 ms]
  Range (min … max):    23.5 ms …  29.6 ms    125 runs
 
  Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet system without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.
 
Benchmark 2: dist/aqua exec -- mkghtag -version
  Time (mean ± σ):      10.8 ms ±   1.4 ms    [User: 2.4 ms, System: 1.6 ms]
  Range (min … max):     9.2 ms …  17.1 ms    250 runs
 
Summary
  dist/aqua exec -- mkghtag -version ran
    2.30 ± 0.33 times faster than dist/aqua-25310 exec -- mkghtag -version
$ hyperfine --warmup=20 -N 'dist/aqua'{-25310,}' exec -- cmdx -v'         
Benchmark 1: dist/aqua-25310 exec -- cmdx -v
  Time (mean ± σ):      25.7 ms ±   1.3 ms    [User: 3.5 ms, System: 1.7 ms]
  Range (min … max):    24.5 ms …  31.7 ms    120 runs
 
  Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet system without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.
 
Benchmark 2: dist/aqua exec -- cmdx -v
  Time (mean ± σ):      11.2 ms ±   1.0 ms    [User: 3.1 ms, System: 1.6 ms]
  Range (min … max):    10.2 ms …  15.9 ms    253 runs
 
  Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet system without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.
 
Summary
  dist/aqua exec -- cmdx -v ran
    2.30 ± 0.24 times faster than dist/aqua-25310 exec -- cmdx -v

v2.53.10

Compare Source

🛡️ Starting from this release, Immutable Release is enabled!

#​4147 Update Go to v1.25.1
#​4145 Update aqua-proxy to v1.2.12

🐛 Bug Fixes

#​4140 Fix error messages

v2.53.9

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.8...v2.53.9

🐛 Bug Fixes

#​4064 Fix a bug that environment variables aren't passed to gh attestation verify

Others

#​4065 Update Go to v1.24.6
#​4065 Update aqua-proxy to v1.2.11

go1.24.6 (released 2025-08-06) includes security fixes to the database/sql and os/exec packages, as well as bug fixes to the runtime.
See the Go 1.24.6 milestone on our issue tracker for details.

v2.53.8

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.7...v2.53.8

🐛 Bug Fixes

#​4047 cp: Add missing .exe on Windows @​W1M0R

v2.53.7

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.6...v2.53.7

Fixes

#​4038 Fix a bug that it fails to verify GitHub Artifact Attestations on GitHub Enterprise Server @​yamoyamoto

v2.53.6

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.5...v2.53.6

🐛 Bug Fixes

#​4024 #​4025 Fix a bug that aqua works without registries' ref
#​4019 Set User-Agent to GitHub Release downloads @​yanolab

[!WARNING]
About #​4019 , unfortunately the bug is still remaining. But maybe #​4019 mitigates the bug to some extent.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) July 21, 2025 11:30
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

❌ Plan Failed (vpm.koyashiro.net)

CI link

Error: Error acquiring the state lock

Error message: workspace already locked (lock ID:
"koyashiro/vpm-koyashiro-net")
Lock Info:
  ID:        2181213e-54ab-e6d7-a5c8-cd09fd0d7ec7
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmeorf1
  Version:   1.12.2
  Created:   2026-04-25 13:52:58.153576368 +0000 UTC
  Info:      


Terraform acquires a state lock to protect the state from being written
by multiple users at the same time. Please resolve the issue above and try
again. For most commands, you can disable locking with the "-lock=false"
flag, but this is not recommended.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

❌ Plan Failed (koyashiro.com)

CI link

Error: Error acquiring the state lock

Error message: workspace already locked (lock ID: "koyashiro/koyashiro-com")
Lock Info:
  ID:        f9203ac7-e7bf-b1f3-5d24-66edccaadfe4
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmeorf1
  Version:   1.12.2
  Created:   2026-04-25 13:52:58.191192964 +0000 UTC
  Info:      


Terraform acquires a state lock to protect the state from being written
by multiple users at the same time. Please resolve the issue above and try
again. For most commands, you can disable locking with the "-lock=false"
flag, but this is not recommended.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

Plan Result (koyashiro.me)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

❌ Plan Failed (koyashiro.sh)

CI link

Error: Authentication error (10000)

  with cloudflare_record.cname_root,
  on dns_records.tf line 1, in resource "cloudflare_record" "cname_root":
   1: resource "cloudflare_record" "cname_root" {


Error: Authentication error (10000)

  with cloudflare_record.cname_dotfiles,
  on dns_records.tf line 9, in resource "cloudflare_record" "cname_dotfiles":
   9: resource "cloudflare_record" "cname_dotfiles" {


Error: Authentication error (10000)

  with cloudflare_record.txt_spf,
  on dns_records.tf line 17, in resource "cloudflare_record" "txt_spf":
  17: resource "cloudflare_record" "txt_spf" {


Error: Authentication error (10000)

  with cloudflare_record.txt_dkim,
  on dns_records.tf line 25, in resource "cloudflare_record" "txt_dkim":
  25: resource "cloudflare_record" "txt_dkim" {


Error: Authentication error (10000)

  with cloudflare_record.txt_dmarc,
  on dns_records.tf line 33, in resource "cloudflare_record" "txt_dmarc":
  33: resource "cloudflare_record" "txt_dmarc" {


Error: Authentication error (10000)

  with cloudflare_record.txt_keybase_site_verification,
  on dns_records.tf line 41, in resource "cloudflare_record" "txt_keybase_site_verification":
  41: resource "cloudflare_record" "txt_keybase_site_verification" {

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

Plan Result (cdn.koyashiro.net)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

Plan Result (koyashiro.dev)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

Plan Result (koyashi.ro)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

Plan Result (koyashiro.jp)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

❌ Plan Failed (koyashiro.live)

CI link

Error: Error acquiring the state lock

Error message: workspace already locked (lock ID: "koyashiro/koyashiro-live")
Lock Info:
  ID:        d303fdb9-1680-267d-36c1-c5be75172efc
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmeorf1
  Version:   1.12.2
  Created:   2026-04-25 13:53:05.036992144 +0000 UTC
  Info:      


Terraform acquires a state lock to protect the state from being written
by multiple users at the same time. Please resolve the issue above and try
again. For most commands, you can disable locking with the "-lock=false"
flag, but this is not recommended.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2025

❌ Plan Failed (koyashiro.net)

CI link

Error: Error acquiring the state lock

Error message: workspace already locked (lock ID: "koyashiro/koyashiro-net")
Lock Info:
  ID:        b0e50f4b-ca4c-f0fd-ae60-23b5bc6019b1
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmeorf1
  Version:   1.12.2
  Created:   2026-04-25 13:53:02.881586053 +0000 UTC
  Info:      


Terraform acquires a state lock to protect the state from being written
by multiple users at the same time. Please resolve the issue above and try
again. For most commands, you can disable locking with the "-lock=false"
flag, but this is not recommended.

@renovate renovate Bot requested a review from koyashiro July 21, 2025 17:02
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 1b3ecea to b1129d9 Compare July 25, 2025 00:58
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.53.6 chore(deps): update dependency aquaproj/aqua to v2.53.7 Jul 28, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from b1129d9 to 20977ea Compare July 28, 2025 00:33
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 20977ea to 9dbbb45 Compare August 7, 2025 00:14
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.53.7 chore(deps): update dependency aquaproj/aqua to v2.53.8 Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch 3 times, most recently from 2572562 to 7603dec Compare August 8, 2025 01:08
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.53.8 chore(deps): update dependency aquaproj/aqua to v2.53.9 Aug 8, 2025
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.53.9 chore(deps): update dependency aquaproj/aqua to v2.53.10 Sep 6, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 6405d04 to 3c6da53 Compare October 25, 2025 18:25
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.55.0 chore(deps): update dependency aquaproj/aqua to v2.55.1 Oct 25, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 3c6da53 to 9ead5e6 Compare November 24, 2025 00:47
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.55.1 chore(deps): update dependency aquaproj/aqua to v2.55.2 Nov 24, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 9ead5e6 to e51a4f8 Compare December 9, 2025 04:46
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.55.2 chore(deps): update dependency aquaproj/aqua to v2.55.3 Dec 9, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from e51a4f8 to 8db8e9a Compare December 23, 2025 13:44
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.55.3 chore(deps): update dependency aquaproj/aqua to v2.56.0 Dec 23, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 8db8e9a to 78946c7 Compare December 27, 2025 05:04
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.0 chore(deps): update dependency aquaproj/aqua to v2.56.1 Dec 27, 2025
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 78946c7 to 2cfd8f0 Compare January 9, 2026 05:36
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.1 chore(deps): update dependency aquaproj/aqua to v2.56.2 Jan 9, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 2cfd8f0 to 9abaf55 Compare January 13, 2026 14:59
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.2 chore(deps): update dependency aquaproj/aqua to v2.56.3 Jan 13, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 9abaf55 to e68999e Compare January 18, 2026 06:35
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.3 chore(deps): update dependency aquaproj/aqua to v2.56.4 Jan 18, 2026
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.4 chore(deps): update dependency aquaproj/aqua to v2.56.5 Jan 21, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from e68999e to 019fa6f Compare January 21, 2026 00:45
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 019fa6f to 5273f5f Compare February 2, 2026 15:14
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.5 chore(deps): update dependency aquaproj/aqua to v2.56.6 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 5273f5f to dc76e35 Compare February 24, 2026 19:56
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.6 chore(deps): update dependency aquaproj/aqua to v2.56.7 Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from dc76e35 to bd9a77c Compare March 12, 2026 01:30
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.56.7 chore(deps): update dependency aquaproj/aqua to v2.57.0 Mar 12, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from bd9a77c to 528cd26 Compare March 21, 2026 05:07
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.57.0 chore(deps): update dependency aquaproj/aqua to v2.57.1 Mar 21, 2026
@renovate renovate Bot force-pushed the renovate/aquaproj-aqua-2.x branch from 528cd26 to d7af1db Compare April 25, 2026 13:52
@renovate renovate Bot changed the title chore(deps): update dependency aquaproj/aqua to v2.57.1 chore(deps): update dependency aquaproj/aqua to v2.57.2 Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants