aquaproj/aqua (aquaproj/aqua)
### [`v2.27.3`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.3)
[Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.2...v2.27.3)
[Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.3) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.3) | https://github.com/aquaproj/aqua/compare/v2.27.2...v2.27.3
##### Bug Fixes
[#2833](https://togithub.com/aquaproj/aqua/issues/2833) [#2834](https://togithub.com/aquaproj/aqua/issues/2834) Fix a bug that a checksum id of [go_build type package](https://aquaproj.github.io/docs/reference/registry-config/go-build-package) is empty
aqua-checksums.json
```json
{
"id": "",
"checksum": "C4D72E482B85570A1A73776EEF47E993B5F8FA6C204E0B1CAA794E4DF4F13521",
"algorithm": "sha256"
}
```
### [`v2.27.2`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.2)
[Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.1...v2.27.2)
[Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.2) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.2) | https://github.com/aquaproj/aqua/compare/v2.27.1...v2.27.2
##### Bug Fixes
[#2830](https://togithub.com/aquaproj/aqua/issues/2830) Improve handling of broken registry JSON files
When aqua reads Standard Registry and github_content Registries, aqua converts them to JSON once and saves them.
And aqua reads JSON files instead of YAML files from the next time.
This improves the performance a bit. [#2517](https://togithub.com/aquaproj/aqua/issues/2517)
But if a JSON file got broken, aqua got not working.
In that case, you had to remove the file yourself.
This issue rarely occurs, but this release resolves it.
If a JSON file gets broken, aqua removes and recreates the file.
So aqua continues working and you don't have to remove the file yourself.
### [`v2.27.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.1)
[Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.0...v2.27.1)
[Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.1) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.1) | https://github.com/aquaproj/aqua/compare/v2.27.0...v2.27.1
#### Others
[#2824](https://togithub.com/aquaproj/aqua/issues/2824) [#2825](https://togithub.com/aquaproj/aqua/issues/2825) Generate shell completion on `brew install` [@ryota2357](https://togithub.com/ryota2357)
ref. https://github.com/aquaproj/homebrew-aqua/blob/c4731da7c66a797e93b5efbcc5340b39f86f559b/aqua.rb#L19
⚠️ To enable shell completion, you have to configure FPATH and so on.
[#2809](https://togithub.com/aquaproj/aqua/issues/2809) chore: update aqua-proy to [v1.2.6](https://togithub.com/aquaproj/aqua-proxy/releases/tag/v1.2.6)
#### 🎉 New Contributors
Thank you for your contribution!
[@ryota2357](https://togithub.com/ryota2357) [#2825](https://togithub.com/aquaproj/aqua/issues/2825)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.27.0
->v2.27.3
Release Notes
aquaproj/aqua (aquaproj/aqua)
### [`v2.27.3`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.3) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.2...v2.27.3) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.3) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.3) | https://github.com/aquaproj/aqua/compare/v2.27.2...v2.27.3 ##### Bug Fixes [#2833](https://togithub.com/aquaproj/aqua/issues/2833) [#2834](https://togithub.com/aquaproj/aqua/issues/2834) Fix a bug that a checksum id of [go_build type package](https://aquaproj.github.io/docs/reference/registry-config/go-build-package) is empty aqua-checksums.json ```json { "id": "", "checksum": "C4D72E482B85570A1A73776EEF47E993B5F8FA6C204E0B1CAA794E4DF4F13521", "algorithm": "sha256" } ``` ### [`v2.27.2`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.2) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.1...v2.27.2) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.2) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.2) | https://github.com/aquaproj/aqua/compare/v2.27.1...v2.27.2 ##### Bug Fixes [#2830](https://togithub.com/aquaproj/aqua/issues/2830) Improve handling of broken registry JSON files When aqua reads Standard Registry and github_content Registries, aqua converts them to JSON once and saves them. And aqua reads JSON files instead of YAML files from the next time. This improves the performance a bit. [#2517](https://togithub.com/aquaproj/aqua/issues/2517) But if a JSON file got broken, aqua got not working. In that case, you had to remove the file yourself. This issue rarely occurs, but this release resolves it. If a JSON file gets broken, aqua removes and recreates the file. So aqua continues working and you don't have to remove the file yourself. ### [`v2.27.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.1) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.0...v2.27.1) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.1) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.1) | https://github.com/aquaproj/aqua/compare/v2.27.0...v2.27.1 #### Others [#2824](https://togithub.com/aquaproj/aqua/issues/2824) [#2825](https://togithub.com/aquaproj/aqua/issues/2825) Generate shell completion on `brew install` [@ryota2357](https://togithub.com/ryota2357) ref. https://github.com/aquaproj/homebrew-aqua/blob/c4731da7c66a797e93b5efbcc5340b39f86f559b/aqua.rb#L19 ⚠️ To enable shell completion, you have to configure FPATH and so on. [#2809](https://togithub.com/aquaproj/aqua/issues/2809) chore: update aqua-proy to [v1.2.6](https://togithub.com/aquaproj/aqua-proxy/releases/tag/v1.2.6) #### 🎉 New Contributors Thank you for your contribution! [@ryota2357](https://togithub.com/ryota2357) [#2825](https://togithub.com/aquaproj/aqua/issues/2825)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.