Skip to content

Releases: aquaproj/aqua-installer

v2.1.0

09 Apr 12:46
v2.1.0
8ca8a0c
Compare
Choose a tag to compare

Issues | Pull Requests | v2.0.2...v2.1.0

SHA256 checksum

acbb573997d664fcb8df20a8a5140dba80a4fd21f3d9e606e478e435a8945208  aqua-installer

Features

#403 Add an input policy_allow to run aqua policy allow

aqua >= v2.3.0

If policy_allow is true, aqua policy allow command is run.
If a Policy file path is set, aqua policy allow "${{inputs.policy_allow}}" is run.

See also

v2.0.3-1

08 Apr 04:54
v2.0.3-1
c0a879a
Compare
Choose a tag to compare
v2.0.3-1 Pre-release
Pre-release

v2.0.2...v2.0.3-1

SHA256 checksum

acbb573997d664fcb8df20a8a5140dba80a4fd21f3d9e606e478e435a8945208  aqua-installer

Features

#403 Add an input "policy_allow" to run "aqua policy allow"

v2.0.2

27 Dec 08:07
v2.0.2
61e2563
Compare
Choose a tag to compare

Issues | Pull Requests | v2.0.1...v2.0.2

SHA256 checksum

acbb573997d664fcb8df20a8a5140dba80a4fd21f3d9e606e478e435a8945208  aqua-installer

Bug Fixes

#303 Update aqua for bootstrap to v1.26.2

v2.0.1

26 Dec 23:09
v2.0.1
d50342f
Compare
Choose a tag to compare

Issues | Pull Requests | v2.0.0...v2.0.1

SHA256 checksum

54f6c0d48c6259bb3709ae804252bc99ff519a4a2ab70de2b033c6ad9e325157  aqua-installer

Bug Fixes

#300 Use shasum instead of sha256sum if sha256sum isn't found and skip checksum verification if they aren't found

  • Use shasum instead of sha256sum if sha256sum isn't found
  • If shasum and sha256sum aren't found, the checksum verification is skipped

v2.0.0

26 Dec 16:28
v2.0.0
9cab815
Compare
Choose a tag to compare

Issues | Pull Requests | v1.2.0...v2.0.0

SHA256 checksum

41f62d8cd305025ee7d484906f9418d9aa64e78bf3070efa0c0869501db70726  aqua-installer

⚠️ Breaking Changes ⚠️

aqua-installer v2 doesn't support specifying the install path anymore.

Features

#277 Verify aqua with slsa-verifier

By this feature, you can install aqua securely.

v1.2.0

22 Dec 15:02
v1.2.0
a39f721
Compare
Choose a tag to compare

Issues | Pull Requests | v1.1.2...v1.2.0

SHA256 checksum

f0bc49b23c4c90f72312f78ed0413833c644b0898ade420793fa034b2a3ecfaf  aqua-installer

Features

#286 GitHub Action: Support Windows PowerShell

Contributors

Thank you for your contribution!

@knqyf263 #286 🎉 New contributor!

v1.1.3-3

06 Dec 12:20
v1.1.3-3
e6afc4b
Compare
Choose a tag to compare
v1.1.3-3 Pre-release
Pre-release

v1.1.3-2

10 Nov 03:25
v1.1.3-2
094a6e4
Compare
Choose a tag to compare
v1.1.3-2 Pre-release
Pre-release

v1.1.2...v1.1.3-2

⚠️ The head commit isn't merged into the main branch. #257

Security

#255 #256 #257 Sign aqua-installer with Cosign and release aqua-installer and the signature at GitHub Releases

v1.1.2

24 Aug 07:04
v1.1.2
c553e04
Compare
Choose a tag to compare

Pull Requests | v1.1.1...v1.1.2

SHA256 checksum

f0bc49b23c4c90f72312f78ed0413833c644b0898ade420793fa034b2a3ecfaf  aqua-installer

Others

#168 #169 show aqua version after installation

e.g.

$ aqua-installer -i /tmp/aqua
===> Downloading https://github.com/aquaproj/aqua/releases/latest/download/aqua_darwin_arm64.tar.gz ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 5672k  100 5672k    0     0  3954k      0  0:00:01  0:00:01 --:--:-- 13.4M
x LICENSE
x README.md
x aqua
===> Install aqua latest (darwin/arm64) to /tmp/aqua
aqua version 1.19.2 (b6d0cfcbafb9f8371fc6dfb16a225fecd4646444)
aqua version 1.19.2 (b6d0cfcbafb9f8371fc6dfb16a225fecd4646444)

v1.1.1

06 Aug 06:23
v1.1.1
7e0d068
Compare
Choose a tag to compare

Pull Requests | v1.1.0...v1.1.1

SHA256 checksum

dbfdbc003cfadb5030d82b5816e82f6907595168d3bb0d12e94926b243f1e94d  aqua-installer

Fixes

#146 Fix GitHub Actions to support Windows