Skip to content

Commit

Permalink
chore(deps): update ⬆️ aqua-packages (#344)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua](https://github.com/aquaproj/aqua) | minor |
`v2.35.0` -> `v2.36.1` |
|
[aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry)
| minor | `v4.226.0` -> `v4.228.0` |
| [aquasecurity/tfsec](https://github.com/aquasecurity/tfsec) |
patch | `v1.28.10` -> `v1.28.11` |
| [casey/just](https://github.com/casey/just) | minor |
`1.35.0` -> `1.36.0` |
| [cli/cli](https://github.com/cli/cli) | minor | `v2.57.0` ->
`v2.58.0` |
| [dlvhdr/gh-dash](https://github.com/dlvhdr/gh-dash) | minor |
`v4.5.4` -> `v4.7.0` |
| [eza-community/eza](https://github.com/eza-community/eza) |
patch | `v0.20.0` -> `v0.20.1` |
|
[fastfetch-cli/fastfetch](https://github.com/fastfetch-cli/fastfetch)
| minor | `2.25.0` -> `2.26.1` |
| [fluxcd/flux2](https://github.com/fluxcd/flux2) | minor |
`v2.3.0` -> `v2.4.0` |
| [fujiwara/awslim](https://github.com/fujiwara/awslim) | patch
| `v0.3.5` -> `v0.3.6` |
| [homeport/dyff](https://github.com/homeport/dyff) | patch |
`v1.9.1` -> `v1.9.2` |
| [nektos/act](https://github.com/nektos/act) | patch |
`v0.2.67` -> `v0.2.68` |
| [neovim/neovim](https://github.com/neovim/neovim) | patch |
`v0.10.1` -> `v0.10.2` |
| [sigstore/cosign](https://github.com/sigstore/cosign) | patch
| `v2.4.0` -> `v2.4.1` |
| [tofuutils/tenv](https://github.com/tofuutils/tenv) | patch |
`v3.2.2` -> `v3.2.3` |
| [twpayne/chezmoi](https://github.com/twpayne/chezmoi) | patch
| `v2.52.2` -> `v2.52.3` |

---

### Release Notes

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

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

[Compare
Source](https://github.com/aquaproj/aqua/compare/v2.36.0-1...v2.36.1)

[Pull
Requests](https://github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.36.1)
|
[Issues](https://github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.36.1)
| https://github.com/aquaproj/aqua/compare/v2.36.0...v2.36.1

#### Fixes

[#&#8203;3146](https://github.com/aquaproj/aqua/issues/3146)
generate-registry: Remove `rosetta2` and `windows_arm_emulation` if
`{{.Arch}}` isn't included in `asset`

#### Dependency updates

[#&#8203;3148](https://github.com/aquaproj/aqua/issues/3148)
Update aqua-proxy to 1.2.8
[#&#8203;3149](https://github.com/aquaproj/aqua/issues/3149)
Update Go to 1.23.2

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

[Compare
Source](https://github.com/aquaproj/aqua/compare/v2.35.0-1...v2.36.0-1)

[Pull
Requests](https://github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.36.0)
|
[Issues](https://github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.36.0)
| https://github.com/aquaproj/aqua/compare/v2.35.0...v2.36.0

##### Features

[#&#8203;3130](https://github.com/aquaproj/aqua/issues/3130)
[#&#8203;3134](https://github.com/aquaproj/aqua/issues/3134)
support changing $0 by symlink

Some tools change their behavior by `$0`.

For example, `granted` changes the behavior based on `args[0]`.


https://github.com/common-fate/granted/blob/e8de3ec7d62d543062d8be802b27abb3d8fac429/cmd/granted/main.go#L37-L44

```go
	// Use a single binary to keep keychain ACLs simple, swapping behavior via argv[0]
	var app *cli.App
	switch filepath.Base(os.Args[0]) {
	case "assumego", "assumego.exe", "dassumego", "dassumego.exe":
		app = assume.GetCliApp()
	default:
		app = granted.GetCliApp()
	}
```

This release supports changing $0 by symlink.

```yaml
        files:
          - name: granted
          - name: assumego
            src: granted
            link: assumego # link is the relative path from src to the symlink
```

##### Bug Fixes

[#&#8203;3136](https://github.com/aquaproj/aqua/issues/3136)
[#&#8203;3137](https://github.com/aquaproj/aqua/issues/3137)
remove: Handle panic error when package is not found
[@&#8203;Shion1305](https://github.com/Shion1305)
[#&#8203;3138](https://github.com/aquaproj/aqua/issues/3138)
remove: Ignore not found commands

</details>

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

###
[`v4.228.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.228.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v4.227.0...v4.228.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.228.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.228.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.227.0...v4.228.0

#### 🎉 New Packages


[#&#8203;27347](https://github.com/aquaproj/aqua-registry/issues/27347)
[dlvhdr/diffnav](https://github.com/dlvhdr/diffnav): A git diff
pager based on delta but with a file tree, à la GitHub

#### Fixes


[#&#8203;27306](https://github.com/aquaproj/aqua-registry/issues/27306)
Rename the package
[dbrgn/tealdeer](https://github.com/dbrgn/tealdeer) to
[tealdeer-rs/tealdeer](https://github.com/tealdeer-rs/tealdeer)

###
[`v4.227.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.227.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v4.226.0...v4.227.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.227.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.227.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.226.0...v4.227.0

#### 🎉 New Packages


[#&#8203;27288](https://github.com/aquaproj/aqua-registry/issues/27288)
[asciidoctor/asciidoctor-reveal.js](https://github.com/asciidoctor/asciidoctor-reveal.js):
A reveal.js converter for Asciidoctor and Asciidoctor.js. Write your
slides in AsciiDoc
[@&#8203;reitzig](https://github.com/reitzig)

#### Fixes


[#&#8203;27279](https://github.com/aquaproj/aqua-registry/issues/27279)
common-fate/granted: Create a link for assumego

[aqua
v2.36.0](https://github.com/aquaproj/aqua/releases/tag/v2.36.0)
is required

</details>

<details>
<summary>aquasecurity/tfsec (aquasecurity/tfsec)</summary>

###
[`v1.28.11`](https://github.com/aquasecurity/tfsec/releases/tag/v1.28.11)

[Compare
Source](https://github.com/aquasecurity/tfsec/compare/v1.28.10...v1.28.11)

#### What's Changed

- Upgrading deps by
[@&#8203;jdesouza](https://github.com/jdesouza) in
[https://github.com/aquasecurity/tfsec/pull/2157](https://github.com/aquasecurity/tfsec/pull/2157)
- chore(deps): bump github.com/open-policy-agent/opa from
0.44.1-0.20220927105354-00e835a7cc15 to 0.68.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aquasecurity/tfsec/pull/2158](https://github.com/aquasecurity/tfsec/pull/2158)

**Full Changelog**:
https://github.com/aquasecurity/tfsec/compare/v1.28.10...v1.28.11

</details>

<details>
<summary>casey/just (casey/just)</summary>

###
[`v1.36.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1360---2024-09-30)

[Compare
Source](https://github.com/casey/just/compare/1.35.0...1.36.0)

##### Changed

- Allow default values to use earlier recipe arguments
([#&#8203;2382](https://github.com/casey/just/pull/2382) by
[casey](https://github.com/casey))

##### Added

- Add `--one` flag to forbid multiple recipes from being invoked on the
command line
([#&#8203;2374](https://github.com/casey/just/pull/2374) by
[casey](https://github.com/casey))
- Allow including arbitrary characters in strings with `\u{…}`
([#&#8203;2360](https://github.com/casey/just/pull/2360) by
[laniakea64](https://github.com/laniakea64))
- Print recipe doc string when`--explain` flag is passed
([#&#8203;2319](https://github.com/casey/just/pull/2319) by
[neunenak](https://github.com/neunenak))

##### Misc

- Use unwrap_or_default() when getting default color and verbosity
([#&#8203;2397](https://github.com/casey/just/pull/2397) by
[casey](https://github.com/casey))
- De-duplicate suggestion methods
([#&#8203;2392](https://github.com/casey/just/pull/2392) by
[neunenak](https://github.com/neunenak))
- Refactor analyzer
([#&#8203;2378](https://github.com/casey/just/pull/2378) by
[neunenak](https://github.com/neunenak))
- Use `console` codeblocks in readme
([#&#8203;2388](https://github.com/casey/just/pull/2388) by
[casey](https://github.com/casey))
- Split packages table by platform
([#&#8203;2385](https://github.com/casey/just/pull/2385) by
[casey](https://github.com/casey))
- Document npm package
([#&#8203;2384](https://github.com/casey/just/pull/2384) by
[casey](https://github.com/casey))
- Add PyPI install instructions
([#&#8203;2383](https://github.com/casey/just/pull/2383) by
[casey](https://github.com/casey))
- Remove alias shadows recipe error
([#&#8203;2375](https://github.com/casey/just/pull/2375) by
[neunenak](https://github.com/neunenak))
- Name instead of number book chapter files
([#&#8203;2372](https://github.com/casey/just/pull/2372) by
[casey](https://github.com/casey))
- Add groups to project justfile
([#&#8203;2351](https://github.com/casey/just/pull/2351) by
[neunenak](https://github.com/neunenak))
- Document `\u{...}`
([#&#8203;2371](https://github.com/casey/just/pull/2371) by
[laniakea64](https://github.com/laniakea64))
- Remove old recipes from project justfile
([#&#8203;2367](https://github.com/casey/just/pull/2367) by
[casey](https://github.com/casey))
- Document `--dotenv-path` in readme
([#&#8203;2366](https://github.com/casey/just/pull/2366) by
[willie](https://github.com/willie))
- Remove ref-type crate
([#&#8203;2364](https://github.com/casey/just/pull/2364) by
[casey](https://github.com/casey))
- Fix type names in redefinition error message
([#&#8203;2353](https://github.com/casey/just/pull/2353) by
[marcaddeo](https://github.com/marcaddeo))
- Use relative in `.sha256sum` files
([#&#8203;2358](https://github.com/casey/just/pull/2358) by
[casey](https://github.com/casey))
- Link to readme in CONTRIBUTING.md
([#&#8203;2348](https://github.com/casey/just/pull/2348) by
[casey](https://github.com/casey))
- Fix clippy lints
([#&#8203;2347](https://github.com/casey/just/pull/2347) by
[casey](https://github.com/casey))
- Simplify `Subcommand::run`
([#&#8203;2336](https://github.com/casey/just/pull/2336) by
[neunenak](https://github.com/neunenak))
- Update module issue link in readme
([#&#8203;2345](https://github.com/casey/just/pull/2345) by
[casey](https://github.com/casey))
- Add blank line between CI workflow jobs
([#&#8203;2343](https://github.com/casey/just/pull/2343) by
[casey](https://github.com/casey))
- Color groups in `--list` output
([#&#8203;2340](https://github.com/casey/just/pull/2340) by
[casey](https://github.com/casey))
- Refactor and document subcommand and search
([#&#8203;2335](https://github.com/casey/just/pull/2335) by
[neunenak](https://github.com/neunenak))
- Document private variables
([#&#8203;2331](https://github.com/casey/just/pull/2331) by
[Jasha10](https://github.com/Jasha10))

</details>

<details>
<summary>cli/cli (cli/cli)</summary>

###
[`v2.58.0`](https://github.com/cli/cli/releases/tag/v2.58.0):
GitHub CLI 2.58.0

[Compare
Source](https://github.com/cli/cli/compare/v2.57.0...v2.58.0)

#### What's Changed

- Better messaging for `attestation verify` custom issuer mismatch error
by [@&#8203;bdehamer](https://github.com/bdehamer) in
[https://github.com/cli/cli/pull/9616](https://github.com/cli/cli/pull/9616)
- Enhance gh repo create docs, fix random cmd link by
[@&#8203;andyfeller](https://github.com/andyfeller) in
[https://github.com/cli/cli/pull/9630](https://github.com/cli/cli/pull/9630)
- Add HasActiveToken method to AuthConfig to refactor auth check for
`attestation trusted-root` command by
[@&#8203;BagToad](https://github.com/BagToad) in
[https://github.com/cli/cli/pull/9635](https://github.com/cli/cli/pull/9635)
- Improve the suggested command for creating an issue when an extension
doesn't have a binary for your platform by
[@&#8203;timrogers](https://github.com/timrogers) in
[https://github.com/cli/cli/pull/9608](https://github.com/cli/cli/pull/9608)
- Disable auth check for `attestation trusted-root` command by
[@&#8203;bdehamer](https://github.com/bdehamer) in
[https://github.com/cli/cli/pull/9610](https://github.com/cli/cli/pull/9610)
- build(deps): bump github.com/henvic/httpretty from 0.1.3 to 0.1.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cli/cli/pull/9645](https://github.com/cli/cli/pull/9645)
- Fix tenant-awareness for `trusted-root` command by
[@&#8203;bdehamer](https://github.com/bdehamer) in
[https://github.com/cli/cli/pull/9638](https://github.com/cli/cli/pull/9638)
- Replace "GitHub Enterprise Server" option with "other" in gh auth
login prompting by [@&#8203;jtmcg](https://github.com/jtmcg) in
[https://github.com/cli/cli/pull/9642](https://github.com/cli/cli/pull/9642)
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/cli/cli/pull/9634](https://github.com/cli/cli/pull/9634)
- Add `dnf5` instructions to `docs/install_linux.md` by
[@&#8203;its-miroma](https://github.com/its-miroma) in
[https://github.com/cli/cli/pull/9660](https://github.com/cli/cli/pull/9660)
- build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0
to 2.0.1 by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/cli/cli/pull/9688](https://github.com/cli/cli/pull/9688)

#### New Contributors

- [@&#8203;its-miroma](https://github.com/its-miroma) made
their first contribution in
[https://github.com/cli/cli/pull/9660](https://github.com/cli/cli/pull/9660)

**Full Changelog**: https://github.com/cli/cli/compare/v2.57.0...v2.58.0

</details>

<details>
<summary>dlvhdr/gh-dash (dlvhdr/gh-dash)</summary>

###
[`v4.7.0`](https://github.com/dlvhdr/gh-dash/releases/tag/v4.7.0)

[Compare
Source](https://github.com/dlvhdr/gh-dash/compare/v4.6.0...v4.7.0)

#### Changelog

-
[`08e5576`](https://github.com/dlvhdr/gh-dash/commit/08e55765ea4e97638bbd5138b745dea3c03040d0)
feat: added '-u\` to update PR from base branch
([#&#8203;458](https://github.com/dlvhdr/gh-dash/issues/458))

###
[`v4.6.0`](https://github.com/dlvhdr/gh-dash/releases/tag/v4.6.0)

[Compare
Source](https://github.com/dlvhdr/gh-dash/compare/v4.5.4...v4.6.0)

#### Changelog

-
[`f62afad`](https://github.com/dlvhdr/gh-dash/commit/f62afad51551862b3a0a8001512ab8cf1f12c30c)
Enable approving a PR without entering a comment
([#&#8203;420](https://github.com/dlvhdr/gh-dash/issues/420))
-
[`ba8e86a`](https://github.com/dlvhdr/gh-dash/commit/ba8e86a7959f1a7581b399f6fb069e60fdec7e15)
chore: remove calls to styles.Copy() after upgrading lipgloss
([#&#8203;423](https://github.com/dlvhdr/gh-dash/issues/423))
-
[`8eea0c6`](https://github.com/dlvhdr/gh-dash/commit/8eea0c60d2e8a1ba93eb2e3de820834b143029f3)
feat(branch): checkout and delete
([#&#8203;422](https://github.com/dlvhdr/gh-dash/issues/422))
-
[`39b54bc`](https://github.com/dlvhdr/gh-dash/commit/39b54bcae0b032c911dbf6b2ffe83b7ed494e08e)
feat(branch): push branch
([#&#8203;426](https://github.com/dlvhdr/gh-dash/issues/426))
-
[`0cd42da`](https://github.com/dlvhdr/gh-dash/commit/0cd42dad8778aca0c1606a35539fac9c0d7e1ceb)
feat(branch): support switching to/from
([#&#8203;425](https://github.com/dlvhdr/gh-dash/issues/425))
-
[`04fff7f`](https://github.com/dlvhdr/gh-dash/commit/04fff7f3a18fc9ace6011d1f8fa81a1f42527dca)
feat(branches): config for refresh interval of prs+branches
([#&#8203;436](https://github.com/dlvhdr/gh-dash/issues/436))
-
[`a176530`](https://github.com/dlvhdr/gh-dash/commit/a17653031c4df544a515be1edbe0369fcaa1cbcf)
feat(branches): create branch
([#&#8203;432](https://github.com/dlvhdr/gh-dash/issues/432))
-
[`f9057e5`](https://github.com/dlvhdr/gh-dash/commit/f9057e58c3f563bbabdbd33345095e03bca8a1fb)
feat(branches): create pr
([#&#8203;447](https://github.com/dlvhdr/gh-dash/issues/447))
-
[`59bdd14`](https://github.com/dlvhdr/gh-dash/commit/59bdd143ed3655be44703ef17855812fc3b9dfe0)
feat(branches): delete branch with prompt
([#&#8203;430](https://github.com/dlvhdr/gh-dash/issues/430))
-
[`4e10f81`](https://github.com/dlvhdr/gh-dash/commit/4e10f8130e926d3ef8825b814542e9f80a73adb7)
feat(branches): fast-forward + refresh on interval
([#&#8203;427](https://github.com/dlvhdr/gh-dash/issues/427))
-
[`f22047c`](https://github.com/dlvhdr/gh-dash/commit/f22047c694a9c15fbb4f707cf2742122e89b2cc6)
feat(branches): footer to show git status
([#&#8203;437](https://github.com/dlvhdr/gh-dash/issues/437))
-
[`f8c232d`](https://github.com/dlvhdr/gh-dash/commit/f8c232d3c3b4aa92a74f9e31357f482bccc71d59)
feat(branches): proper help menu
([#&#8203;431](https://github.com/dlvhdr/gh-dash/issues/431))
-
[`904fde4`](https://github.com/dlvhdr/gh-dash/commit/904fde43cfbca03927960522ad45f8b5d9c58e14)
feat(branches): search
([#&#8203;428](https://github.com/dlvhdr/gh-dash/issues/428))
-
[`3c09b32`](https://github.com/dlvhdr/gh-dash/commit/3c09b326568ebec33c2c783978f1c0002728a630)
feat(branches): show # of commits ahead/behind
([#&#8203;424](https://github.com/dlvhdr/gh-dash/issues/424))
-
[`96a5959`](https://github.com/dlvhdr/gh-dash/commit/96a5959042b4796b7d298af0340822b91b85f293)
feat(branches): sidebar skeleton
([#&#8203;451](https://github.com/dlvhdr/gh-dash/issues/451))
-
[`141f0f8`](https://github.com/dlvhdr/gh-dash/commit/141f0f875084e5b2ba64258fad592660bb0f921f)
feat: focus/process exit to refresh
([#&#8203;453](https://github.com/dlvhdr/gh-dash/issues/453))
-
[`4d4f61e`](https://github.com/dlvhdr/gh-dash/commit/4d4f61e8469df5e3f9741cdfc27042b92d9bac91)
feat: universal keybinds
([#&#8203;435](https://github.com/dlvhdr/gh-dash/issues/435))
-
[`7792112`](https://github.com/dlvhdr/gh-dash/commit/7792112eb40bc48fbed49fc332c16a2439d4ff54)
fix(branches): fast-forward to use up-to-date repo
([#&#8203;433](https://github.com/dlvhdr/gh-dash/issues/433))
-
[`dba6346`](https://github.com/dlvhdr/gh-dash/commit/dba6346e83ff68ab61b89247c4aa839502a8d57c)
fix(branches): new branch to use real head branch name
([#&#8203;438](https://github.com/dlvhdr/gh-dash/issues/438))
-
[`2c887b3`](https://github.com/dlvhdr/gh-dash/commit/2c887b3cc335073bffe25f951744e8e983d14513)
fix(branches): open branch pr
([#&#8203;429](https://github.com/dlvhdr/gh-dash/issues/429))
-
[`d7e563b`](https://github.com/dlvhdr/gh-dash/commit/d7e563b9ee8bb0f24cc1160cbbcc887ab9adaaa7)
fix(branches): search placeholder
([#&#8203;434](https://github.com/dlvhdr/gh-dash/issues/434))
-
[`ba8e0a6`](https://github.com/dlvhdr/gh-dash/commit/ba8e0a67ed9254c0f7d4ff56ed30d30bd2ee321c)
fix(pr): fix swapping of `Assignees` and `Base` on PR sections
([#&#8203;449](https://github.com/dlvhdr/gh-dash/issues/449))
-
[`8708484`](https://github.com/dlvhdr/gh-dash/commit/87084844d2d8780cc26a775b8472dcb3d5556dc2)
fix: new layout - hide base if hidden
([#&#8203;456](https://github.com/dlvhdr/gh-dash/issues/456))
-
[`93bd7bc`](https://github.com/dlvhdr/gh-dash/commit/93bd7bcf38cbe1a820dec216197a78f73797a92a)
fix: only log on fatal when not debug mode
([#&#8203;455](https://github.com/dlvhdr/gh-dash/issues/455))
-
[`a7291c9`](https://github.com/dlvhdr/gh-dash/commit/a7291c92a00738386b4069f25000d3188f77b29d)
fix: remove full screen loading when refreshing
([#&#8203;459](https://github.com/dlvhdr/gh-dash/issues/459))

</details>

<details>
<summary>eza-community/eza (eza-community/eza)</summary>

###
[`v0.20.1`](https://github.com/eza-community/eza/releases/tag/v0.20.1):
eza v0.20.1

[Compare
Source](https://github.com/eza-community/eza/compare/v0.20.0...v0.20.1)

<!--
SPDX-FileCopyrightText: 2024 Christina Sørensen
SPDX-FileContributor: Christina Sørensen

SPDX-License-Identifier: EUPL-1.2
-->

### Changelog

##### Bug Fixes

-   Release recipe
-   Support passing multiple options for generate-trycmd-test.sh
-   Move options into flags
-   Rustfmt errors

##### Documentation

-   Fix cross-references
-   Update file type colors
-   Document that exit 13 == permission denied

##### Features

-   Update just, add more formats
-   Recursively walk symlinks pointing at dirs
-   Add --follow-symlinks option
-   Add autocomplete for --follow-symlinks
-   Show directories last

##### Miscellaneous Tasks

-   Eza v0.20.1 changelogs, version bump

##### Testing

-   Add cases for -T and --follow-symlinks
-   Regenerate tests broken by line number changes

##### Build

-   Fix manual version
-   Bump once_cell from 1.19.0 to 1.20.1

##### Ci

-   Remove flakehub, flakestry publish

### Checksums

#### sha256sum

a176f0dd4b1c11ed55eaebc0830957ced9b2bf0c1638c1037a495442926b8f44
./target/bin-0.20.1/eza_aarch64-unknown-linux-gnu.tar.gz
772aceae335a574a69a8f287763cde2363943355cbacc9ecf06819b5493e4b24
./target/bin-0.20.1/eza_aarch64-unknown-linux-gnu.zip
df569db42205a7d5ea6dc092b94619edb93fb5a7fbb113443370bf09cdac1ca3
./target/bin-0.20.1/eza_arm-unknown-linux-gnueabihf.tar.gz
8c8b82e8a4d2e0ca876581b3cb6dc1e16c28fb9fc46c8a2101457e3f4cd93766
./target/bin-0.20.1/eza_arm-unknown-linux-gnueabihf.zip
fefe2248664c8e04bafe647f4e86b17a2fd10aba2dcd934822ae0f9b18c7f390
./target/bin-0.20.1/eza.exe_x86_64-pc-windows-gnu.tar.gz
7ecb5255e04bb80877512ce2ee6e61dd5d21cd50aa4fbd226f537d801199b61d
./target/bin-0.20.1/eza.exe_x86_64-pc-windows-gnu.zip
a141114a806fd53b3d7b7886ba5a00983f5c13d321814910321179ce312fe5cd
./target/bin-0.20.1/eza_x86_64-unknown-linux-gnu.tar.gz
2cad17f1cc6ecf0a38d494cb818cc46e390616189aa0c5bb7a24320e413a4988
./target/bin-0.20.1/eza_x86_64-unknown-linux-gnu.zip
3afbd0036da94cb5990c225d99da4921081854f6c8841249ee71464dd67725dd
./target/bin-0.20.1/eza_x86_64-unknown-linux-musl.tar.gz
e534f645889dcfa320125f4ce29b29429149aa14d1da6e5784f143148a8d08dc
./target/bin-0.20.1/eza_x86_64-unknown-linux-musl.zip

#### md5sum

2f662f60f7a172063ad0a4dbe62a5dba
./target/bin-0.20.1/eza_aarch64-unknown-linux-gnu.tar.gz
29042761e17d82d35dfd322aa702c0c4
./target/bin-0.20.1/eza_aarch64-unknown-linux-gnu.zip
365fd59a11617ad3af55fa8d0dd79225
./target/bin-0.20.1/eza_arm-unknown-linux-gnueabihf.tar.gz
41c52aac5caa732f6503a69548ba46ac
./target/bin-0.20.1/eza_arm-unknown-linux-gnueabihf.zip
7933a3830b76d058b2ba998908fcdc80
./target/bin-0.20.1/eza.exe_x86_64-pc-windows-gnu.tar.gz
11bef03456a62b64aec3d5278222f35b
./target/bin-0.20.1/eza.exe_x86_64-pc-windows-gnu.zip
f46331725c3cfd2128c95e7bc9a6ddf5
./target/bin-0.20.1/eza_x86_64-unknown-linux-gnu.tar.gz
1b058cf6e7cff8221dc94d987e164926
./target/bin-0.20.1/eza_x86_64-unknown-linux-gnu.zip
30680a711a1f161496ab4bc20ae26d06
./target/bin-0.20.1/eza_x86_64-unknown-linux-musl.tar.gz
56022c447299a0259f5e49a7e7bf3450
./target/bin-0.20.1/eza_x86_64-unknown-linux-musl.zip

#### blake3sum

da168b4e33d350e560091204578fe10113485be0634b5a1f6a5e81dac0f486a2
./target/bin-0.20.1/eza_aarch64-unknown-linux-gnu.tar.gz
69d365af2f8f1559ff8c3322d0d449d0ee5727cb6d2024366d491d65c8dcf479
./target/bin-0.20.1/eza_aarch64-unknown-linux-gnu.zip
a3157b8c5c83844e5baff41362d313dacc8837768a60ea5cf1808bbefce517e8
./target/bin-0.20.1/eza_arm-unknown-linux-gnueabihf.tar.gz
52d12a4cbe8a03395d7f7c4b3f81fe6e36326aa0a2c6014ba84a44d343c08988
./target/bin-0.20.1/eza_arm-unknown-linux-gnueabihf.zip
6c4eb5d4c145279d588abadfac6a8c93dde703ab65af7a0e13b39e497fb834e9
./target/bin-0.20.1/eza.exe_x86_64-pc-windows-gnu.tar.gz
fc44ac1fdd9902114691dc059305c4851bced21bf3df714f738fd0d22aba4a3f
./target/bin-0.20.1/eza.exe_x86_64-pc-windows-gnu.zip
382561414cd00c704d2636813caa835a17df40a9827aa89fc685087b78af677e
./target/bin-0.20.1/eza_x86_64-unknown-linux-gnu.tar.gz
37908448a8df1d5cf95c7f379b514b22aa2d33b33276372752cbe93435b327ef
./target/bin-0.20.1/eza_x86_64-unknown-linux-gnu.zip
0c23c80bd3abff43aa12ef73d49da99b32368be674a3125102551965722122c5
./target/bin-0.20.1/eza_x86_64-unknown-linux-musl.tar.gz
a77df2efcac34016fb9b5f50615bf29555d46f01d7e2dc44ea5e333e12e36070
./target/bin-0.20.1/eza_x86_64-unknown-linux-musl.zip

</details>

<details>
<summary>fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)</summary>

###
[`v2.26.1`](https://github.com/fastfetch-cli/fastfetch/blob/HEAD/CHANGELOG.md#2261)

[Compare
Source](https://github.com/fastfetch-cli/fastfetch/compare/2.26.0...2.26.1)

Features:

-   Allow to disable pacstall packager detection in CMake

Bugfixes:

-   Fix uninitialized variables (GPU, Windows)

###
[`v2.26.0`](https://github.com/fastfetch-cli/fastfetch/blob/HEAD/CHANGELOG.md#2260)

[Compare
Source](https://github.com/fastfetch-cli/fastfetch/compare/2.25.0...2.26.0)

Changes:

- To be consistent to other platforms, CPU frequency detection on Linux
no longer checks `bios_limit`

Features:

- Detect GPU index
([#&#8203;1267](https://github.com/fastfetch-cli/fastfetch/issues/1267),
GPU)
- Count Flatpak runtime packages
([#&#8203;1085](https://github.com/fastfetch-cli/fastfetch/issues/1085),
Packages, Linux)
-   Support pacstall package manager (Packages, Linux)
- Support CU core count, max frequency, VMEM usage detection for AMD
cards on Linux (GPU, Linux)
    -   Requires `--gpu-driver-specific`
- Support EU core count, VMEM size detection Intel cards on Linux (GPU,
Linux)
- Requires `--gpu-driver-specific`. VMEM usage detection requires root
permissions.
- Add new module `TPM` to print TPM (Trusted Platform Module) version if
available (TPM)
-   Support GPU driver version detection (GPU, macOS)
-   Add new CMake option `-DENABLE_EMBEDDED_PCIIDS=ON`.
- If enabled, fastfetch will download the newest
[`pci.ids`](https://pci-ids.ucw.cz/) file, [transform it into C
code](https://github.com/fastfetch-cli/fastfetch/blob/dev/scripts/gen-pciids.py)
and compile it into fastfetch binaries.

Bugfixes:

- Fix font size detecton of foot terminal
([#&#8203;1276](https://github.com/fastfetch-cli/fastfetch/issues/1276),
TerminalFont, Linux)
- Ignore `su` and `sudo` when detecting terminal
([#&#8203;1283](https://github.com/fastfetch-cli/fastfetch/issues/1283),
Terminal, Linux)
-   Always print inches in integer (Display)
- Fix Wifi connection protocol detection on macOS Sequoia (Wifi, macOS)
- Fix hanging when font name is long when detecting kitty term font
([#&#8203;1289](https://github.com/fastfetch-cli/fastfetch/issues/1289),
TerminalFont)
- Detect all enabled or connected connectors
([#&#8203;1301](https://github.com/fastfetch-cli/fastfetch/issues/1301),
Display, Linux)

Logos:

-   Add FoxOS
-   Add GXDE OS

</details>

<details>
<summary>fluxcd/flux2 (fluxcd/flux2)</summary>

###
[`v2.4.0`](https://github.com/fluxcd/flux2/releases/tag/v2.4.0)

[Compare
Source](https://github.com/fluxcd/flux2/compare/v2.3.0...v2.4.0)

##### Highlights

Flux v2.4.0 is a feature release. Users are encouraged to upgrade for
the best experience.

For a comprehensive overview of new features and API changes included in
this release, please refer to the [Announcing Flux 2.4 GA blog
post](https://fluxcd.io/blog/2024/09/flux-v2.4.0/).

This release marks the General Availability (GA) of Flux Bucket API. The
`Bucket` v1 API comes with new features including: proxy support, mTLS
and custom STS configuration for AWS S3 and MinIO LDAP authentication.

The `GitRepository` v1 API gains support for OIDC authentication.
Starting with this version, you can authenticate against Azure DevOps
repositories using AKS Workload Identity.

The `OCIRepository` v1beta2 API gains support for proxy configuration
thus allowing dedicated HTTP/S Proxy authentication on multi-tenant
Kubernetes clusters.

The `HelmRelease` v2 API gains support for disabling JSON schema
validation of the Helm release values during installation and upgrade.
And allows adopting existing Kubernetes resources during Helm release
installation.

The Flux controllers are now built with Go 1.23 and their dependencies
have been updated to Kubernetes 1.31, Helm 3.16, SOPS 3.9 Cosign 2.4 and
Notation 1.2.

❤️ Big thanks to all the Flux contributors that helped us with this
release!

##### Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

| Kubernetes version | Minimum required |
|--------------------|------------------|
| `v1.29`            | `>= 1.29.0`      |
| `v1.30`            | `>= 1.30.0`      |
| `v1.31`            | `>= 1.31.0`      |

> \[!NOTE]
> Note that the Flux project offers support only for the latest three
minor versions of Kubernetes.
> Backwards compatibility with older versions of Kubernetes and
OpenShift is offered by vendors such as
> [ControlPlane](https://control-plane.io/enterprise-for-flux-cd/) that
provide enterprise support for Flux.

##### OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from
OperatorHub using [Flux
Operator](https://operatorhub.io/operator/flux-operator).
The operator allows the configuration of Flux multi-tenancy lockdown,
network policies, persistent storage, sharding, vertical scaling and the
synchronization of the cluster state from Git repositories, OCI
artifacts and S3-compatible storage.

##### API changes

##### Bucket v1

The [Bucket](https://fluxcd.io/flux/components/source/buckets/) kind was
promoted from v1beta2 to v1 (GA).

The v1 API is backwards compatible with v1beta2.

New fields:

- `.spec.proxySecretRef` allows configuring HTTP/S Proxy authentication
for the S3-compatible storage service.
- `.spec.certSecretRef` allows custom TLS client certificate and CA for
secure communication with the S3-compatible storage service.
- `.spec.sts` allows custom STS configuration for AWS S3 and MinIO LDAP
authentication.

##### GitRepository v1

The
[GitRepository](https://fluxcd.io/flux/components/source/gitrepositoies/)
kind gains new optional fields with no breaking changes.

New fields:

- `.spec.provider` allows specifying an OIDC provider used for
authentication purposes. Currently, only the `azure` provider is
supported.

##### OCIRepository v1beta2

The
[OCIRepository](https://fluxcd.io/flux/components/source/ocirepositoies/)
kind gains new optional fields with no breaking changes.

New fields:

- `.spec.proxySecretRef` allows configuring HTTP/S Proxy authentication
for the container registry service.

##### HelmRelease v2

The [HelmRelease](https://fluxcd.io/flux/components/helm/helmreleases/)
kind gains new optional fields with no breaking changes.

New fields:

- `.spec.install.disableSchemaValidation` allows disabling the JSON
schema validation of the Helm release values during installation.
- `.spec.upgrade.disableSchemaValidation` allows disabling the JSON
schema validation of the Helm release values during upgrade.

##### Upgrade procedure

Upgrade Flux from `v2.3.0` to `v2.4.0` either by [rerunning
bootstrap](https://fluxcd.io/flux/installation/#bootstrap-upgrade) or by
using the [Flux GitHub
Action](https://github.com/fluxcd/flux2/tree/main/action).

To upgrade the APIs, make sure the new CRDs and controllers are
deployed, and then change the manifests in Git:

1. Set `apiVersion: source.toolkit.fluxcd.io/v1` in the YAML files that
contain `Bucket` definitions.
2.  Commit, push and reconcile the API version changes.

Bumping the APIs version in manifests can be done gradually.
It is advised to not delay this procedure as the deprecated versions
will be removed after 6 months.

##### Components changelog

- source-controller
[v1.4.0](https://github.com/fluxcd/source-controller/blob/v1.4.0/CHANGELOG.md)
[v1.4.1](https://github.com/fluxcd/source-controller/blob/v1.4.1/CHANGELOG.md)
- kustomize-controller
[v1.4.0](https://github.com/fluxcd/kustomize-controller/blob/v1.4.0/CHANGELOG.md)
- notification-controller
[v1.4.0](https://github.com/fluxcd/notification-controller/blob/v1.4.0/CHANGELOG.md)
- helm-controller
[v1.1.0](https://github.com/fluxcd/helm-controller/blob/v1.1.0/CHANGELOG.md)
- image-reflector-controller
[v0.33.0](https://github.com/fluxcd/image-reflector-controller/blob/v0.33.0/CHANGELOG.md)
- image-automation-controller
[v0.39.0](https://github.com/fluxcd/image-automation-controller/blob/v0.39.0/CHANGELOG.md)

##### New Documentation

- [Bucket v1
specification](https://fluxcd.io/flux/components/source/buckets/)
- [Azure DevOps OIDC auth
configuration](https://fluxcd.io/flux/components/source/gitrepositories/#provider)

##### CLI Changelog

- PR
[#&#8203;5014](https://github.com/fluxcd/flux2/issues/5014) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) -
Update Kubernetes dependencies to v1.31.1
- PR
[#&#8203;5011](https://github.com/fluxcd/flux2/issues/5011) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) -
Remove TLS deprecated flags from `flux create secret`
- PR
[#&#8203;5010](https://github.com/fluxcd/flux2/issues/5010) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Add
`flux create secret proxy` command
- PR
[#&#8203;5009](https://github.com/fluxcd/flux2/issues/5009) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Add
`--proxy-secret-ref` to `flux create source` commands
- PR
[#&#8203;5008](https://github.com/fluxcd/flux2/issues/5008) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) -
Promote `bucket` commands to GA
- PR
[#&#8203;5007](https://github.com/fluxcd/flux2/issues/5007) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Run
conformance tests for Kubernetes 1.29-1.31
- PR
[#&#8203;5005](https://github.com/fluxcd/flux2/issues/5005) -
[@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update
toolkit components
- PR
[#&#8203;5004](https://github.com/fluxcd/flux2/issues/5004) -
[@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update
source-controller to v1.4.1
- PR
[#&#8203;4986](https://github.com/fluxcd/flux2/issues/4986) -
[@&#8203;dipti-pai](https://github.com/dipti-pai) - \[RFC-0007]
Add `--provider` flag to `flux create source git`
- PR
[#&#8203;4970](https://github.com/fluxcd/flux2/issues/4970) -
[@&#8203;JasonTheDeveloper](https://github.com/JasonTheDeveloper)
- Update notaryproject/notation-go to 1.2.1
- PR
[#&#8203;4967](https://github.com/fluxcd/flux2/issues/4967) -
[@&#8203;mxtw](https://github.com/mxtw) - tests: use tempdir to
avoid manual gc
- PR
[#&#8203;4959](https://github.com/fluxcd/flux2/issues/4959) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Fix
GitHub bootstrap for repositories with custom properties
- PR
[#&#8203;4948](https://github.com/fluxcd/flux2/issues/4948) -
[@&#8203;harshitasao](https://github.com/harshitasao) - fix:
fixed GHA token-permission and pinned dependencies issue
- PR
[#&#8203;4939](https://github.com/fluxcd/flux2/issues/4939) -
[@&#8203;bkreitch](https://github.com/bkreitch) - Recursively
diff Kustomizations
- PR
[#&#8203;4936](https://github.com/fluxcd/flux2/issues/4936) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Build
with Go 1.23
- PR
[#&#8203;4934](https://github.com/fluxcd/flux2/issues/4934) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) -
Update dependencies to Kubernetes v1.31.0
- PR
[#&#8203;4922](https://github.com/fluxcd/flux2/issues/4922) -
[@&#8203;bkreitch](https://github.com/bkreitch) - Stop spinner
on cancel of flux diff kustomization
- PR
[#&#8203;4918](https://github.com/fluxcd/flux2/issues/4918) -
[@&#8203;matheuscscp](https://github.com/matheuscscp) - Fix
reconcile helmrelease command description
- PR
[#&#8203;4892](https://github.com/fluxcd/flux2/issues/4892) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Run
conformance tests for Kubernetes v1.31
- PR
[#&#8203;4871](https://github.com/fluxcd/flux2/issues/4871) -
[@&#8203;harshitasao](https://github.com/harshitasao) - changed
the scorecard badge link to the standard format
- PR
[#&#8203;4866](https://github.com/fluxcd/flux2/issues/4866) -
[@&#8203;nagyv](https://github.com/nagyv) - Introduce
visibility flag for bootstrap gitlab
- PR
[#&#8203;4863](https://github.com/fluxcd/flux2/issues/4863) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) -
Update conformance tests to Kubernetes v1.30.2
- PR
[#&#8203;4845](https://github.com/fluxcd/flux2/issues/4845) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Run
ARM64 e2e tests on GitHub runners
- PR
[#&#8203;4842](https://github.com/fluxcd/flux2/issues/4842) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - Add
`part-of` label to controllers base
- PR
[#&#8203;4835](https://github.com/fluxcd/flux2/issues/4835) -
[@&#8203;stefanprodan](https://github.com/stefanprodan) - ci:
Adapt config to GoRelease v2
- PR
[#&#8203;4806](https://github.com/fluxcd/flux2/issues/4806) -
[@&#8203;dipti-pai](https://github.com/dipti-pai) - \[RFC]
Passwordless authentication for Git repositories

</details>

<details>
<summary>fujiwara/awslim (fujiwara/awslim)</summary>

###
[`v0.3.6`](https://github.com/fujiwara/awslim/blob/HEAD/CHANGELOG.md#v036---2024-10-03)

[Compare
Source](https://github.com/fujiwara/awslim/compare/v0.3.5...v0.3.6)

- Update all-services.yaml by
[@&#8203;github-actions](https://github.com/github-actions) in
[https://github.com/fujiwara/awslim/pull/51](https://github.com/fujiwara/awslim/pull/51)
- Update all-services.yaml by
[@&#8203;github-actions](https://github.com/github-actions) in
[https://github.com/fujiwara/awslim/pull/54](https://github.com/fujiwara/awslim/pull/54)
- Update all-services.yaml by
[@&#8203;github-actions](https://github.com/github-actions) in
[https://github.com/fujiwara/awslim/pull/53](https://github.com/fujiwara/awslim/pull/53)
- Update all-services.yaml by
[@&#8203;github-actions](https://github.com/github-actions) in
[https://github.com/fujiwara/awslim/pull/57](https://github.com/fujiwara/awslim/pull/57)

</details>

<details>
<summary>homeport/dyff (homeport/dyff)</summary>

###
[`v1.9.2`](https://github.com/homeport/dyff/releases/tag/v1.9.2):
dyff release v1.9.2

[Compare
Source](https://github.com/homeport/dyff/compare/v1.9.1...v1.9.2)

#### Changelog

-
[`87cd2d5`](https://github.com/homeport/dyff/commit/87cd2d582da3ae85d8cecb5d3fe9b217a02d7004):
Unify `.goreleaser.yml` configuration
([@&#8203;HeavyWombat](https://github.com/HeavyWombat))
-
[`9cca6a5`](https://github.com/homeport/dyff/commit/9cca6a5487264e4ca359fb7ff63fb72de5534b98):
Bump Go version to `1.23`
([@&#8203;HeavyWombat](https://github.com/HeavyWombat))

</details>

<details>
<summary>nektos/act (nektos/act)</summary>

###
[`v0.2.68`](https://github.com/nektos/act/releases/tag/v0.2.68)

[Compare
Source](https://github.com/nektos/act/compare/v0.2.67...v0.2.68)

#### Changelog

##### New Features

- [`013c0d4`](https://github.com/nektos/act/commit/013c0d4)
feat: generate a manual page automatically with cobra/doc
([#&#8203;2352](https://github.com/nektos/act/issues/2352))

##### Other

- [`03a4480`](https://github.com/nektos/act/commit/03a4480)
chore: bump VERSION to 0.2.68
- [`26f132f`](https://github.com/nektos/act/commit/26f132f)
build(deps): bump github.com/rhysd/actionlint from 1.7.1 to 1.7.3
([#&#8203;2477](https://github.com/nektos/act/issues/2477))
- [`6657fca`](https://github.com/nektos/act/commit/6657fca)
build(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23
([#&#8203;2468](https://github.com/nektos/act/issues/2468))
- [`a34d9c6`](https://github.com/nektos/act/commit/a34d9c6)
run_context: add GITHUB_RUN_ATTEMPT
([#&#8203;2458](https://github.com/nektos/act/issues/2458))
- [`be89cbc`](https://github.com/nektos/act/commit/be89cbc) Fix
install sh usage
([#&#8203;2454](https://github.com/nektos/act/issues/2454))
- [`2e117a4`](https://github.com/nektos/act/commit/2e117a4)
bug/issue
[#&#8203;2448](https://github.com/nektos/act/issues/2448) -
manage special bash options when no shell is defined
([#&#8203;2449](https://github.com/nektos/act/issues/2449))

</details>

<details>
<summary>neovim/neovim (neovim/neovim)</summary>

###
[`v0.10.2`](https://github.com/neovim/neovim/releases/tag/v0.10.2):
Nvim 0.10.2

[Compare
Source](https://github.com/neovim/neovim/compare/v0.10.1...v0.10.2)

This is a maintenance release

    NVIM v0.10.2
    Build type: Release
    LuaJIT 2.1.1713484068

##### Features

- **jumplist**: Allow opting out of removing unloaded buffers
([#&#8203;30419](https://github.com/neovim/neovim/issues/30419))

##### Bug Fixes

- **api**: Error properly with invalid field in nvim_open_win
([#&#8203;30078](https://github.com/neovim/neovim/issues/30078))
- **api**: Nvim_buf_get_text() crashes with large negative column
[#&#8203;28740](https://github.com/neovim/neovim/issues/28740)
- **api**: Fix crash/leak with float title/footer on error
([#&#8203;30543](https://github.com/neovim/neovim/issues/30543))
- **channel**: Handle writing to file instead of pipe
([#&#8203;30520](https://github.com/neovim/neovim/issues/30520))
- **column**: Set signcolumn width after splitting window
([#&#8203;30556](https://github.com/neovim/neovim/issues/30556))
- **completion**: Don't include \<Lua function> in -complete=
([#&#8203;30209](https://github.com/neovim/neovim/issues/30209))
- **decor**: Don't use separate DecorSignHighlight for url
([#&#8203;30096](https://github.com/neovim/neovim/issues/30096))
-   **decor**: Exclude invalid marks from meta total
- **diagnostics**: Don't apply extmarks to invalid lines
[#&#8203;29321](https://github.com/neovim/neovim/issues/29321)
-   **diff**: Use mmfile_t in linematch
- **filetype**: Handle .in files with no filename
([#&#8203;30487](https://github.com/neovim/neovim/issues/30487))
- **float**: Properly find last window of tabpage
([#&#8203;30571](https://github.com/neovim/neovim/issues/30571))
-   **health**: Fix pyenv root and python exepath detect issue
-   **health**: Return correct name from 'path2name()'
- **lsp**: Don't send foreign diagnostics to servers in buf.code_action
([#&#8203;29501](https://github.com/neovim/neovim/issues/29501))
- **lsp**: Avoid reusing diagnostics from different servers in actions
([#&#8203;30002](https://github.com/neovim/neovim/issues/30002))
- **lsp**: Return call hierarchy item, not the index
([#&#8203;30145](https://github.com/neovim/neovim/issues/30145))
- **lsp**: Handle out-of-bounds character positions
[#&#8203;30288](https://github.com/neovim/neovim/issues/30288)
-   **lsp**: Handle encoding bounds in str_utfindex_enc
-   **lsp**: Handle nil bytes in strings
-   **lua**: Ignore stdout and stderr for xdg-open
- **man**: Avoid setting v:errmsg
([#&#8203;30052](https://github.com/neovim/neovim/issues/30052))
- **man**: Check if buffer is valid before restoring 'tagfunc'
([#&#8203;30180](https://github.com/neovim/neovim/issues/30180))
- **regexp**: Fix typo in E888 error message
([#&#8203;30161](https://github.com/neovim/neovim/issues/30161))
-   **runtime**: Sync bundled treesitter queries
-   **runtime**: Sync bundled treesitter queries
- **runtime**: Add remaining missing commentstrings
([#&#8203;30252](https://github.com/neovim/neovim/issues/30252))
- **terminal**: Interrupt/got_int hangs terminal
([#&#8203;30094](https://github.com/neovim/neovim/issues/30094))
-   **treesitter**: Escape things like `"` in omnifunc results
-   **treesitter**: Lint top-level anonymous nodes
- **treesitter**: EditQuery shows swapfile ATTENTION
[#&#8203;30536](https://github.com/neovim/neovim/issues/30536)
- **treesitter**: Indent size for inspect_tree
[#&#8203;28727](https://github.com/neovim/neovim/issues/28727)
- **tui**: Set id parameter in OSC 8 sequences
([#&#8203;29847](https://github.com/neovim/neovim/issues/29847))
- **tui**: Reset active attr ID when OSC 8 sequence is terminated
([#&#8203;29960](https://github.com/neovim/neovim/issues/29960))
-   **version**: Return nil with empty string
- **vim.ui.open**: Prefer xdg-open on WSL
[#&#8203;30302](https://github.com/neovim/neovim/issues/30302)
- **win-msi**: Set installer scope to machine
[#&#8203;29895](https://github.com/neovim/neovim/issues/29895)
- **window**: Respect hide flag of float windows when switching
([#&#8203;30507](https://github.com/neovim/neovim/issues/30507))
- **window**: Making float with title/footer non-float leaks memory
([#&#8203;30551](https://github.com/neovim/neovim/issues/30551))

#### Install

##### Windows

##### Zip

1.  Download **nvim-win64.zip**
2.  Extract the zip
3.  Run `nvim.exe` on your CLI of choice

##### MSI

1.  Download **nvim-win64.msi**
2.  Run the MSI
3.  Run `nvim.exe` on your CLI of choice

##### macOS (x86\_64)

1.  Download **nvim-macos-x86\_64.tar.gz**
2. Run `xattr -c ./nvim-macos-x86_64.tar.gz` (to avoid "unknown
developer" warning)
3.  Extract: `tar xzvf nvim-macos-x86_64.tar.gz`
4.  Run `./nvim-macos-x86_64/bin/nvim`

##### macOS (arm64)

1.  Download **nvim-macos-arm64.tar.gz**
2. Run `xattr -c ./nvim-macos-arm64.tar.gz` (to avoid "unknown
developer" warning)
3.  Extract: `tar xzvf nvim-macos-arm64.tar.gz`
4.  Run `./nvim-macos-arm64/bin/nvim`

##### Linux (x64)

Minimum glibc version to run these releases is 2.31. People requiring
releases
that work on older glibc versions can find them at
https://github.com/neovim/neovim-releases.

##### AppImage

1.  Download **nvim.appimage**
2.  Run `chmod u+x nvim.appimage && ./nvim.appimage`
- If your system does not have FUSE you can [extract the
appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage):
            ./nvim.appimage --appimage-extract
            ./squashfs-root/usr/bin/nvim

##### Tarball

1.  Download **nvim-linux64.tar.gz**
2.  Extract: `tar xzvf nvim-linux64.tar.gz`
3.  Run `./nvim-linux64/bin/nvim`

##### Other

- Install by [package
manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package)

#### SHA256 Checksums

9f696e635d503b844e4e78e88a22bcf512a78f288bf471379afc3d0004e15217
nvim-linux64.tar.gz
970113b5279718126b82adddf3fbed1741db7afabf8a4134635a0d75c9f2c5d8
nvim.appimage
cae0908b60c4b7f27e5864ea9d19a388c4be6a418d4fc2af3fda805fc3cb163b
nvim.appimage.zsync
8be3960d6ed843121a8d00af38d47ef6757824fc05a50a9bc240d678d61a5463
nvim-macos-x86_64.tar.gz
cd3e2e97fee285c41016cece51e67e8174df1dc577b89bc04063b2068ccdaea0
nvim-macos-arm64.tar.gz
3e11c4bed6f3d921af03112c8056740ca6fcacdbf84066328193f058200531c2
nvim-win64.zip
ab303db898b193c8bbcee229052b7eb60da8c2ef852b0746158902860c2f8c48
nvim-win64.msi

</details>

<details>
<summary>sigstore/cosign (sigstore/cosign)</summary>

###
[`v2.4.1`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v241)

[Compare
Source](https://github.com/sigstore/cosign/compare/v2.4.0...v2.4.1)

v2.4.1 largely contains bug fixes and updates dependencies.

#### Features

-   Added fuzzing coverage to multiple packages

#### Bug Fixes

- Fix bug in attest-blob when using a timestamp authority with new
bundles
([#&#8203;3877](https://github.com/sigstore/cosign/issues/3877))
- fix: documentation link for installation guide
([#&#8203;3884](https://github.com/sigstore/cosign/issues/3884))

#### Contributors

-   AdamKorcz
-   Bob Callaway
-   Carlos Tadeu Panato Junior
-   Hayden B
-   Hemil K
-   Sota Sugiura
-   Zach Steindler

</details>

<details>
<summary>tofuutils/tenv (tofuutils/tenv)</summary>

###
[`v3.2.3`](https://github.com/tofuutils/tenv/releases/tag/v3.2.3)

[Compare
Source](https://github.com/tofuutils/tenv/compare/v3.2.2...v3.2.3)

#### What's Changed

- go: bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.1.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/tofuutils/tenv/pull/251](https://github.com/tofuutils/tenv/pull/251)
- Update Cobra sub commands to use RunE by
[@&#8203;ncthompson](https://github.com/ncthompson) in
[https://github.com/tofuutils/tenv/pull/254](https://github.com/tofuutils/tenv/pull/254)
- Avoid duplicate error message display by
[@&#8203;dvaumoron](https://github.com/dvaumoron) in
[https://github.com/tofuutils/tenv/pull/256](https://github.com/tofuutils/tenv/pull/256)

#### New Contributors

- [@&#8203;ncthompson](https://github.com/ncthompson) made
their first contribution in
[https://github.com/tofuutils/tenv/pull/254](https://github.com/tofuutils/tenv/pull/254)

**Full Changelog**:
https://github.com/tofuutils/tenv/compare/v3.2.2...v3.2.3

</details>

<details>
<summary>twpayne/chezmoi (twpayne/chezmoi)</summary>

###
[`v2.52.3`](https://github.com/twpayne/chezmoi/releases/tag/v2.52.3)

[Compare
Source](https://github.com/twpayne/chezmoi/compare/v2.52.2...v2.52.3)

#### Changelog

##### Features

-
[`be16b73`](https://github.com/twpayne/chezmoi/commit/be16b73b1882162d097d1376357152c49c73377e)
feat: Set GOMAXPROCS based on available resources

##### Fixes

-
[`5644141`](https://github.com/twpayne/chezmoi/commit/564414154a8b1951bed5974313c84673a2385460)
fix: Improve phonetic pronunciation of chezmoi

##### Documentation updates

-
[`7ed5c1d`](https://github.com/twpayne/chezmoi/commit/7ed5c1d24c652483c77bd82556031dbb04db1a45)
docs: Add link to article
-
[`222aef8`](https://github.com/twpayne/chezmoi/commit/222aef87f6489be50223795d78dc0dd14668186e)
docs: Improve developer documentation
-
[`34f415c`](https://github.com/twpayne/chezmoi/commit/34f415cd0455eeecac23acd6f342706fba51b511)
docs: Use `uv` for managing Python and dependencies
-
[`895055a`](https://github.com/twpayne/chezmoi/commit/895055a297d6fe69501c4c62a13837c779f6826b)
docs: Add link to blog
-
[`f84b8e5`](https://github.com/twpayne/chezmoi/commit/f84b8e5ca2d59ba59cb5af7ca6f4430d0486d5a2)
docs: Add note on reporting viruses or trojans on Windows
-
[`1fc8195`](https://github.com/twpayne/chezmoi/commit/1fc8195759424000de61589afd65c8d8fe9e5a56)
docs: Add note about website build dependencies
-
[`353264c`](https://github.com/twpayne/chezmoi/commit/353264c6bdc51bb3b9b2c5df4e73dbcc436f15ef)
docs: Add sequence diagram for chezmoi init
-
[`dbde967`](https://github.com/twpayne/chezmoi/commit/dbde96719488c682686f1410db64f3596e36e214)
docs: Add daily usage entry on editing files

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Co-authored-by: Scott Ames <scott@ames.sh>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent 09875d8 commit 9c289ad
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_aqua_update_checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.35.0 # renovate: depName=aquaproj/aqua
aqua_version: v2.36.1 # renovate: depName=aquaproj/aqua
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down
113 changes: 59 additions & 54 deletions aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/aquasecurity/tfsec/v1.28.10/tfsec_1.28.10_linux_amd64.tar.gz",
"checksum": "16601D830BF13590CF2E9537E48D1A9C33F87B2F715F46E359F93FC4457320BC",
"id": "github_release/github.com/aquasecurity/tfsec/v1.28.11/tfsec_1.28.11_linux_amd64.tar.gz",
"checksum": "9D783FA225A570F034000136973AFBA86A1708C919A539B72B3EA954A198289C",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/aquasecurity/tfsec/v1.28.10/tfsec_1.28.10_linux_arm64.tar.gz",
"checksum": "2B982C966D23891E5E8D1B3348865FD24B9B0FDE68608512DDE4A39B00E2FEF8",
"id": "github_release/github.com/aquasecurity/tfsec/v1.28.11/tfsec_1.28.11_linux_arm64.tar.gz",
"checksum": "68B5C4F6B7C459DD890ECFF94B0732E456EF45974894F58BBB90FBB4816F3E52",
"algorithm": "sha256"
},
{
Expand All @@ -76,13 +76,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/casey/just/1.35.0/just-1.35.0-aarch64-unknown-linux-musl.tar.gz",
"checksum": "A94C75426239FCE8C1E7FDFCCD20D60D987924F91AC45C843A14CD72D4D71E73",
"id": "github_release/github.com/casey/just/1.36.0/just-1.36.0-aarch64-unknown-linux-musl.tar.gz",
"checksum": "BB3886B15E2CBCB9C0EB19956297D36DE4EAEF45B89D3F5FA5D1FC4ED3B5B51D",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/casey/just/1.35.0/just-1.35.0-x86_64-unknown-linux-musl.tar.gz",
"checksum": "C4172306E241BD175C07316156A610593FA2B687AC49418520A375605D7CEAD4",
"id": "github_release/github.com/casey/just/1.36.0/just-1.36.0-x86_64-unknown-linux-musl.tar.gz",
"checksum": "BC7C9F377944F8DE9CD0418B11D2955ADEBFA25A488C0B5E3DD2D2C0E9D732DA",
"algorithm": "sha256"
},
{
Expand All @@ -106,13 +106,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.57.0/gh_2.57.0_linux_amd64.tar.gz",
"checksum": "D6B3621AA0CA383866716FC664D827A21BD1AC4A918A10C047121D8031892BF8",
"id": "github_release/github.com/cli/cli/v2.58.0/gh_2.58.0_linux_amd64.tar.gz",
"checksum": "84FEAE3D143BC360EA1004B474F124C8CFD75363A5E197D3CE63FE23D9F3A2EA",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.57.0/gh_2.57.0_linux_arm64.tar.gz",
"checksum": "A85069B7469846EE4AFB5CA758AA1D8D3F801039598D521737B0CAA407EEEA36",
"id": "github_release/github.com/cli/cli/v2.58.0/gh_2.58.0_linux_arm64.tar.gz",
"checksum": "CA23D893A7705DB423F4C9B1D660CF2AC5EBF69CB4D8094496BA16756BFA26EE",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -191,13 +191,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/dlvhdr/gh-dash/v4.5.4/gh-dash_v4.5.4_linux-amd64",
"checksum": "F67D9EBC145144BD18C475FB62346D207F42C362EBA29384A791A7F87C470CA2",
"id": "github_release/github.com/dlvhdr/gh-dash/v4.7.0/gh-dash_v4.7.0_linux-amd64",
"checksum": "8F93E9612BF180C9E64A0E15A178CCB7CD2B5443AF4BB4FA1CA28BF71B6E5C71",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/dlvhdr/gh-dash/v4.5.4/gh-dash_v4.5.4_linux-arm64",
"checksum": "D9941BC3389DF2E70D523F9783AF0F8FA49A1EAD5CAED8CE9AA20C0306BA6EEF",
"id": "github_release/github.com/dlvhdr/gh-dash/v4.7.0/gh-dash_v4.7.0_linux-arm64",
"checksum": "AE0C9A0724F140A83FD2C898FDA5EA88BE2D76320C5D9D40341691FFA15DF59B",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -226,38 +226,43 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/eza-community/eza/v0.20.0/eza_aarch64-unknown-linux-gnu.tar.gz",
"checksum": "ED9CD59B42A61EF6E97B42544E543CACA34D4C1CB6D2056BF18D51D4AB851AFA",
"id": "github_release/github.com/eza-community/eza/v0.20.1/eza_aarch64-unknown-linux-gnu.tar.gz",
"checksum": "A176F0DD4B1C11ED55EAEBC0830957CED9B2BF0C1638C1037A495442926B8F44",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/eza-community/eza/v0.20.0/eza_x86_64-unknown-linux-musl.tar.gz",
"checksum": "1870EC3470C1BD8D93F06ADB30E77DDAAF501C772C2DCFBF41B4C12578650310",
"id": "github_release/github.com/eza-community/eza/v0.20.1/eza_x86_64-unknown-linux-musl.tar.gz",
"checksum": "3AFBD0036DA94CB5990C225D99DA4921081854F6C8841249EE71464DD67725DD",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/fastfetch-cli/fastfetch/2.25.0/fastfetch-linux-amd64.tar.gz",
"checksum": "63759C3AEBB5614125DFEBDD060E08D659CE8FED89F30103139E7942480D28C8",
"id": "github_release/github.com/fastfetch-cli/fastfetch/2.26.1/fastfetch-linux-aarch64.tar.gz",
"checksum": "7B28C807AAF1992866A470E3DDA1EACC9F6685075E1DAC0B1E8ECB3DE516EA77",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/fluxcd/flux2/v2.3.0/flux_2.3.0_linux_amd64.tar.gz",
"checksum": "51EF10A0EBF2078E52476C4D168200A1DB73FEEF987E0BC8722F4CE4FCD4B6D9",
"id": "github_release/github.com/fastfetch-cli/fastfetch/2.26.1/fastfetch-linux-amd64.tar.gz",
"checksum": "891B6B90269E7EA225D1E34FE1AFDE903B716CD7B2F6466CEFBDED4B6E407952",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/fluxcd/flux2/v2.3.0/flux_2.3.0_linux_arm64.tar.gz",
"checksum": "29D2363CFDF13546D900986D265F336ED18C6BBB12D0530C624EAA2FF27B547E",
"id": "github_release/github.com/fluxcd/flux2/v2.4.0/flux_2.4.0_linux_amd64.tar.gz",
"checksum": "7B70B75AF20E28FC30EE66CF5372EC8D51DD466FD2EE21AA42690984DE70B09B",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/fujiwara/awslim/v0.3.5/awslim_0.3.5_linux_amd64.tar.gz",
"checksum": "A4681112A0DB27D99026649D782CDC2A32ACC117DA3270EF755BB74062D43C67",
"id": "github_release/github.com/fluxcd/flux2/v2.4.0/flux_2.4.0_linux_arm64.tar.gz",
"checksum": "4B8C95A1E8AD262DD33A67D28E22979CF3E022A9283D4676763B6728247D92A0",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/fujiwara/awslim/v0.3.5/awslim_0.3.5_linux_arm64.tar.gz",
"checksum": "54C5E371F728EA3F19102155A209FEC26AFFC05C6AAC93F8F580ABC73B63B462",
"id": "github_release/github.com/fujiwara/awslim/v0.3.6/awslim_0.3.6_linux_amd64.tar.gz",
"checksum": "11E821969A0C2876CBE647B6F469303857FB409CD7FAA4B6D1853CB612C3E0FF",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/fujiwara/awslim/v0.3.6/awslim_0.3.6_linux_arm64.tar.gz",
"checksum": "F3697FB5A7FDEE64AF04FB99DDE46066BD01F35B79C2000679FFA4A858F5511A",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -311,13 +316,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/homeport/dyff/v1.9.1/dyff_1.9.1_linux_amd64.tar.gz",
"checksum": "4FA0BC39A4AF463A0B928E9223C112D066D78ED4007EF50DD411BE6A9EF09F52",
"id": "github_release/github.com/homeport/dyff/v1.9.2/dyff_1.9.2_linux_amd64.tar.gz",
"checksum": "F3A1F4C5C338E80C13CEDE1D698434C66180CC704F74952873473F91A11CFD75",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/homeport/dyff/v1.9.1/dyff_1.9.1_linux_arm64.tar.gz",
"checksum": "58E55B4470BDF6C8CB3B75E640716ABAE41CBE1A53679A0F110B710788C76F16",
"id": "github_release/github.com/homeport/dyff/v1.9.2/dyff_1.9.2_linux_arm64.tar.gz",
"checksum": "61BDF4A745F5AAEE3473CB7A9BB968C2C93837FF62C9FA17E07D1C16AB244FC4",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -491,18 +496,18 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/nektos/act/v0.2.67/act_Linux_arm64.tar.gz",
"checksum": "CA1B1203179EBC0A4D8C662B915A0E3F446F929FECAACF5C3184784710B8C8CC",
"id": "github_release/github.com/nektos/act/v0.2.68/act_Linux_arm64.tar.gz",
"checksum": "9979A1821F1EFC9CFCB488D2D9F340D672FD1708DCFAAC3991C965CE9FD7882F",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/nektos/act/v0.2.67/act_Linux_x86_64.tar.gz",
"checksum": "0928FFAFF386C175934669E2CCA8DFC1F5F05A655C33FC3AB462BAFCBBBA25B7",
"id": "github_release/github.com/nektos/act/v0.2.68/act_Linux_x86_64.tar.gz",
"checksum": "B6898E98D2E22FB1F2DBCBA946F686C5426FDA42345A2D1D8D523D1A523CDF79",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/neovim/neovim/v0.10.1/nvim-linux64.tar.gz",
"checksum": "4867DE01A17F6083F902F8AA5215B40B0ED3A36E83CC0293DE3F11708F1F9793",
"id": "github_release/github.com/neovim/neovim/v0.10.2/nvim-linux64.tar.gz",
"checksum": "9F696E635D503B844E4E78E88A22BCF512A78F288BF471379AFC3D0004E15217",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -536,13 +541,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-linux-amd64",
"checksum": "CD7636B3586A3BDAC2D9C8F3B421ED119EDCB20499107887FD929211110E8418",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-linux-amd64",
"checksum": "8B24B946DD5809C6BD93DE08033BCF6BC0ED7D336B7785787C080F574B89249B",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-linux-arm64",
"checksum": "E9DB44C01057395230D0454144C676E7231BFF08249620B0170EA19FF201DE94",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-linux-arm64",
"checksum": "3B2E2E3854D0356C45FE6607047526CCD04742D20BD44AFB5BE91FA2A6E7CB4A",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -636,13 +641,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/tofuutils/tenv/v3.2.2/tenv_v3.2.2_Linux_arm64.tar.gz",
"checksum": "F2955977D9C29ACDF074A3D3BC5FEA5D57576129BFAE7B4EE38F8873F3CB81FA",
"id": "github_release/github.com/tofuutils/tenv/v3.2.3/tenv_v3.2.3_Linux_arm64.tar.gz",
"checksum": "FEEBC40B0C11F588ACA34666D3B2DB9FFE7A64FE2554D85D4E5DE173A585D0E7",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/tofuutils/tenv/v3.2.2/tenv_v3.2.2_Linux_x86_64.tar.gz",
"checksum": "E751C138E80B794DEC3813FA1C9F6178E0157B35B9CFF8CCF5118737386BA46B",
"id": "github_release/github.com/tofuutils/tenv/v3.2.3/tenv_v3.2.3_Linux_x86_64.tar.gz",
"checksum": "0F64EE3229438A3BE2D5F55D2FFEA5009AC9FB7ED4CD692EB2DB6F509EBB73D9",
"algorithm": "sha256"
},
{
Expand All @@ -656,13 +661,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/twpayne/chezmoi/v2.52.2/chezmoi_2.52.2_linux_amd64.tar.gz",
"checksum": "C7DBA8B25CD7BD8AA5E0CD0E0892AA1F205589D917A53F952E768F5E7598A4B0",
"id": "github_release/github.com/twpayne/chezmoi/v2.52.3/chezmoi_2.52.3_linux_amd64.tar.gz",
"checksum": "5EA4CB996020F40E88B58C4E4A6B7C258052D7D8F92B0DC8DF158E4C1DCE220F",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/twpayne/chezmoi/v2.52.2/chezmoi_2.52.2_linux_arm64.tar.gz",
"checksum": "E393BAB93FF8380A2B82B5FC148D4F4F93455EA9B393214D0F3E4D87AC0FFA7D",
"id": "github_release/github.com/twpayne/chezmoi/v2.52.3/chezmoi_2.52.3_linux_arm64.tar.gz",
"checksum": "F2BA97D98B7783E5A4AA83A0F3B91CE09B5D1C49D23549619714A9C3D42409E9",
"algorithm": "sha256"
},
{
Expand Down Expand Up @@ -746,8 +751,8 @@
"algorithm": "sha256"
},
{
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.226.0/registry.yaml",
"checksum": "E374B1523B5A83257BC3C424869206F598CE92539C80BD16BD3D8DB0FC7FD1AF0A43EA324C31916BED61896B2924F92117EF47834954C062DE0E058B211920B7",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.228.0/registry.yaml",
"checksum": "B596A15D104C9B5A07E0E209FA1DC44691F0349593E0EA638EC7F78D831E956A40B92ABC861FEAB837A6A214AD24FF0AF54A183B9FB52CCFBA024057DD6CDC72",
"algorithm": "sha512"
}
]
Expand Down
30 changes: 15 additions & 15 deletions aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ checksum: # https://aquaproj.github.io/docs/reference/checksum/
supported_envs:
- linux
registries:
- ref: v4.226.0 # renovate: depName=aquaproj/aqua-registry
- ref: v4.228.0 # renovate: depName=aquaproj/aqua-registry
type: standard
- name: dots
path: aqua-registry.yaml
type: local
packages:
- name: charmbracelet/glow@v2.0.0
- name: cli/cli@v2.57.0
- name: cli/cli@v2.58.0
- name: denisidoro/navi@v2.23.0
- name: golangci/golangci-lint@v1.61.0
- name: homeport/dyff@v1.9.1
- name: homeport/dyff@v1.9.2
- name: kubernetes-sigs/krew@v0.4.4
- name: marcosnils/bin@v0.18.0
- name: tofuutils/tenv@v3.2.2
- name: twpayne/chezmoi@v2.52.2
- name: tofuutils/tenv@v3.2.3
- name: twpayne/chezmoi@v2.52.3
- name: zellij-org/zellij@v0.40.1
- name: weaveworks/eksctl@v0.191.0
- name: keilerkonzept/terraform-module-versions@3.1.14
Expand All @@ -34,10 +34,10 @@ packages:
- name: sharkdp/fd@v10.2.0
- name: iwittkau/mage-select@v1.4.3
registry: dots
- name: neovim/neovim@v0.10.1
- name: neovim/neovim@v0.10.2
- name: direnv/direnv@v2.34.0
- name: kubernetes/kubectl@v1.31.1
- name: fluxcd/flux2@v2.3.0
- name: fluxcd/flux2@v2.4.0
- name: helm/helm@v3.16.1
- name: kubernetes-sigs/kustomize@kustomize/v5.4.3
- name: stern/stern@v1.30.0
Expand All @@ -64,9 +64,9 @@ packages:
- name: itchyny/json2yaml@v0.1.4
- name: suzuki-shunsuke/yaml2json@v0.2.1
- name: mikefarah/yq@v4.44.3
- name: sigstore/cosign@v2.4.0
- name: nektos/act@v0.2.67
- name: casey/just@1.35.0
- name: sigstore/cosign@v2.4.1
- name: nektos/act@v0.2.68
- name: casey/just@1.36.0
- name: tomnomnom/gron@v0.7.1
- name: kevincobain2000/gobrew@v1.10.11
- name: antonmedv/fx@35.0.0
Expand All @@ -81,26 +81,26 @@ packages:
- name: PaulJuliusMartinez/jless@v0.9.0
- name: konradsz/igrep@v1.3.0
- name: rhysd/hgrep@v0.3.7
- name: eza-community/eza@v0.20.0
- name: eza-community/eza@v0.20.1
- name: kisielk/errcheck@v1.7.0
registry: dots
- name: mvdan/sh@v3.9.0
- name: cue-lang/cue@v0.10.0
- name: dprint/dprint@0.47.2
- name: hashicorp/packer@v1.11.2
- name: snyk/cli@v1.1293.1
- name: aquasecurity/tfsec@v1.28.10
- name: aquasecurity/tfsec@v1.28.11
- name: int128/ghcp@v1.13.4
- name: dagger/dagger@v0.13.3
- name: helix-editor/helix@24.03
- name: danielfoehrKn/kubeswitch@0.9.1
- name: gabeduke/kubectl-iexec@v1.19.14
- name: sxyazi/yazi@v0.3.3
- name: leg100/pug@v0.5.3 # Drive terraform at terminal velocity
- name: fujiwara/awslim@v0.3.5 # A simplified alternative to the AWS CLI for limited use cases
- name: fujiwara/awslim@v0.3.6 # A simplified alternative to the AWS CLI for limited use cases
- name: Ph0enixKM/Amber@0.3.1-alpha # 💎 Amber the programming language compiled to bash
- name: dlvhdr/gh-dash@v4.5.4
- name: dlvhdr/gh-dash@v4.7.0
- name: withgraphite/gt
version: v1.4.6 # renovate: depName=withgraphite/homebrew-tap
registry: dots
- name: fastfetch-cli/fastfetch@2.25.0
- name: fastfetch-cli/fastfetch@2.26.1
2 changes: 1 addition & 1 deletion home/.chezmoiscripts/run_once_after_10_aqua.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cyan='\033[0;36m'
clear='\033[0m'

# renovate: datasource=github-releases depName=aquaproj/aqua
_aqua_latest_version=v2.35.0
_aqua_latest_version=v2.36.1

# renovate: datasource=github-releases depName=aquaproj/aqua-installer
_aqua_installer_version=v3.0.1
Expand Down

0 comments on commit 9c289ad

Please sign in to comment.