Skip to content

Releases: aquaproj/aqua

v2.29.2

14 Jul 09:34
v2.29.2
07fd5ea
Compare
Choose a tag to compare

Pull Requests | Issues | v2.29.1...v2.29.2

Bug Fixes

#3001 Fix checksums of Cosign

Fixed a bug of aqua v2.29.1

v2.29.1

14 Jul 05:26
v2.29.1
764ecf5
Compare
Choose a tag to compare
v2.29.1 Pre-release
Pre-release

Pull Requests | Issues | v2.29.0...v2.29.1

⚠️ This release has a critical bug

Please don't use this version.

The checksums of Cosign are wrong.

The issue will be fixed by #3001 soon.

Features

#2965 list: Add an alias of command line option -installed

aqua list -i

Fixes

#2981 Fix a bug that the shell completion of tools built with urfave/cli/v2 doesn't work

For detail, please see the following issues and pull request.

Others

Update Go to 1.22.5

v2.29.0

31 May 14:51
v2.29.0
9ff6537
Compare
Choose a tag to compare

Pull Requests | Issues | v2.28.1...v2.29.0

Features

#2929 Support fish completion

Added a sub command aqua completion fish, which outputs scripts for fish completion

You can source the output to enable the completion.

aqua completion fish | source

Or you can write the output to a file.

https://fishshell.com/docs/current/completions.html#where-to-put-completions

aqua completion fish > ~/.config/fish/completions/aqua.fish

v2.29.0-1

31 May 14:29
v2.29.0-1
10fab1d
Compare
Choose a tag to compare
v2.29.0-1 Pre-release
Pre-release

v2.28.1...v2.29.0-1

Features

#2929 Support fish completion

v2.28.1

18 May 23:13
v2.28.1
4ba02d7
Compare
Choose a tag to compare

Pull Requests | Issues | v2.28.0...v2.28.1

Bug Fixes

#2904 generate: Fix a bug that aqua g -i fails if aqua.yaml doesn't have the field packages
#2902 info: Fix a bug that user names aren't masked on Windows @sapphi-red

v2.28.0

11 May 01:11
v2.28.0
ecd9e70
Compare
Choose a tag to compare

Pull Requests | Issues | v2.27.4...v2.28.0

Features

#2609 #2730 #2632 Support getting a package version from go directive in go.mod or go.work

From Go 1.21, the version of Go is decided by go directive in go.mod or go.work.

https://go.dev/doc/toolchain

e.g.

module github.com/aquaproj/aqua/v2

go 1.22.3

This can cause an issue that the version of Go may be different from the version defined in aqua.yaml.
And we need to define go version in two places.

To solve the issue, this pull request enables aqua to get the version of go from go directive in go.mod or go.work.
You can specify the path to go.mod or go.work by a field go_version_file.

e.g.

packages:
- name: golang/go
  go_version_file: go.mod

Then you can define go version only in go.mod or go.work.

Caution

The version of Go must be a semver x.y.z.
You can't omit a patch version.

#2880 Ignore invalid packages and continue working

When reading aqua.yaml, aqua ignores invalid packages and continues working.
This improves the robustness.

v2.28.0-1

11 May 01:02
v2.28.0-1
3d69afa
Compare
Choose a tag to compare
v2.28.0-1 Pre-release
Pre-release

Pull Requests | Issues | v2.27.4...v2.28.0-1

Changelog

  • 3d69afa chore: update go-release-workflow to v1.0.2
  • 240ce3d fix(deps): update module github.com/google/go-github/v61 to v62 (#2881)
  • cab68cd fix: ignore invalid packages and continue working (#2880)
  • d9821e4 feat: add an option go-version-file (#2632)
  • b83cc5c chore(deps): update dependency aquaproj/aqua to v2.27.4 (#2873)
  • 4452d13 chore: udpate go-mod-tidy-workflow to v1.0.1 (#2879)
  • c130571 chore(deps): update suzuki-shunsuke/actionlint-workflow action to v1.0.1 (#2878)
  • ca080ac chore: update workflows (#2876)
  • a57193d chore(deps): update aquaproj/update-checksum-workflow action to v1.0.1 (#2877)
  • cca3a2b chore(deps): update dependency aquaproj/aqua-installer to v3.0.1 (#2874)

v2.27.4

10 May 07:38
v2.27.4
b86c9a1
Compare
Choose a tag to compare

Pull Requests | Issues | v2.27.3...v2.27.4

Bug Fixes

#2144 #2510 #2871 Fix a bug that update-aqua fails on Windows

Others

Update Go 1.22.2 to 1.22.3

v2.27.4-1

10 May 07:17
v2.27.4-1
10e5dc2
Compare
Choose a tag to compare
v2.27.4-1 Pre-release
Pre-release

v2.27.3

23 Apr 22:42
v2.27.3
5550381
Compare
Choose a tag to compare

Pull Requests | Issues | v2.27.2...v2.27.3

Bug Fixes

#2833 #2834 Fix a bug that a checksum id of go_build type package is empty

aqua-checksums.json

    {
      "id": "",
      "checksum": "C4D72E482B85570A1A73776EEF47E993B5F8FA6C204E0B1CAA794E4DF4F13521",
      "algorithm": "sha256"
    }