Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

chore(deps): update dependency aquaproj/aqua to v1.4.0 #36

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua minor v1.3.0 -> v1.4.0

Release Notes

aquaproj/aqua

v1.4.0

Compare Source

Pull Requests | Issues | aquaproj/aqua@v1.3.0...v1.4.0

Features

#​643 #​644 Support changing GOOS and GOARCH for testing

⚠️ This feature is only for aqua registry's developers.
If you don't write aqua registry, please ignore this.

https://aquaproj.github.io/docs/reference/change-os-arch-for-test

When you develop aqua Registry such as Standard Registry, you have to consider mainly the following platforms.

  • darwin / amd64
  • darwin / arm64
  • linux / amd64
  • linux / arm64

But if you don't have laptops for the above platforms, it is difficult to test the Registry on the platforms.

Furthermore, Standard Registry is tested with GitHub Actions but GitHub Actions doesn't support arm64, so we can't test the Registry on arm64.

To solve the problem, aqua supports changing GOOS and GOARCH for testing the Registry.

By default, aqua gets GOOS and GOARCH from Go's runtime.GOOS and runtime.GOARCH, but you can override them with the environment variables AQUA_GOOS and AQUA_GOARCH.

e.g.

$ AQUA_GOOS=darwin AQUA_GOARCH=arm64 aqua i --test
$ AQUA_GOOS=darwin AQUA_GOARCH=arm64 aqua which gh

Of course, even if you change GOOS and GOARCH you wouldn't be able to execute the tools.
But by running aqua i --test, you can test if tools can be installed properly.

Bug Fixes

#​645 #​646 #​648 Fix the bug that Log Level can't be changed.

This bug affects aqua v1.3.0.

Others

#​623 #​624 #​625 #​626 #​627 #​628 Generate JSON Schema
#​647 Update Go from v1.17.7 to v1.18.1


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@suzuki-shunsuke suzuki-shunsuke merged commit 803df5a into main Apr 20, 2022
@suzuki-shunsuke suzuki-shunsuke deleted the renovate/aquaproj-aqua-1.x branch April 20, 2022 05:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants