Skip to content

Commit

Permalink
chore(deps): update ⬆️ regex matched resources to v2.29.0 (#77)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua](https://togithub.com/aquaproj/aqua) | minor |
`v2.21.3` -> `v2.29.0` |

---

### Release Notes

<details>
<summary>aquaproj/aqua (aquaproj/aqua)</summary>

### [`v2.29.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.29.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.28.1...v2.29.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.29.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.29.0)
| aquaproj/aqua@v2.28.1...v2.29.0

##### Features

[#&#8203;2929](https://togithub.com/aquaproj/aqua/issues/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.

```sh
aqua completion fish | source
```

Or you can write the output to a file.


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

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

### [`v2.28.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.28.1)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.28.0...v2.28.1)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.28.1)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.28.1)
| aquaproj/aqua@v2.28.0...v2.28.1

##### Bug Fixes

[#&#8203;2904](https://togithub.com/aquaproj/aqua/issues/2904) generate:
Fix a bug that `aqua g -i` fails if aqua.yaml doesn't have the field
`packages`
[#&#8203;2902](https://togithub.com/aquaproj/aqua/issues/2902) info: Fix
a bug that user names aren't masked on Windows
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

### [`v2.28.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.28.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.27.4...v2.28.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.28.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.28.0)
| aquaproj/aqua@v2.27.4...v2.28.0

##### Features

[#&#8203;2609](https://togithub.com/orgs/aquaproj/discussions/2609)
[#&#8203;2730](https://togithub.com/aquaproj/aqua/issues/2730)
[#&#8203;2632](https://togithub.com/aquaproj/aqua/issues/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.

```yaml
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.

[#&#8203;2880](https://togithub.com/aquaproj/aqua/issues/2880) Ignore
invalid packages and continue working

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

### [`v2.27.4`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.4)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.27.3...v2.27.4)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.4)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.4)
| aquaproj/aqua@v2.27.3...v2.27.4

##### Bug Fixes

[#&#8203;2144](https://togithub.com/aquaproj/aqua/issues/2144)
[#&#8203;2510](https://togithub.com/orgs/aquaproj/discussions/2510)
[#&#8203;2871](https://togithub.com/aquaproj/aqua/issues/2871) Fix a bug
that update-aqua fails on Windows

##### Others

Update Go 1.22.2 to 1.22.3

### [`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)
| aquaproj/aqua@v2.27.2...v2.27.3

##### Bug Fixes

[#&#8203;2833](https://togithub.com/aquaproj/aqua/issues/2833)
[#&#8203;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)
| aquaproj/aqua@v2.27.1...v2.27.2

##### Bug Fixes

[#&#8203;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.
[#&#8203;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)
| aquaproj/aqua@v2.27.0...v2.27.1

#### Others

[#&#8203;2824](https://togithub.com/aquaproj/aqua/issues/2824)
[#&#8203;2825](https://togithub.com/aquaproj/aqua/issues/2825) Generate
shell completion on `brew install`
[@&#8203;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.

[#&#8203;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!

[@&#8203;ryota2357](https://togithub.com/ryota2357)
[#&#8203;2825](https://togithub.com/aquaproj/aqua/issues/2825)

### [`v2.27.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.26.0...v2.27.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.0)
| aquaproj/aqua@v2.26.0...v2.27.0

#### Features

[#&#8203;2702](https://togithub.com/aquaproj/aqua/issues/2702)
[#&#8203;2806](https://togithub.com/aquaproj/aqua/issues/2806) checksum:
Support enforcing checksum verification via environment variables

You can enforce checksum verification by environment variables
`AQUA_ENFORCE_CHECKSUM` and `AQUA_ENFORCE_REQUIRE_CHECKSUM`.

```sh
export AQUA_ENFORCE_CHECKSUM=true
export AQUA_ENFORCE_REQUIRE_CHECKSUM=true
```

This is useful for both CI and local development.

Checksum verification is disabled by default, and you can disable
checksum verification by setting.
If you manage a Monorepo and want to make checksum verification
mandatory in CI, you can set these environment variables in CI. Then
checksum verification is enabled regardless of the setting of aqua.yaml.

And if you want to enforce checksum verification on your laptop, you can
set these environment variables in your shell configuration files such
as .bashrc and .zshrc.

### [`v2.26.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.26.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.25.2...v2.26.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.26.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.26.0)
| aquaproj/aqua@v2.25.2...v2.26.0

##### Features

[#&#8203;2782](https://togithub.com/aquaproj/aqua/issues/2782)
[#&#8203;2804](https://togithub.com/aquaproj/aqua/issues/2804) generate:
add `-g` option to add packages to a global configuration file

e.g.

```console
$ aqua g -g cli/cli
```

You can add packages to a global configuration file with `-g` and `-i`
option.

e.g.

```console
$ aqua g -g -i cli/cli
```

If there are multiple global configuration files, a first global
configuration file is used.

##### Others

[#&#8203;2803](https://togithub.com/aquaproj/aqua/issues/2803) Update
the help message of `remove` command

> Note that this command remove files from AQUA_ROOT_DIR/pkgs, but
doesn't remove packages from aqua.yaml and doesn't remove files from
AQUA_ROOT_DIR/bin and AQUA_ROOT_DIR/bat.

### [`v2.25.2`](https://togithub.com/aquaproj/aqua/releases/tag/v2.25.2)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.25.1...v2.25.2)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.25.2)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.25.2)
| aquaproj/aqua@v2.25.1...v2.25.2

##### Bug Fixes

[#&#8203;2781](https://togithub.com/aquaproj/aqua/issues/2781)
[#&#8203;2786](https://togithub.com/aquaproj/aqua/issues/2786) list: Fix
a bug that packages in that same aqua.yaml is outputted by `aqua list
--installed`

##### Others

[#&#8203;2779](https://togithub.com/aquaproj/aqua/issues/2779)
[#&#8203;2788](https://togithub.com/aquaproj/aqua/issues/2788) Update
slsa-verifier to v2.5.1
[#&#8203;2787](https://togithub.com/aquaproj/aqua/issues/2787) Update go
directive to 1.22 and refactor codes with Go new features

### [`v2.25.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.25.1)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.25.0...v2.25.1)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.25.1)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.25.1)
| aquaproj/aqua@v2.25.0...v2.25.1

##### Bug Fixes

[#&#8203;1665](https://togithub.com/aquaproj/aqua/issues/1665)
[#&#8203;2757](https://togithub.com/aquaproj/aqua/issues/2757) Fix the
verification error of Cosign
[#&#8203;2764](https://togithub.com/aquaproj/aqua/issues/2764)
[#&#8203;2765](https://togithub.com/aquaproj/aqua/issues/2765) Fix
`SIGSEGV: segmentation violation` of `aqua update` and `aqua generate`
commands

##### Others

[#&#8203;2756](https://togithub.com/aquaproj/aqua/issues/2756) Update
the template of aqua.yaml generated by `aqua init` to follow [a yamllint
comment
rule](https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments)
[@&#8203;bhundven](https://togithub.com/bhundven)

### [`v2.25.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.24.1...v2.25.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.25.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.25.0)
| aquaproj/aqua@v2.24.1...v2.25.0

##### Features


[#&#8203;2749](https://togithub.com/orgs/aquaproj/discussions/2749#discussioncomment-8808062)
[#&#8203;2752](https://togithub.com/aquaproj/aqua/issues/2752) Support
excluding some packages from the target of `aqua update`

e.g. aqua.yaml

```yaml
packages:
  - name: golang/vuln/[email protected]
    update:

##### If enabled is false, aqua up command ignores the package.
##### If the package name is passed to aqua up command explicitly, enabled is ignored.

##### By default, enabled is true.
      enabled: false
```

##### Fixes

[#&#8203;2747](https://togithub.com/aquaproj/aqua/issues/2747)
[#&#8203;2354](https://togithub.com/aquaproj/aqua/issues/2354)
[#&#8203;2750](https://togithub.com/aquaproj/aqua/issues/2750)
[#&#8203;2751](https://togithub.com/aquaproj/aqua/issues/2751) Improve
the logic to get the latest version

We've changed the logic to get the latest version in some commands such
as `aqua update` and `aqua generate`.
The original logic was to call GitHub API `Get a latest release`, but a
latest release wan't necessarily a latest version.
So we changed the logic to list the recent releases and get a latest
version by semver.

### [`v2.24.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.24.1)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.24.0...v2.24.1)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.24.1)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.24.1)
| aquaproj/aqua@v2.24.0...v2.24.1

##### Bug Fixes

[#&#8203;2742](https://togithub.com/aquaproj/aqua/issues/2742)
[#&#8203;2744](https://togithub.com/aquaproj/aqua/issues/2744) fix a bug
that `aqua g` and `aqua gr` commands don't work for [cargo
package](https://aquaproj.github.io/docs/reference/registry-config/cargo-package/)

This bug was due to crates.io crawler policy.

> We are unable to process your request at this time.
> This usually means that you are in violation of our crawler policy.

We could resolve the issue by setting the User-Agent header.

### [`v2.24.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.24.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.23.2...v2.24.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.24.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.24.0)
| aquaproj/aqua@v2.23.2...v2.24.0

##### Features

[#&#8203;2709](https://togithub.com/orgs/aquaproj/discussions/2709)
[#&#8203;2733](https://togithub.com/aquaproj/aqua/issues/2733) Support
listing installed packages

Command line options `-installed` and `-all [-a]` were added to `aqua
list` command.

```sh
aqua list -installed [-a]
```

If `-installed` is set, installed packages are outputted.

e.g.

```console
$ aqua list -installed   
rhysd/actionlint	v1.6.27	standard
suzuki-shunsuke/cmdx	v1.7.4	standard
sigstore/cosign	v1.13.2	standard
suzuki-shunsuke/ghalint	v0.2.9	standard
int128/ghcp	v1.13.2	standard
golangci/golangci-lint	v1.56.2	standard
goreleaser/goreleaser	v1.24.0	standard
reviewdog/reviewdog	v0.17.1	standard
```

By default, global configuration files are ignored.
To output packages in global configuration files too, please set the
option `-all [-a]`.

```console
$ aqua list -a -installed
```

### [`v2.23.2`](https://togithub.com/aquaproj/aqua/releases/tag/v2.23.2)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.23.1...v2.23.2)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.23.2)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.23.2)
| aquaproj/aqua@v2.23.1...v2.23.2

##### Fixes

[#&#8203;2714](https://togithub.com/aquaproj/aqua/issues/2714) Fix a bug
that it fails to download large files from GitHub repositories

Use the API
[RepositoriesService.DownloadContents](https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.DownloadContents)
instead of
[RepositoriesService.GetContents](https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.GetContents)
to download large files from GitHub.


https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.DownloadContents

> DownloadContents returns an io.ReadCloser that reads the contents of
the specified file.
> This function will work with files of any size, as opposed to
GetContents which is limited to 1 Mb files. It is the caller's
responsibility to close the ReadCloser.

If you use old aqua and face the following error, please update aqua to
v2.23.2 or newer.

unsupported content encoding: none, this may occur when file size > 1
MB, if that is the case consider using DownloadContents

##### Others

Update Go 1.21.6 to 1.22.0

### [`v2.23.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.23.1)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.23.0...v2.23.1)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.23.1)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.23.1)
| aquaproj/aqua@v2.23.0...v2.23.1

##### Bug Fixes

[#&#8203;2661](https://togithub.com/aquaproj/aqua/issues/2661)
[#&#8203;2662](https://togithub.com/aquaproj/aqua/issues/2662)
update-checksum: Fix a bug that `update-checksum` doesn't work well if
packages use both `cargo` or `go_install` types and other types

For example, the package `eza-community/eza` uses `cargo` type for
darwin and windows/arm64 and `github_relaese` type for other platforms.
In this case, aqua update-checksum didn't work well.


https://github.com/aquaproj/aqua-registry/blob/15d67414625ea37e68ea8436dba9413d9bd9b540/pkgs/eza-community/eza/registry.yaml#L2

https://github.com/aquaproj/aqua-registry/blob/15d67414625ea37e68ea8436dba9413d9bd9b540/pkgs/eza-community/eza/registry.yaml#L54-L57

This release fixed the issue.

### [`v2.23.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.23.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.22.0...v2.23.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.23.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.23.0)
| aquaproj/aqua@v2.22.0...v2.23.0

##### Features

[#&#8203;2649](https://togithub.com/aquaproj/aqua/issues/2649)
[#&#8203;2652](https://togithub.com/aquaproj/aqua/issues/2652) cargo:
Trim a prefix from `cargo` package's version

##### Bug Fixes

[#&#8203;2642](https://togithub.com/aquaproj/aqua/issues/2642) info:
Output `AQUA_DISABLE_COSIGN` and `AQUA_DISABLE_SLSA`


https://aquaproj.github.io/docs/reference/security/cosign-slsa/#disable-the-verification-with-cosign-and-slsa-provenance

[#&#8203;2654](https://togithub.com/aquaproj/aqua/issues/2654)
generate-registry: Fix a bug that same version_overrides aren't merged
properly

##### Others

[#&#8203;2644](https://togithub.com/aquaproj/aqua/issues/2644) Update
aqua-proxy to
[v1.2.5](https://togithub.com/aquaproj/aqua-proxy/releases/tag/v1.2.5)
[#&#8203;2653](https://togithub.com/aquaproj/aqua/issues/2653) Update
[JSON Schema](https://togithub.com/aquaproj/aqua/tree/main/json-schema)

### [`v2.22.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.22.0)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.21.3...v2.22.0)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.22.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.22.0)
| aquaproj/aqua@v2.21.3...v2.22.0

##### Features

[#&#8203;2631](https://togithub.com/orgs/aquaproj/discussions/2631)
[#&#8203;2633](https://togithub.com/aquaproj/aqua/issues/2633)
[#&#8203;2634](https://togithub.com/aquaproj/aqua/issues/2634) Support
disabling the verification with Cosign and SLSA Provenance

You can disable the verification with Cosign and SLSA Provenance if you
can't use them.

##### Why is the feature needed?

> \[!CAUTION]
> This feature is for users who can't use Cosign and slsa-verifier.
> Most users can use them, so most users don't need this feature.
> aqua installs Cosign and slsa-verifier internally, so you don't need
to install them yourself.
> If you can use Cosign and slsa-verifier, you should not disable them
because they are important for security.

Cosign and sla-verifier access some endpoints such as
`oauth2.sigstore.dev` and `fulcio.sigstore.dev`.
So to use them you need to allow the access to these endpoints.

But in some use cases you can't or don't want to do that.
For example, your company's network policy might not allow the access to
these endpoints.

To resolve the issue, this issue proposes to support disabling the
verification with Cosign and slsa-verifier.

##### How to use

You can use command line options `-disable-cosign` and `-disable-slsa`
or environment variables `AQUA_DISABLE_COSIGN` and `AQUA_DISABLE_SLSA`.

e.g.

```sh
aqua [-disable-cosign] [-disable-slsa] i
```

```sh
env AQUA_DISABLE_COSIGN=true AQUA_DISABLE_SLSA=true aqua i
```

##### Update dependencies

-   Go 1.21.5 to 1.21.6
-   goreleaser v1.22.1 to v1.23.0
-
[go.mod](https://togithub.com/aquaproj/aqua/compare/v2.21.3...v2.22.0#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/DelineaXPM/terraform-provider-dsv).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent d0a7f77 commit c8887a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version-file: go.mod
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.3
aqua_version: v2.29.0
enable_aqua_install: true
aqua_opts: '--tags release'
env:
Expand Down

0 comments on commit c8887a5

Please sign in to comment.