Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aquaproj/aqua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.36.0
Choose a base ref
...
head repository: aquaproj/aqua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.36.1
Choose a head ref
Loading
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@6196583ab88cd36f36f7260fca4e8e4b2c4c9b66 # v0.4.1
with:
aqua_version: v1.33.0
aqua_version: v1.36.0
aqua_policy_config: aqua-policy.yaml
permissions:
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
homebrew: true
go-version: 1.20.1
aqua_policy_config: aqua-policy.yaml
aqua_version: v1.33.0
aqua_version: v1.36.0
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -58,10 +58,10 @@ jobs:
- uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # v2.0.2
# Install ghcp
with:
aqua_version: v1.33.0
aqua_version: v1.36.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- uses: aquaproj/update-checksum-action@d5d72955a3da19ccf7b9ecb8080bc92247fd6633 # v0.2.1
- uses: aquaproj/update-checksum-action@2fb7f676d407d4fb8c2c466c19d09d3ddec4f82f # v0.2.2
with:
prune: true
skip_push: ${{github.event.pull_request.head.repo.fork}}
@@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # v2.0.2
with:
aqua_version: v1.33.0
aqua_version: v1.36.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
@@ -143,7 +143,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20.1
cache: true
@@ -161,7 +161,7 @@ jobs:
uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@8facac38f5b2008648c14e31c632c3a709439b9c # v0.1.1
with:
go-version: 1.20.2
aqua_version: v1.35.0
aqua_version: v1.36.0
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
@@ -176,8 +176,8 @@ jobs:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua-policy.yaml
AQUA_GLOBAL_CONFIG: ${{ github.workspace }}/tests/main/aqua-global.yaml:${{ github.workspace }}/tests/main/aqua-global-2.yaml
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20.1
cache: true
8 changes: 4 additions & 4 deletions .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ jobs:
env:
GITHUB_TOKEN: ${{github.token}}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20.1
cache: true
@@ -97,8 +97,8 @@ jobs:
env:
GITHUB_TOKEN: ${{github.token}}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20.1
cache: true
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,19 +8,17 @@
[![GitHub last commit](https://img.shields.io/github/last-commit/aquaproj/aqua.svg)](https://github.com/aquaproj/aqua)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/aquaproj/aqua/main/LICENSE)

Declarative CLI Version manager. Support `Lazy Install` and shareable configuration mechanism named `Registry`. Switch versions seamlessly.
[Document](https://aquaproj.github.io/) | [Contributing](CONTRIBUTING.md) | [Logo](logo)

## Document
Declarative CLI Version Manager written in Go.

https://aquaproj.github.io/

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Logo

About logo, please see [logo](logo).
- Switch tool versions per project
- Unify tool versions and how to install in your teams and CI
- Continuous update by Renovate
- Lazy Install
- Ecosystem by Registry
- Secure
- Easy to use

## License

16 changes: 8 additions & 8 deletions aqua-checksums.json
Original file line number Diff line number Diff line change
@@ -156,18 +156,18 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/suzuki-shunsuke/cmdx/v1.6.1/cmdx_darwin_amd64.tar.gz",
"checksum": "7f777d9c1e2574294ea0d7c04cabadf3735b91f630f8fb1f74b2c74aec27a521",
"id": "github_release/github.com/suzuki-shunsuke/cmdx/v1.7.0/cmdx_darwin_amd64.tar.gz",
"checksum": "D8C30BE264C6B497E0E97D716D2B1A9F8FE27D98DC5CA444955D85DBDC9F9913",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/suzuki-shunsuke/cmdx/v1.6.1/cmdx_linux_amd64.tar.gz",
"checksum": "38cf6710909e69c732df8cacac95c53989642736b197f9c40eb71484768f25c8",
"id": "github_release/github.com/suzuki-shunsuke/cmdx/v1.7.0/cmdx_linux_amd64.tar.gz",
"checksum": "0AD4FCC74BE1627061E5BA49257C43949328695E37D77639A0C8948966E2C4BC",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/suzuki-shunsuke/cmdx/v1.6.1/cmdx_windows_amd64.tar.gz",
"checksum": "3a036b06c16b4f3416cd46e96217af1c830378a6e8d74daf5d3596abb886044a",
"id": "github_release/github.com/suzuki-shunsuke/cmdx/v1.7.0/cmdx_windows_amd64.tar.gz",
"checksum": "AB322D17CC61EA79D196D7A4B6F5F81984C4D39AC72BF87B96B4EF43595C4094",
"algorithm": "sha256"
},
{
@@ -201,8 +201,8 @@
"algorithm": "sha256"
},
{
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v3.136.1/registry.yaml",
"checksum": "D53BA3A737AD1ED5AE9D059E10A09E993C27A724848203F2C16F0FF9AE261CB057B8BD8300F1F85AA6E5AF099DEDB4D1B423DEDB2C452A518C624187181A72AF",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v3.145.0/registry.yaml",
"checksum": "1D0839E326E200B41D52D2A0A028317A74E2C56D3351BD01813E9F7418183AA88E35C630CFEAA6FD02EDEB2561F2B0D1B0ACD99A5BAB963FB0709ACFEBC28EAE",
"algorithm": "sha512"
}
]
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
@@ -6,6 +6,6 @@ checksum:
require_checksum: true
registries:
- type: standard
ref: v3.136.1 # renovate: depName=aquaproj/aqua-registry
ref: v3.145.0 # renovate: depName=aquaproj/aqua-registry
packages:
- import: aqua/*.yaml
2 changes: 1 addition & 1 deletion aqua/cmdx.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: suzuki-shunsuke/cmdx@v1.6.1
- name: suzuki-shunsuke/cmdx@v1.7.0
Loading