Skip to content

chore(deps): update aquaproj/aqua-installer action to v4#758

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

chore(deps): update aquaproj/aqua-installer action to v4#758
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aquaproj-aqua-installer-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 17, 2025

This PR contains the following updates:

Package Type Update Change
aquaproj/aqua-installer action major v3.1.2v4.0.4

Release Notes

aquaproj/aqua-installer (aquaproj/aqua-installer)

v4.0.4

Compare Source

Pull Requests aquaproj/aqua-installer@v4.0.3...v4.0.4

SHA256 Checksum
acd21cbb06609dd9a701b0032ba4c21fa37b0e3b5cc4c9d721cc02f25ea33a28  aqua-installer

#​886 Configure export-ignore in .gitattributes
#​887 Update the bootstrap version of aqua to v2.55.1

v4.0.3

Compare Source

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

SHA256 Checksum
d76bb5c3a23025e9d344aeba04c0a4d4ed6c9fb05e85530c8c3be2ef8e8f3a6a  aqua-installer

#​867 Update the bootstrap aqua version to v2.53.10

v4.0.2

Compare Source

SHA256 Checksum
98b883756cdd0a6807a8c7623404bfc3bc169275ad9064dc23a6e24ad398f43d  aqua-installer
Improvement

#​839 Use curl's --retry option: curl --retry 5

v4.0.1

Compare Source

SHA256 Checksum
42d5b4496020dc97856f5694cfb592ba80949d4918661fd062a5b0bb05d570ce  aqua-installer
Improvement

#​835 Update the bootstrap version of aqua to v2.53.3

As of aqua v2.53.0, aqua supported retrying download of assets.
This update enables aqua-installer to retry download of aqua.

v4.0.0

Compare Source

SHA256 Checksum
f7fa69dacb234ce9648f3008cef9120a1e59d96c37971e747668c0fada7bec68  aqua-installer
⚠️ Breaking Changes

#​822 If you pass a GitHub Access token via environment variable env, it would be overridden by the input github_token.

uses: aquaproj/aqua-installer@v2.0.0
env:
  GITHUB_TOKEN: ${{secrets.PAT}} # This is overridden by ${{github.token}}
How to migrate

Pass a GitHub access token by the input github_token.

uses: aquaproj/aqua-installer@v2.0.0
with:
  github_token: ${{secrets.PAT}}
Why is this breaking change required?

Recently, GitHub updated rate limits for unauthenticated requests.

https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/

As a result, aqua-installer often hits the API rate limit if a GitHub access token isn't passed via environment variable.

e.g. https://github.com/szksh-lab/.github/actions/runs/15082243052/job/42400373723

time="2025-05-17T05:48:24Z" level=error msg="install the registry" aqua_version=2.51.2 env=linux/amd64 error="get a file by Get GitHub Content API: status code 429" program=aqua registry_name=standard
time="2025-05-17T05:48:24Z" level=fatal msg="aqua failed" aqua_version=2.51.2 env=linux/amd64 error="it failed to install some registries" program=aqua

It failed to download the standard registry by GitHub content API.

To resolve the issue, we pass a GitHub actions token by default.
And we add the input github_token to allow you to change the access token.

Features

#​822 The input github_token is added.
You can pass a GitHub access token by input.
By default, GitHub Actions token ${{github.token}} is passed.

Others

#​823 chore: update the bootstrap version to v2.51.2


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

@github-actions
Copy link

github-actions bot commented May 17, 2025

Plan Result (koyashiro.jp)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link

github-actions bot commented May 17, 2025

Plan Result (koyashiro.me)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link

github-actions bot commented May 17, 2025

Plan Result (koyashiro.sh)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link

github-actions bot commented May 17, 2025

Plan Result (cdn.koyashiro.net)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link

github-actions bot commented May 17, 2025

Plan Result (koyashi.ro)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link

github-actions bot commented May 17, 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:        6675b4c5-6fa3-c211-01bc-ab6305ca3386
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmf2e7y
  Version:   1.12.2
  Created:   2025-11-03 17:48:49.024446965 +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

github-actions bot commented May 17, 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:        3fe68f1a-e1bc-bf20-8ead-adda15ac156e
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmf2e7y
  Version:   1.12.2
  Created:   2025-11-03 17:48:49.45175426 +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

github-actions bot commented May 17, 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:        4134e86a-b982-d101-d60b-22c08871a9ab
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmf2e7y
  Version:   1.12.2
  Created:   2025-11-03 17:48:50.562190269 +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

github-actions bot commented May 17, 2025

Plan Result (koyashiro.dev)

CI link

No changes. Your infrastructure matches the configuration.

@github-actions
Copy link

github-actions bot commented May 17, 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:        c6c1ae15-4f51-6fc3-1f12-b48412827110
  Path:      
  Operation: OperationTypePlan
  Who:       runner@runnervmf2e7y
  Version:   1.12.2
  Created:   2025-11-03 17:48:49.102767648 +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 force-pushed the renovate/aquaproj-aqua-installer-4.x branch 2 times, most recently from ab2bded to 77271bd Compare June 26, 2025 22:52
@renovate renovate bot force-pushed the renovate/aquaproj-aqua-installer-4.x branch from 77271bd to 9763296 Compare July 28, 2025 10:45
@renovate renovate bot force-pushed the renovate/aquaproj-aqua-installer-4.x branch from 9763296 to b23cd2f Compare August 10, 2025 13:24
@renovate renovate bot force-pushed the renovate/aquaproj-aqua-installer-4.x branch from e42d1d3 to 1b9f8a4 Compare November 3, 2025 17:48
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