[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added timeout option to choose and other patches (maybe) #618

Merged
merged 4 commits into from
Jul 12, 2024

Conversation

csandeep
Copy link
Contributor

Changes

  • choose/command.go

go.mod Outdated Show resolved Hide resolved
@maaslalani
Copy link
Contributor

LGTM! Tested it out and works well!
Let's add this to the rest of the commands as well!

@maaslalani maaslalani merged commit 1d07efd into main Jul 12, 2024
12 checks passed
@maaslalani maaslalani deleted the csandeep_patch_2 branch July 12, 2024 02:28
aymanbagabas added a commit that referenced this pull request Jul 24, 2024
Huh returns a `ErrTimeout` on timeout error and we need to catch that.

Fixes: #618
@meowgorithm
Copy link
Member

We're reverting this due to a bug where timeout is printed on timeout. Additonally:

  • this should also default to seconds when no unit is specified
  • we should show a timeout indicator in the UI

We'll address these and re-add this after the next release.

meowgorithm added a commit that referenced this pull request Jul 24, 2024
meowgorithm added a commit that referenced this pull request Jul 24, 2024
renovate bot referenced this pull request in scottames/dots Jul 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[GoogleContainerTools/skaffold](https://togithub.com/GoogleContainerTools/skaffold)
| patch | `v2.13.0` -> `v2.13.1` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.205.0` -> `v4.208.0` |
| [charmbracelet/gum](https://togithub.com/charmbracelet/gum) | patch |
`v0.14.1` -> `v0.14.3` |
| [dlvhdr/gh-dash](https://togithub.com/dlvhdr/gh-dash) | minor |
`v4.3.0` -> `v4.4.0` |
| [eza-community/eza](https://togithub.com/eza-community/eza) | patch |
`v0.18.22` -> `v0.18.23` |
| [homeport/dyff](https://togithub.com/homeport/dyff) | patch | `v1.8.0`
-> `v1.8.1` |
| [junegunn/fzf](https://togithub.com/junegunn/fzf) | patch | `v0.54.0`
-> `v0.54.2` |
| [kevincobain2000/gobrew](https://togithub.com/kevincobain2000/gobrew)
| patch | `v1.10.8` -> `v1.10.9` |
|
[kubernetes-sigs/kustomize](https://togithub.com/kubernetes-sigs/kustomize)
| patch | `v5.4.2` -> `v5.4.3` |
| [leg100/pug](https://togithub.com/leg100/pug) | patch | `v0.4.2` ->
`v0.4.3` |
| [neovim/neovim](https://togithub.com/neovim/neovim) | patch |
`v0.10.0` -> `v0.10.1` |
| [sigstore/cosign](https://togithub.com/sigstore/cosign) | minor |
`v2.2.4` -> `v2.3.0` |
| [starship/starship](https://togithub.com/starship/starship) | minor |
`v1.19.0` -> `v1.20.1` |
| [tofuutils/tenv](https://togithub.com/tofuutils/tenv) | minor |
`v2.6.1` -> `v2.7.9` |

---

### Release Notes

<details>
<summary>GoogleContainerTools/skaffold
(GoogleContainerTools/skaffold)</summary>

###
[`v2.13.1`](https://togithub.com/GoogleContainerTools/skaffold/releases/tag/v2.13.1):
Release

[Compare
Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.13.0...v2.13.1)

### v2.13.1 Release - 2024-07-26

**Linux amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-linux-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Linux arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-linux-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-darwin-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-darwin-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Windows**

https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-windows-amd64.exe

**Docker image**
`gcr.io/k8s-skaffold/skaffold:v2.13.1`

**Full Changelog**:
GoogleContainerTools/skaffold@v2.13.0...v2.13.1

Highlights:

New Features and Additions:

- feat: make ADC the default option for GCP authentication when using
go-containerregistry
[#&#8203;9456](https://togithub.com/GoogleContainerTools/skaffold/pull/9456)

Fixes:

- fix: send maxRetries property when it is specified by the user in a
cloud run job manifest
[#&#8203;9475](https://togithub.com/GoogleContainerTools/skaffold/pull/9475)

</details>

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.207.0...v4.208.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.208.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.208.0)
| aquaproj/aqua-registry@v4.207.0...v4.208.0

##### 🎉 New Packages


[#&#8203;25225](https://togithub.com/aquaproj/aqua-registry/issues/25225)
[qdrant/qdrant](https://togithub.com/qdrant/qdrant): High-performance,
massive-scale Vector Database for the next generation of AI
[@&#8203;takumin](https://togithub.com/takumin)

[#&#8203;25226](https://togithub.com/aquaproj/aqua-registry/issues/25226)
[weaviate/weaviate](https://togithub.com/weaviate/weaviate): Weaviate is
an open-source vector database that stores both objects and vectors,
allowing for the combination of vector search with structured filtering
with the fault tolerance and scalability of a cloud-native database
[@&#8203;takumin](https://togithub.com/takumin)

##### Fixes


[#&#8203;25228](https://togithub.com/aquaproj/aqua-registry/issues/25228)
Rename the package `dagu-dev/dagu` to
[daguflow/dagu](https://togithub.com/daguflow/dagu)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.206.0...v4.207.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.207.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.207.0)
| aquaproj/aqua-registry@v4.206.0...v4.207.0

##### 🎉 New Packages


[#&#8203;25168](https://togithub.com/aquaproj/aqua-registry/issues/25168)
[suzuki-shunsuke/ghproj](https://togithub.com/suzuki-shunsuke/ghproj):
Add GitHub Issues and Pull Requests to GitHub Projects

##### Fixes


[#&#8203;25164](https://togithub.com/aquaproj/aqua-registry/issues/25164)
rancher/rke: Regenerate the setting

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.205.0...v4.206.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.206.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.206.0)
| aquaproj/aqua-registry@v4.205.0...v4.206.0

##### 🎉 New Packages


[#&#8203;25077](https://togithub.com/aquaproj/aqua-registry/issues/25077)
[kattouf/ProgressLine](https://togithub.com/kattouf/ProgressLine): Track
commands progress in a compact one-line format

##### Fixes


[#&#8203;25080](https://togithub.com/aquaproj/aqua-registry/issues/25080)
aquaproj/aqua-registry-updater, aquaproj/registry-tool: Remove
`cosign_experimental`

[#&#8203;25123](https://togithub.com/aquaproj/aqua-registry/issues/25123)
woodpecker ci/woodpecker/woodpecker-cli: Regenerate the setting

</details>

<details>
<summary>charmbracelet/gum (charmbracelet/gum)</summary>

###
[`v0.14.3`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.3)

[Compare
Source](https://togithub.com/charmbracelet/gum/compare/v0.14.2...v0.14.3)

### Fixin’ more bugs

Hot on the heels of the last release (very hot, in fact), here’s one
more quick point release to fix a regression in spinner.

***

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt`
file](https://togithub.com/charmbracelet/gum/releases/download/0.14.3/checksums.txt),
for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt'
```

Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign):

```bash
cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.sig' \
  ./checksums.txt
```

If the output is `Verified OK`, you can safely use it to verify the
checksums of other artifacts you downloaded from the release using
`sha256sum`:

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or on
[Discord](https://charm.sh/chat).

###
[`v0.14.2`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.2)

[Compare
Source](https://togithub.com/charmbracelet/gum/compare/v0.14.1...v0.14.2)

### Fixin’ bugs

This is a maintenance release to pull in various fixes from
[huh](https://togithub.com/charmbracelet/huh) upstream. As a bonus,
macOS binaries are now also signed and notarized courtesy
[@&#8203;goreleaser](https://togithub.com/goreleaser).

Thanks for using Gum!

#### Changelog

##### New

- sign and notarize macos binaries in
[https://github.com/charmbracelet/gum/pull/612](https://togithub.com/charmbracelet/gum/pull/612)

##### Changed

- use in-house utility packages in
[https://github.com/charmbracelet/gum/pull/616](https://togithub.com/charmbracelet/gum/pull/616)

##### Fixed

- drop left padding in choose in
[https://github.com/charmbracelet/gum/pull/597](https://togithub.com/charmbracelet/gum/pull/597)
- fix race conditon where spinner could mis-render in
[https://github.com/charmbracelet/gum/pull/621](https://togithub.com/charmbracelet/gum/pull/621)
- fix a bug where choose could crash when spacebar is pressed twice
[https://github.com/charmbracelet/gum/pull/587](https://togithub.com/charmbracelet/gum/pull/587)
- fix a bug where the foreground color could not be set in choose
[https://github.com/charmbracelet/gum/issues/614](https://togithub.com/charmbracelet/gum/issues/614)
- fix a bug where foreground could not be set in write
[https://github.com/charmbracelet/gum/issues/583](https://togithub.com/charmbracelet/gum/issues/583)
- fix a bug where keypresses could crash choose
[https://github.com/charmbracelet/gum/issues/580](https://togithub.com/charmbracelet/gum/issues/580)
- restore <kbd>y</kbd>/<kbd>n</kbd> keybindings to confirm
[https://github.com/charmbracelet/gum/issues/568](https://togithub.com/charmbracelet/gum/issues/568)
- restore centering to buttons in confirm
[https://github.com/charmbracelet/gum/issues/566](https://togithub.com/charmbracelet/gum/issues/566)

#### New Contributors

- [@&#8203;csandeep](https://togithub.com/csandeep) made their first
contribution in
[https://github.com/charmbracelet/gum/pull/618](https://togithub.com/charmbracelet/gum/pull/618)
- [@&#8203;clysto](https://togithub.com/clysto) made their first
contribution in
[https://github.com/charmbracelet/gum/pull/598](https://togithub.com/charmbracelet/gum/pull/598)

**Full Changelog**:
charmbracelet/gum@v0.14.1...v0.14.2

***

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or
[Discord](https://charm.sh/chat).

</details>

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

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

[Compare
Source](https://togithub.com/dlvhdr/gh-dash/compare/v4.3.0...v4.4.0)

#### Changelog

-
[`f060107`](https://togithub.com/dlvhdr/gh-dash/commit/f06010729932757062dee813d87388d556d5c8d3)
feat(approve): Add PR approval cmd
([#&#8203;399](https://togithub.com/dlvhdr/gh-dash/issues/399))

</details>

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

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

[Compare
Source](https://togithub.com/eza-community/eza/compare/v0.18.22...v0.18.23)

### Changelog

##### Bug Fixes

-   Disable broken freebsd tests

##### Documentation

-   Clear up confusion around ls

##### Miscellaneous Tasks

-   Release eza v0.18.23

##### Build

-   Bump log from 0.4.21 to 0.4.22
-   Bump DeterminateSystems/nix-installer-action from 12 to 13
-   Bump plist from 1.6.1 to 1.7.0

### Checksums

#### sha256sum

14965a8cd5325d8e61e3ea4e12b40c4232d1436728a73242b361cdcdecef1032
./target/bin-0.18.23/eza_aarch64-unknown-linux-gnu.tar.gz
185456626e4457ae05a187f4661ad40d30e3522df561a3fab06ff27ffbce7d8b
./target/bin-0.18.23/eza_aarch64-unknown-linux-gnu.zip
edade58bb91001dd2fe699469d41129b9f67daea232640f0f3b7fbc389e9c3f2
./target/bin-0.18.23/eza_arm-unknown-linux-gnueabihf.tar.gz
73c918f8a6031e32cf07567bea2d919ca8c030fa55c721899e80da0456ef6acf
./target/bin-0.18.23/eza_arm-unknown-linux-gnueabihf.zip
77c8fc165f0b3553e34a4f74e6ac7c2fc866761d39bd0a9eaad350f5d046dfdf
./target/bin-0.18.23/eza.exe_x86_64-pc-windows-gnu.tar.gz
e86d0be26744877ed2526b502a7a04344012c19777e171adf8e31b3043ebfa1c
./target/bin-0.18.23/eza.exe_x86_64-pc-windows-gnu.zip
b4351b3eaa7849aadb005b5769efac120c52a58851c3365fc8de6dcb6721c316
./target/bin-0.18.23/eza_x86_64-unknown-linux-gnu.tar.gz
7e438762326ff24d6ca20a910ffa852e94697d74a69d2c85e3464bd1e302d768
./target/bin-0.18.23/eza_x86_64-unknown-linux-gnu.zip
8d0f3204795c04ed50060eb87d264770271658ee7964b21dd83f7119110e1166
./target/bin-0.18.23/eza_x86_64-unknown-linux-musl.tar.gz
deb517d6276a65b4e470947331f518d09f12755a173b20b418ba36989de53210
./target/bin-0.18.23/eza_x86_64-unknown-linux-musl.zip

#### md5sum

e057d3fc41c0566be6c7834d200870e4
./target/bin-0.18.23/eza_aarch64-unknown-linux-gnu.tar.gz
d057d39dc125925d0a27ec1d0d1fe52e
./target/bin-0.18.23/eza_aarch64-unknown-linux-gnu.zip
f93c883071202e414adb07dc302c47fb
./target/bin-0.18.23/eza_arm-unknown-linux-gnueabihf.tar.gz
b2bb24baab551899465a6021032f5fa6
./target/bin-0.18.23/eza_arm-unknown-linux-gnueabihf.zip
b1731a8172deec4544dacb46814345ef
./target/bin-0.18.23/eza.exe_x86_64-pc-windows-gnu.tar.gz
b91db0797bb0244e913024da23ec81ae
./target/bin-0.18.23/eza.exe_x86_64-pc-windows-gnu.zip
9a4950bdcc1582ff444808a626238bec
./target/bin-0.18.23/eza_x86_64-unknown-linux-gnu.tar.gz
4def0ac08356d46ecbaf16a5ebda8966
./target/bin-0.18.23/eza_x86_64-unknown-linux-gnu.zip
cd3a28c2090ad57c9f674e075d770ccb
./target/bin-0.18.23/eza_x86_64-unknown-linux-musl.tar.gz
9c7dc0de235540805ed5a88eb503665a
./target/bin-0.18.23/eza_x86_64-unknown-linux-musl.zip

#### blake3sum

817e3f9b06ac39023aa7b5a7f9fb2734e9d8489e98d5a42411009ac4984adede
./target/bin-0.18.23/eza_aarch64-unknown-linux-gnu.tar.gz
7318f4ec875e51c6fe78ac505e5455318af98b1b6005397e4d3b2e92ea1bd80c
./target/bin-0.18.23/eza_aarch64-unknown-linux-gnu.zip
34b71cc004032f2d3430f2f4103e365a84a71c308b941e2ad617b074d5a75862
./target/bin-0.18.23/eza_arm-unknown-linux-gnueabihf.tar.gz
b1f7aaf380a49dd0602273795a5ca69d21f2587b87036edfa47446a100b5230d
./target/bin-0.18.23/eza_arm-unknown-linux-gnueabihf.zip
4a8dbe4df40da7ccbd72f189e2f88e43fa08fcd51486ed2b0c7f4954ff71e1f1
./target/bin-0.18.23/eza.exe_x86_64-pc-windows-gnu.tar.gz
08cbd32e0325ff87650d469f113ce26f4a6932db9aa4d64f25baa58a97c5ae34
./target/bin-0.18.23/eza.exe_x86_64-pc-windows-gnu.zip
7d54623d92545cb7cfd6e403362206f5aa3251cf405c54004497e3ef8eb906ca
./target/bin-0.18.23/eza_x86_64-unknown-linux-gnu.tar.gz
130deb5f2cfb3bae17c565402754505d77a77684fdd28d7eb7f6cb2686ffbec5
./target/bin-0.18.23/eza_x86_64-unknown-linux-gnu.zip
8996e40f459420dc0c3a3cefa3dba46b4a2777e109c93475e9dacc8d409eaf74
./target/bin-0.18.23/eza_x86_64-unknown-linux-musl.tar.gz
f1af5f4e245429cc3fc81b9572c5d529f82663a19f54f1172e0c9ccac5045a76
./target/bin-0.18.23/eza_x86_64-unknown-linux-musl.zip

</details>

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

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

[Compare
Source](https://togithub.com/homeport/dyff/compare/v1.8.0...v1.8.1)

</details>

<details>
<summary>junegunn/fzf (junegunn/fzf)</summary>

### [`v0.54.2`](https://togithub.com/junegunn/fzf/releases/tag/v0.54.2):
0.54.2

[Compare
Source](https://togithub.com/junegunn/fzf/compare/v0.54.1...v0.54.2)

-   Fixed incorrect syntax highlighting of truncated multi-line entries
- Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries
- macOS archives will be in `tar.gz` format instead of `zip` format
since we no longer notarize the zip files but binaries
-   (Windows) Reverted a mintty fix in 0.54.0
- As a result, mouse may not work on mintty in fullscreen mode. However,
fzf will correctly read non-ASCII input in fullscreen mode
(`--no-height`).
- fzf unfortunately cannot read non-ASCII input when not in fullscreen
mode on Windows. So if you need to input non-ASCII characters, add
`--no-height` to your `$FZF_DEFAULT_OPTS`.
- Any help in fixing this issue will be appreciated
([#&#8203;3799](https://togithub.com/junegunn/fzf/issues/3799),
[#&#8203;3847](https://togithub.com/junegunn/fzf/issues/3847)).

### [`v0.54.1`](https://togithub.com/junegunn/fzf/releases/tag/v0.54.1):
0.54.1

[Compare
Source](https://togithub.com/junegunn/fzf/compare/v0.54.0...v0.54.1)

- Updated [fastwalk](https://togithub.com/charlievieth/fastwalk)
dependency for built-in directory walker
- [fastwalk: add optional sorting and improve
documentation](https://togithub.com/charlievieth/fastwalk/pull/27)
- [fastwalk: only check if MSYSTEM is set during
MSYS/MSYS2](https://togithub.com/charlievieth/fastwalk/pull/28)
- Thanks to [@&#8203;charlievieth](https://togithub.com/charlievieth)
-   Reverted ALT-C binding of fish to use `cd` instead of `builtin cd`
- `builtin cd` was introduced to work around a bug of `cd` coming from
`zoxide init --cmd cd fish` where it cannot handle `--` argument.
- However, the default `cd` of fish is actually a wrapper function for
supporting `cd -`, so we want to use it instead.
- See [#&#8203;3928](https://togithub.com/junegunn/fzf/pull/3928) for
more information and consider helping zoxide fix the bug.

</details>

<details>
<summary>kevincobain2000/gobrew (kevincobain2000/gobrew)</summary>

###
[`v1.10.9`](https://togithub.com/kevincobain2000/gobrew/releases/tag/v1.10.9)

[Compare
Source](https://togithub.com/kevincobain2000/gobrew/compare/v1.10.8...v1.10.9)

#### Changelog

-
[`2f4683c`](https://togithub.com/kevincobain2000/gobrew/commit/2f4683c28c237883640319ec4fe1313a58c1b00e)
(ci) coveritup v2
([#&#8203;188](https://togithub.com/kevincobain2000/gobrew/issues/188))
-
[`262f7cd`](https://togithub.com/kevincobain2000/gobrew/commit/262f7cda1c9e5cc0784b06c5186f9e4b8dcc94e1)
(ci) minor fix for events
-
[`a14e160`](https://togithub.com/kevincobain2000/gobrew/commit/a14e160369fa2bb4a9c30cad7abb582851672f38)
(feat) added benchmarks for a simple Go installation
([#&#8203;191](https://togithub.com/kevincobain2000/gobrew/issues/191))
-
[`f7156da`](https://togithub.com/kevincobain2000/gobrew/commit/f7156da5153a9a70684689528c5bab8780284542)
Update .goreleaser.yaml
([#&#8203;190](https://togithub.com/kevincobain2000/gobrew/issues/190))
-
[`ba3e176`](https://togithub.com/kevincobain2000/gobrew/commit/ba3e176120d573ead1d8c821b303fc8c0fd5019b)
Update README.md
-
[`b27e357`](https://togithub.com/kevincobain2000/gobrew/commit/b27e35799496595d66ba6c621c047ac625a20c14)
Update README.md - add instructions for `gobrew use mod` and `gobrew use
latest`
([#&#8203;185](https://togithub.com/kevincobain2000/gobrew/issues/185))
-
[`dd3d8a3`](https://togithub.com/kevincobain2000/gobrew/commit/dd3d8a38d9bb0827dfcf06e9aa5eb10d86912d8d)
Update git.io.sh
([#&#8203;186](https://togithub.com/kevincobain2000/gobrew/issues/186))
-
[`218238b`](https://togithub.com/kevincobain2000/gobrew/commit/218238b7312b5647c0aea49e6b01ff9e60836936)
feat: update github actions
([#&#8203;192](https://togithub.com/kevincobain2000/gobrew/issues/192))
-
[`50870b9`](https://togithub.com/kevincobain2000/gobrew/commit/50870b93bd22ba5b80360798c75a8dc0a8dcc128)
feat: update goreleaser
([#&#8203;195](https://togithub.com/kevincobain2000/gobrew/issues/195))
-
[`338c4a4`](https://togithub.com/kevincobain2000/gobrew/commit/338c4a4deb6e4add46614d213f474f895c70fc3b)
fix: do not install not exist version
([#&#8203;198](https://togithub.com/kevincobain2000/gobrew/issues/198))

</details>

<details>
<summary>kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)</summary>

###
[`v5.4.3`](https://togithub.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.3)

[Compare
Source](https://togithub.com/kubernetes-sigs/kustomize/compare/kustomize/v5.4.2...kustomize/v5.4.3)

### Caution

The `kustomize localize` subcommand(this subcommand is now in the `beta`
stage) now verifies the success of `kustomize build` when executed.
If you are using the missing manifests, maybe you failed to download
them with the `localize` subcommand. Please use the `--no-verify` flag
to skip validation steps.

[#&#8203;5544](https://togithub.com/kubernetes-sigs/kustomize/issues/5544):
Run kustomize build with kustomize localize and add a no-verify flag.

#### Fix Bugs


[#&#8203;5682](https://togithub.com/kubernetes-sigs/kustomize/issues/5682):
fix: include label in templates when adding by cli

[#&#8203;5689](https://togithub.com/kubernetes-sigs/kustomize/issues/5689):
Fix sortOptions removal when running edit command

#### chore


[#&#8203;5506](https://togithub.com/kubernetes-sigs/kustomize/issues/5506):
fix some comments

[#&#8203;5718](https://togithub.com/kubernetes-sigs/kustomize/issues/5718):
fix lint error in kustomizationfile_test.go

#### Dependencies


[#&#8203;5734](https://togithub.com/kubernetes-sigs/kustomize/issues/5734):
Update kyaml to v0.17.2

[#&#8203;5735](https://togithub.com/kubernetes-sigs/kustomize/issues/5735):
Update cmd/config to v0.14.2

[#&#8203;5736](https://togithub.com/kubernetes-sigs/kustomize/issues/5736):
Update api to v0.17.3

</details>

<details>
<summary>leg100/pug (leg100/pug)</summary>

### [`v0.4.3`](https://togithub.com/leg100/pug/releases/tag/v0.4.3)

[Compare
Source](https://togithub.com/leg100/pug/compare/v0.4.2...v0.4.3)

##### Bug Fixes

- detect terragrunt modules without `remote_state` block
([#&#8203;108](https://togithub.com/leg100/pug/issues/108))
([379bea9](https://togithub.com/leg100/pug/commit/379bea9c477840dcd85a8f76f863b0d5e31a6220))
- flaky terragrunt test
([5ffc73c](https://togithub.com/leg100/pug/commit/5ffc73ce78ae2cc6954e44abb29d91d76db3803d))
- incorrect width for task info sidebar
([dd6b918](https://togithub.com/leg100/pug/commit/dd6b918bbed9902e0d1a6b6cb64f2fbaf117bd07))
- make stdout available separate from stderr
([#&#8203;104](https://togithub.com/leg100/pug/issues/104))
([07ed378](https://togithub.com/leg100/pug/commit/07ed37824dd7febdb251dbaa6fc69be35726f29c))
- still print content if json prettification fails
([fa0df2d](https://togithub.com/leg100/pug/commit/fa0df2dda544f5d292290413ed5c35b36043c96f))

##### Miscellaneous

- bump bubbletea and lipgloss
([361ae18](https://togithub.com/leg100/pug/commit/361ae1859435d198a44d220f9ae7db2b75933616))
- make copy() do something
([e90bd2b](https://togithub.com/leg100/pug/commit/e90bd2b11e285b721c613ea9f1e67903e297f280))
- standardize service variable naming
([dc01899](https://togithub.com/leg100/pug/commit/dc01899596a3a7ebfc99e2663ede95d3eb658f40))

</details>

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

###
[`v0.10.1`](https://togithub.com/neovim/neovim/releases/tag/v0.10.1):
NVIM 0.10.1

[Compare
Source](https://togithub.com/neovim/neovim/compare/v0.10.0...v0.10.1)

    NVIM v0.10.1
    Build type: Release
    LuaJIT 2.1.1713484068

Changes since 0.10.0:

##### Features

- **lsp**: Update LSP healthcheck format
([#&#8203;28988](https://togithub.com/neovim/neovim/issues/28988))

##### Build System

-   **deps**: Bump tree-sitter-query to v0.4.0
-   **deps**: Bump tree-sitter-c to v0.21.3
-   **deps**: Bump tree-sitter-vimdoc to v3.0.0
-   **deps**: Drop unused bundled bash, python parsers and queries
-   **macos**: Disable deduplication in link step
- "popcount" name conflict on NetBSD
[#&#8203;28983](https://togithub.com/neovim/neovim/issues/28983)
-   Remove -O2 from gen_cflags
-   Reuse code for deps.txt for both deps and main build

##### Bug Fixes

- Show swapfile warning as a warning
([#&#8203;28972](https://togithub.com/neovim/neovim/issues/28972))
-   Assert failure in VimL expression parser
-   **api**: Alloc and draw cursor window in nvim\_\_redraw
- **colorscheme**: Underline StatusLineNC with 'notermguicolors'
[#&#8203;28810](https://togithub.com/neovim/neovim/issues/28810)
- **column**: Crash with 'signcolumn' set to "number"
([#&#8203;29003](https://togithub.com/neovim/neovim/issues/29003))
-   **column**: Clamp line number for legacy signs
- **column**: Modifying a sign should update placed signs
([#&#8203;29750](https://togithub.com/neovim/neovim/issues/29750))
- **comment**: Fall back to using trimmed comment markers
([#&#8203;28950](https://togithub.com/neovim/neovim/issues/28950))
- **defaults**: Default @&#8203;/Q broken when 'ignorecase' is set
([#&#8203;29343](https://togithub.com/neovim/neovim/issues/29343))
- **drawline**: Don't draw beyond end of window
([#&#8203;29035](https://togithub.com/neovim/neovim/issues/29035))
- **drawline**: Don't draw beyond end of window with 'rnu'
([#&#8203;29406](https://togithub.com/neovim/neovim/issues/29406))
- **extmarks**: Issues with revalidating marks
[#&#8203;28961](https://togithub.com/neovim/neovim/issues/28961)
-   **filetype**: Fix typos in filetype detection
- **float**: Handle error in win_float_create()
([#&#8203;29742](https://togithub.com/neovim/neovim/issues/29742))
- **fs**: Make vim.fs.root work for relative paths and unnamed buffers
([#&#8203;28973](https://togithub.com/neovim/neovim/issues/28973))
- **health**: Broken ruby detect
[#&#8203;28804](https://togithub.com/neovim/neovim/issues/28804)
- **health**: Fix fetching url with python in provider health
([#&#8203;29594](https://togithub.com/neovim/neovim/issues/29594))
- **input**: Handle vim.on_key() properly with ALT and K_SPECIAL
([#&#8203;29677](https://togithub.com/neovim/neovim/issues/29677))
- **lsp**: Add textDocument/documentLink to capability map
([#&#8203;28838](https://togithub.com/neovim/neovim/issues/28838))
- **lsp**: Hide layout in codelenses in virtual text
([#&#8203;28794](https://togithub.com/neovim/neovim/issues/28794))
([#&#8203;28895](https://togithub.com/neovim/neovim/issues/28895))
- **lsp**: Detach all clients on_reload to force buf_state reload
([#&#8203;28898](https://togithub.com/neovim/neovim/issues/28898))
-   **lsp**: Trigger LspDetach on buffer delete
- **lsp**: Check if buffer was detached in on_init callback
([#&#8203;28942](https://togithub.com/neovim/neovim/issues/28942))
- **lsp**: Handle nil root_dir in health check
([#&#8203;29010](https://togithub.com/neovim/neovim/issues/29010))
- **lsp**: Do not detach from buffer if there are uninitialized clients
([#&#8203;29043](https://togithub.com/neovim/neovim/issues/29043))
- **lsp**: Clear lsp client diagnostics
([#&#8203;29091](https://togithub.com/neovim/neovim/issues/29091))
- **lsp**: Remove superfluous on_detach callback from semantic tokens
module
([#&#8203;29188](https://togithub.com/neovim/neovim/issues/29188))
- **lsp**: Do not reset buf version when detaching client
([#&#8203;29273](https://togithub.com/neovim/neovim/issues/29273))
- **lsp**: Avoid vim.keymap.del error when stopping a client
([#&#8203;29478](https://togithub.com/neovim/neovim/issues/29478))
- **lsp**: Don't show codelens for buffers that don't support it
([#&#8203;29690](https://togithub.com/neovim/neovim/issues/29690))
- **lsp**: Inlay hints are rendered in the correct order
([#&#8203;29707](https://togithub.com/neovim/neovim/issues/29707))
- **lua**: Change some vim.fn.expand() to vim.fs.normalize()
([#&#8203;29583](https://togithub.com/neovim/neovim/issues/29583))
-   **marks**: Revalidate marks whose position did not change
- **mouse**: Early return when clicking in padded 'statuscolumn'
([#&#8203;29394](https://togithub.com/neovim/neovim/issues/29394))
- **move**: Half-page scrolling with resized grid at eob
([#&#8203;28821](https://togithub.com/neovim/neovim/issues/28821))
- **path**: Avoid chdir() when resolving path
([#&#8203;28799](https://togithub.com/neovim/neovim/issues/28799))
- **quickfix**: Make shortmess+=O work with cmdheight=0
([#&#8203;29609](https://togithub.com/neovim/neovim/issues/29609))
- **runtime**: Source c ftplugin properly for cpp on Windows
([#&#8203;29053](https://togithub.com/neovim/neovim/issues/29053))
-   **runtime**: Add commentstring for glsl ftplugin
- **snippet**: Don't override unnamed register on tabstop select
([#&#8203;29008](https://togithub.com/neovim/neovim/issues/29008))
- **snippet**: Cancel snippet session when leaving the buffer
([#&#8203;29044](https://togithub.com/neovim/neovim/issues/29044))
- **snippet**: Modify base indentation when there's actually whitespace
([#&#8203;29670](https://togithub.com/neovim/neovim/issues/29670))
-   **tohtml**: Replace ipairs with pairs
-   **tohtml**: Ignore lsp inlay hints
-   **tohtml**: Show how many warnings are hidden
- **tohtml**: Properly handle multiple hl groups
[#&#8203;29012](https://togithub.com/neovim/neovim/issues/29012)
-   **tohtml**: Extmark text may be out of bounds
-   **tohtml**: Support ranges again
-   **treesitter**: Do not modify highlight state for \_on_spell_nav
- **treesitter**: Ensure syntaxset augroup exists
([#&#8203;29542](https://togithub.com/neovim/neovim/issues/29542))
-   **treesitter**: Display fields for anonymous nodes in :InspectTree
-   **treesitter**: Recognize aliased parsers in omnifunc, query linter
- **tui**: Remove duplicate disabling of synchronized output
([#&#8203;28884](https://togithub.com/neovim/neovim/issues/28884))
- **tui**: Move $COLORTERM check to \_defaults.lua
([#&#8203;29206](https://togithub.com/neovim/neovim/issues/29206))
- **tui**: Skip TUI in ui_rgb_attached
([#&#8203;29096](https://togithub.com/neovim/neovim/issues/29096))
- **ui**: Flush ext_cmdline events before doing cmdpreview
([#&#8203;29062](https://togithub.com/neovim/neovim/issues/29062))
- **ui**: Superfluous showmode / excessive grid_cursor_goto
[#&#8203;29089](https://togithub.com/neovim/neovim/issues/29089)
- **ui**: Avoid ambiguity about last chunk when flushing halfway
([#&#8203;29718](https://togithub.com/neovim/neovim/issues/29718))
-   **version**: Fix vim.version().prerelease
-   **vim.text**: Remove assert from vim.text.hexdecode
- **win-msi**: Add bin to PATH per-machine after installation
([#&#8203;29099](https://togithub.com/neovim/neovim/issues/29099))

##### Documentation

- Update LSP quickstart
([#&#8203;28989](https://togithub.com/neovim/neovim/issues/28989))
- Misc
([#&#8203;29229](https://togithub.com/neovim/neovim/issues/29229))
- Document 'list' behavior when 'listchars' excludes "tab"
([#&#8203;29360](https://togithub.com/neovim/neovim/issues/29360))
-   Fix more treesitter parsing errors
- Misc
([#&#8203;29714](https://togithub.com/neovim/neovim/issues/29714))
-   **lpeg**: Merge upstream changes
- **lsp**: Format the handwritten part
[#&#8203;29295](https://togithub.com/neovim/neovim/issues/29295)

##### Refactor

-   Replace deprecated vim.loop with vim.uv
- **lsp**: Reuse buf_detach_client logic in on_detach
([#&#8203;28939](https://togithub.com/neovim/neovim/issues/28939))
([#&#8203;29024](https://togithub.com/neovim/neovim/issues/29024))
- **path.c**: Add nonnull attributes
([#&#8203;28829](https://togithub.com/neovim/neovim/issues/28829))
-   **tests**: Use more global highlight definitions
-   **tests**: More global highlight definitions

##### Testing

- Add a test for
[#&#8203;29119](https://togithub.com/neovim/neovim/issues/29119)
-   Do not set termguicolors in test runner
-   Remove checks for failed tests on Windows
- Starting and stopping treesitter highlight
([#&#8203;29546](https://togithub.com/neovim/neovim/issues/29546))
- Fix reporting "no flush received" too early
([#&#8203;29735](https://togithub.com/neovim/neovim/issues/29735))

#### 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://togithub.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://togithub.com/neovim/neovim/blob/master/INSTALL.md#install-from-package)

#### SHA256 Checksums

4867de01a17f6083f902f8aa5215b40b0ed3a36e83cc0293de3f11708f1f9793
nvim-linux64.tar.gz
c4762d54cadfd9fa4497c7969197802c9cf9e0d926c39e561f0bd170e36c8aa0
nvim.appimage
f11f2c7ac72c2a6d6dba0817982ee88bd6dbeae0fcccdae62e1ef19e7e6c5632
nvim.appimage.zsync
dd88c86164e6fb34ee364c4a2b42c6a1832890003ae7c9c733032697d92cf7a6
nvim-macos-x86_64.tar.gz
4b322a8da38f0bbdcdcc9a2b224a7b5267f0b1610b7345cb880d803e03bb860b
nvim-macos-arm64.tar.gz
6b9be9acb4f5011f7ab6f7390286a579534e05f0dcf8f37d503c4d40b4adf548
nvim-win64.zip
7e7ba2f0079c48e181bd2253c65b54c4c9169465a1438dd3ddf2939041de6121
nvim-win64.msi

</details>

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

###
[`v2.3.0`](https://togithub.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v230)

[Compare
Source](https://togithub.com/sigstore/cosign/compare/v2.2.4...v2.3.0)

#### Features

- Add PayloadProvider interface to decouple AttestationToPayloadJSON
from oci.Signature interface
([#&#8203;3693](https://togithub.com/sigstore/cosign/issues/3693))
- add registry options to cosign save
([#&#8203;3645](https://togithub.com/sigstore/cosign/issues/3645))
- Add debug providers command.
([#&#8203;3728](https://togithub.com/sigstore/cosign/issues/3728))
- Make config layers in ociremote mountable
([#&#8203;3741](https://togithub.com/sigstore/cosign/issues/3741))
- upgrade to go1.22
([#&#8203;3739](https://togithub.com/sigstore/cosign/issues/3739))
- adds tsa cert chain check for env var or tuf targets.
([#&#8203;3600](https://togithub.com/sigstore/cosign/issues/3600))
- add --ca-roots and --ca-intermediates flags to 'cosign verify'
([#&#8203;3464](https://togithub.com/sigstore/cosign/issues/3464))
- add handling of keyless verification for all verify commands
([#&#8203;3761](https://togithub.com/sigstore/cosign/issues/3761))

#### Bug Fixes

- fix: close attestationFile
([#&#8203;3679](https://togithub.com/sigstore/cosign/issues/3679))
- Set `bundleVerified` to true after Rekor verification (Resolves
[#&#8203;3740](https://togithub.com/sigstore/cosign/issues/3740))
([#&#8203;3745](https://togithub.com/sigstore/cosign/issues/3745))

#### Documentation

- Document ImportKeyPair and LoadPrivateKey functions in pkg/cosign
([#&#8203;3776](https://togithub.com/sigstore/cosign/issues/3776))

#### Testing

- Refactor KMS E2E tests
([#&#8203;3684](https://togithub.com/sigstore/cosign/issues/3684))
- Remove sign_blob_test.sh test
([#&#8203;3707](https://togithub.com/sigstore/cosign/issues/3707))
- Remove KMS E2E test script
([#&#8203;3702](https://togithub.com/sigstore/cosign/issues/3702))
- Refactor insecure registry E2E tests
([#&#8203;3701](https://togithub.com/sigstore/cosign/issues/3701))

#### Contributors

-   Billy Lynch
-   bminahan73
-   Bob Callaway
-   Carlos Tadeu Panato Junior
-   Cody Soyland
-   Colleen Murphy
-   Dmitry Savintsev
-   guangwu
-   Hayden B
-   Hector Fernandez
-   ian hundere
-   Jason Power
-   Jon Johnson
-   Max Lambrecht
-   Meeki1l

</details>

<details>
<summary>starship/starship (starship/starship)</summary>

###
[`v1.20.1`](https://togithub.com/starship/starship/releases/tag/v1.20.1)

[Compare
Source](https://togithub.com/starship/starship/compare/v1.20.0...v1.20.1)

##### Bug Fixes

- **ci:** move to macos-latest image
([#&#8203;6132](https://togithub.com/starship/starship/issues/6132))
([c7a8ea7](https://togithub.com/starship/starship/commit/c7a8ea757033512b5723a39be71bdb91fdcfbdb1))

###
[`v1.20.0`](https://togithub.com/starship/starship/releases/tag/v1.20.0)

[Compare
Source](https://togithub.com/starship/starship/compare/v1.19.0...v1.20.0)

##### Features

- **color:** add prev_fg and prev_bg as color specifiers based on the
previous foreground/background colors respectively
([#&#8203;6017](https://togithub.com/starship/starship/issues/6017))
([9a3e87f](https://togithub.com/starship/starship/commit/9a3e87f2cbaa8ca4b8dea41f4f56ff297e94bb1a))
- **color:** add prevfg,prevbg as color specifiers based on the previous
foreground/background colors respectively
([9a3e87f](https://togithub.com/starship/starship/commit/9a3e87f2cbaa8ca4b8dea41f4f56ff297e94bb1a))
- **gcloud:** Disabled gcloud module when active config hasn't been set
([#&#8203;6039](https://togithub.com/starship/starship/issues/6039))
([4d36d46](https://togithub.com/starship/starship/commit/4d36d463b91a245a62c357de308cad3cdec48edf))
- **purescript:** add support for spago-next configuration files
([#&#8203;6036](https://togithub.com/starship/starship/issues/6036))
([e028186](https://togithub.com/starship/starship/commit/e0281868c9d7801fc25f64f86ab8312d2a5a1794))

##### Bug Fixes

- **custom:** escape characters in command output by default
([GHSA-vx24-x4mv-vwr5/CVE-2024-41815](https://togithub.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5))
([cfc5816](https://togithub.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74))
- **direnv:** replace nonexistent "orange" color with "bright-yellow"
([#&#8203;5969](https://togithub.com/starship/starship/issues/5969))
([478d5cc](https://togithub.com/starship/starship/commit/478d5cccb6f7f4622dd681756cf004ba92c98607))
- **dotnet:** Remove duplicate v in dotnet version
([#&#8203;6060](https://togithub.com/starship/starship/issues/6060))
([52a89a5](https://togithub.com/starship/starship/commit/52a89a515ed44d861ea556a0bb70d6901660a9b5))
- improve non-msvc windows support by bumping stable dependencies
([#&#8203;5989](https://togithub.com/starship/starship/issues/5989))
([50a6b84](https://togithub.com/starship/starship/commit/50a6b846045899c88d95b063a6b939a6dcb72a5c))
- **k8s:** don't trigger if scan config is set but env vars are not
([#&#8203;5979](https://togithub.com/starship/starship/issues/5979))
([8c75822](https://togithub.com/starship/starship/commit/8c75822d4380e020ebd289a4ef06cd4d31ee5196))
- **preset:** fix typo in Open Policy Agent module format string
([#&#8203;6118](https://togithub.com/starship/starship/issues/6118))
([eba9748](https://togithub.com/starship/starship/commit/eba9748eb1bd9e1802d2a770eb0907cdb73292d6))

##### Performance Improvements

- **k8s:** Improve performance of kubeconfig module
([#&#8203;6032](https://togithub.com/starship/starship/issues/6032))
([fae92b2](https://togithub.com/starship/starship/commit/fae92b29646f73bf1eb843fde80885c58480e85b))

</details>

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

### [`v2.7.9`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.9)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.8...v2.7.9)

**Full Changelog**:
tofuutils/tenv@v2.7.8...v2.7.9

### [`v2.7.8`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.8)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.7...v2.7.8)

**Full Changelog**:
tofuutils/tenv@v2.7.7...v2.7.8

### [`v2.7.7`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.7)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.6...v2.7.7)

**Full Changelog**:
tofuutils/tenv@v2.7.6...v2.7.7

### [`v2.7.6`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.6)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.5...v2.7.6)

**Full Changelog**:
tofuutils/tenv@v2.7.5...v2.7.6

### [`v2.7.5`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.5)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.4...v2.7.5)

**Full Changelog**:
tofuutils/tenv@v2.7.4...v2.7.5

### [`v2.7.4`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.4)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.3...v2.7.4)

**Full Changelog**:
tofuutils/tenv@v2.7.3...v2.7.4

### [`v2.7.3`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.3)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.7.2...v2.7.3)

**Full Changelog**:
tofuutils/tenv@v2.7.2...v2.7.3

### [`v2.7.2`](https://togithub.com/tofuutils/tenv/releases/tag/v2.7.2)

[Compare
Source](https://togithub.com/tofuutils/tenv/compare/v2.6.1...v2.7.2)

**Full Changelog**:
tofuutils/tenv@v2.7.1...v2.7.2

</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://togithub.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://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

---------

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>
renovate bot referenced this pull request in DelineaXPM/dsv-k8s Aug 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [anchore/syft](https://togithub.com/anchore/syft) | minor | `v1.5.0`
-> `v1.11.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.190.0` -> `v4.212.0` |
| [charmbracelet/gum](https://togithub.com/charmbracelet/gum) | patch |
`v0.14.1` -> `v0.14.3` |
| [gitleaks/gitleaks](https://togithub.com/gitleaks/gitleaks) | patch |
`v8.18.3` -> `v8.18.4` |
| [golang/go](https://togithub.com/golang/go) | patch | `1.22.4` ->
`1.22.6` |
| [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)
| patch | `v1.59.0` -> `v1.59.1` |
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v2.0.0` -> `v2.1.0` |
| [helm/helm](https://togithub.com/helm/helm) | patch | `v3.15.1` ->
`v3.15.3` |
| [miniscruff/changie](https://togithub.com/miniscruff/changie) | patch
| `v1.19.0` -> `v1.19.1` |
| [norwoodj/helm-docs](https://togithub.com/norwoodj/helm-docs) | minor
| `v1.13.1` -> `v1.14.2` |
| [tilt-dev/tilt](https://togithub.com/tilt-dev/tilt) | patch |
`v0.33.16` -> `v0.33.19` |

---

### Release Notes

<details>
<summary>anchore/syft (anchore/syft)</summary>

### [`v1.11.0`](https://togithub.com/anchore/syft/releases/tag/v1.11.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v1.10.0...v1.11.0)

##### Added Features

- Added the SWI Prolog (swipl) ecosystem
\[[#&#8203;3076](https://togithub.com/anchore/syft/pull/3076)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]

##### Bug Fixes

- Empty version field on some dependencies when reading pom.xml
\[[#&#8203;1129](https://togithub.com/anchore/syft/issues/1129)
[#&#8203;2769](https://togithub.com/anchore/syft/pull/2769)
[@&#8203;GijsCalis](https://togithub.com/GijsCalis)]
- Support Maven multi-level configuration file / parent POM
\[[#&#8203;2017](https://togithub.com/anchore/syft/issues/2017)
[#&#8203;2769](https://togithub.com/anchore/syft/pull/2769)
[@&#8203;GijsCalis](https://togithub.com/GijsCalis)]
- DependencyManagement ignored in pom.xml
\[[#&#8203;1813](https://togithub.com/anchore/syft/issues/1813)
[#&#8203;2769](https://togithub.com/anchore/syft/pull/2769)
[@&#8203;GijsCalis](https://togithub.com/GijsCalis)]
- Version parsing regression for Go binaries
\[[#&#8203;3086](https://togithub.com/anchore/syft/issues/3086)
[#&#8203;3087](https://togithub.com/anchore/syft/pull/3087)
[@&#8203;spiffcs](https://togithub.com/spiffcs)]

##### Additional Changes

- rather than have a hard max recursive depth - syft should detect
parent pom cycles
\[[#&#8203;2284](https://togithub.com/anchore/syft/issues/2284)
[#&#8203;2769](https://togithub.com/anchore/syft/pull/2769)
[@&#8203;GijsCalis](https://togithub.com/GijsCalis)]
- increase java purl generation test coverage
\[[#&#8203;3110](https://togithub.com/anchore/syft/pull/3110)
[@&#8203;westonsteimel](https://togithub.com/westonsteimel)]
- Updated PackageSupplier to type Organization for JAR files
\[[#&#8203;3093](https://togithub.com/anchore/syft/pull/3093)
[@&#8203;harippriyas](https://togithub.com/harippriyas)]
- Ensure accurate java main artifact name retrieval for multi-JARs and
refine fallback approach
\[[#&#8203;3054](https://togithub.com/anchore/syft/pull/3054)
[@&#8203;dor-hayun](https://togithub.com/dor-hayun)]

**[(Full
Changelog)](https://togithub.com/anchore/syft/compare/v1.10.0...v1.11.0)**

### [`v1.10.0`](https://togithub.com/anchore/syft/releases/tag/v1.10.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v1.9.0...v1.10.0)

##### Added Features

- Detect go main module from partial package builds
\[[#&#8203;3060](https://togithub.com/anchore/syft/pull/3060)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]
- Support traefik in linux/arm/v6, linux/riscv64
\[[#&#8203;3038](https://togithub.com/anchore/syft/issues/3038)
[#&#8203;3077](https://togithub.com/anchore/syft/pull/3077)
[@&#8203;witchcraze](https://togithub.com/witchcraze)]
- Catalog TiDB binary
\[[#&#8203;2763](https://togithub.com/anchore/syft/issues/2763)]
- Generate a Maven friendly CPE
\[[#&#8203;3042](https://togithub.com/anchore/syft/issues/3042)
[#&#8203;3045](https://togithub.com/anchore/syft/pull/3045)
[@&#8203;kzantow](https://togithub.com/kzantow)]

##### Bug Fixes

- Only match ldflag version if it matches the main module or targets
main.version
\[[#&#8203;3062](https://togithub.com/anchore/syft/pull/3062)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]
- python requirements.txt cataloger: allow dots in python package names
\[[#&#8203;3070](https://togithub.com/anchore/syft/pull/3070)
[@&#8203;Mikcl](https://togithub.com/Mikcl)]
- SPDX output performance with many relationships
\[[#&#8203;3053](https://togithub.com/anchore/syft/pull/3053)
[@&#8203;kzantow](https://togithub.com/kzantow)]
- Order CPEs deterministically for SBOM reproducibility
\[[#&#8203;2967](https://togithub.com/anchore/syft/issues/2967)
[#&#8203;3085](https://togithub.com/anchore/syft/pull/3085)
[@&#8203;kzantow](https://togithub.com/kzantow)]
- Python packages: name normalization
\[[#&#8203;3064](https://togithub.com/anchore/syft/issues/3064)
[#&#8203;3069](https://togithub.com/anchore/syft/pull/3069)
[@&#8203;Mikcl](https://togithub.com/Mikcl)]
- Syft report panics with the golang cataloger
\[[#&#8203;3037](https://togithub.com/anchore/syft/issues/3037)
[#&#8203;3043](https://togithub.com/anchore/syft/pull/3043)
[@&#8203;willmurphyscode](https://togithub.com/willmurphyscode)]

##### Additional Changes

- add debug logging for errors reading RPM files
\[[#&#8203;3051](https://togithub.com/anchore/syft/pull/3051)
[@&#8203;kzantow](https://togithub.com/kzantow)]

**[(Full
Changelog)](https://togithub.com/anchore/syft/compare/v1.9.0...v1.10.0)**

### [`v1.9.0`](https://togithub.com/anchore/syft/releases/tag/v1.9.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v1.8.0...v1.9.0)

##### Added Features

- Add detection of Erlang in Alpine linux
\[[#&#8203;2996](https://togithub.com/anchore/syft/pull/2996)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]
- Add version 3 support for swift package manager of the resolved files
\[[#&#8203;3001](https://togithub.com/anchore/syft/pull/3001)
[@&#8203;4ell0](https://togithub.com/4ell0)]
- Map the downloadLocation field for PHP Composer packages
\[[#&#8203;3011](https://togithub.com/anchore/syft/pull/3011)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]

##### Bug Fixes

- Infer the package type from ELF package notes
\[[#&#8203;3008](https://togithub.com/anchore/syft/pull/3008)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]
- Order CPEs deterministically for SBOM reproducibility
\[[#&#8203;2967](https://togithub.com/anchore/syft/issues/2967)
[#&#8203;3009](https://togithub.com/anchore/syft/pull/3009)
[@&#8203;spiffcs](https://togithub.com/spiffcs)]

**[(Full
Changelog)](https://togithub.com/anchore/syft/compare/v1.8.0...v1.9.0)**

### [`v1.8.0`](https://togithub.com/anchore/syft/releases/tag/v1.8.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v1.7.0...v1.8.0)

##### Added Features

- Add CycloneDX 1.6 Support
\[[#&#8203;2974](https://togithub.com/anchore/syft/issues/2974)
[#&#8203;2978](https://togithub.com/anchore/syft/pull/2978)
[@&#8203;ragaskar](https://togithub.com/ragaskar)]

##### Bug Fixes

- Fixed the detection of arangodb 3.12
\[[#&#8203;2979](https://togithub.com/anchore/syft/pull/2979)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]
- Syft tries to create the cache directory at a location that has no
permission
\[[#&#8203;2984](https://togithub.com/anchore/syft/issues/2984)
[#&#8203;2985](https://togithub.com/anchore/syft/pull/2985)
[@&#8203;kzantow](https://togithub.com/kzantow)]

**[(Full
Changelog)](https://togithub.com/anchore/syft/compare/v1.7.0...v1.8.0)**

### [`v1.7.0`](https://togithub.com/anchore/syft/releases/tag/v1.7.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v1.6.0...v1.7.0)

##### Added Features

- index known CPEs for wordpress plugins and themes
\[[#&#8203;2963](https://togithub.com/anchore/syft/pull/2963)
[@&#8203;westonsteimel](https://togithub.com/westonsteimel)]
- Consider `Author` field for wordpress plugins when generating CPEs
\[[#&#8203;2946](https://togithub.com/anchore/syft/pull/2946)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]

##### Bug Fixes

- improve version extraction from ldflags for pingcap TiDB
\[[#&#8203;2962](https://togithub.com/anchore/syft/pull/2962)
[@&#8203;westonsteimel](https://togithub.com/westonsteimel)]
- Trim whitespace from wordpress values
\[[#&#8203;2945](https://togithub.com/anchore/syft/pull/2945)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]
- Issue scanning Poetry Project with Syft 1.6 and
cataloger=python-package-cataloger
\[[#&#8203;2954](https://togithub.com/anchore/syft/issues/2954)
[#&#8203;2965](https://togithub.com/anchore/syft/pull/2965)
[@&#8203;spiffcs](https://togithub.com/spiffcs)]
- Poetry's multiple constraints seems to break the parser
\[[#&#8203;2947](https://togithub.com/anchore/syft/issues/2947)
[#&#8203;2965](https://togithub.com/anchore/syft/pull/2965)
[@&#8203;spiffcs](https://togithub.com/spiffcs)]
- Golang: Search remote licenses not working in a CI pipeline when
scanning Docker image
\[[#&#8203;2798](https://togithub.com/anchore/syft/issues/2798)
[#&#8203;2852](https://togithub.com/anchore/syft/pull/2852)
[@&#8203;kzantow](https://togithub.com/kzantow)]

**[(Full
Changelog)](https://togithub.com/anchore/syft/compare/v1.6.0...v1.7.0)**

### [`v1.6.0`](https://togithub.com/anchore/syft/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/anchore/syft/compare/v1.5.0...v1.6.0)

##### Added Features

- Add relationships for go binary packages
\[[#&#8203;2912](https://togithub.com/anchore/syft/pull/2912)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]
- Add classifier for util-linux
\[[#&#8203;2933](https://togithub.com/anchore/syft/pull/2933)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]
- Lua: Add support for more advanced syntax
\[[#&#8203;2908](https://togithub.com/anchore/syft/pull/2908)
[@&#8203;LaurentGoderre](https://togithub.com/LaurentGoderre)]
- add license field to ELF binary package metadata
\[[#&#8203;2890](https://togithub.com/anchore/syft/pull/2890)
[@&#8203;brian-ebarb](https://togithub.com/brian-ebarb)]
- install.sh: check checksums file's signature
\[[#&#8203;2884](https://togithub.com/anchore/syft/issues/2884)
[#&#8203;2941](https://togithub.com/anchore/syft/pull/2941)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]
- Detect ELF package notes from fedora binaries
\[[#&#8203;2713](https://togithub.com/anchore/syft/issues/2713)
[#&#8203;2939](https://togithub.com/anchore/syft/pull/2939)
[@&#8203;wagoodman](https://togithub.com/wagoodman)]

##### Bug Fixes

- Use redhat as namespace for redhat rpms
\[[#&#8203;2914](https://togithub.com/anchore/syft/pull/2914)
[@&#8203;ralphbean](https://togithub.com/ralphbean)]
- Close sqlite driver after testing sqlite availability
\[[#&#8203;2922](https://togithub.com/anchore/syft/pull/2922)
[@&#8203;ttc0419](https://togithub.com/ttc0419)]
- syft does not find anything in archives if /tmp is a tmpfs
\[[#&#8203;2894](https://togithub.com/anchore/syft/issues/2894)
[#&#8203;2918](https://togithub.com/anchore/syft/pull/2918)
[@&#8203;willmurphyscode](https://togithub.com/willmurphyscode)]
- Scanning a git repository folder present in /tmp produce an empty sbom
\[[#&#8203;2847](https://togithub.com/anchore/syft/issues/2847)
[#&#8203;2918](https://togithub.com/anchore/syft/pull/2918)
[@&#8203;willmurphyscode](https://togithub.com/willmurphyscode)]

##### Additional Changes

- update unit tests to use pinned patch version
\[[#&#8203;2932](https://togithub.com/anchore/syft/pull/2932)
[@&#8203;spiffcs](https://togithub.com/spiffcs)]
- fix comments and spelling
\[[#&#8203;2920](https://togithub.com/anchore/syft/pull/2920)
[@&#8203;dufucun](https://togithub.com/dufucun)]

**[(Full
Changelog)](https://togithub.com/anchore/syft/compare/v1.5.0...v1.6.0)**

</details>

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

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0)


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

#### 🎉 New Packages


[#&#8203;25676](https://togithub.com/aquaproj/aqua-registry/issues/25676)
[FeLvi-zzz/tentez](https://togithub.com/FeLvi-zzz/tentez): Tentez helps
you switching traffic

[#&#8203;25708](https://togithub.com/aquaproj/aqua-registry/issues/25708)
[alcideio/rbac-tool](https://togithub.com/alcideio/rbac-tool): Rapid7 |
insightCloudSec | Kubernetes RBAC Power Toys - Visualize, Analyze,
Generate & Query

[#&#8203;25706](https://togithub.com/aquaproj/aqua-registry/issues/25706)
[cloudposse/github-commenter](https://togithub.com/cloudposse/github-commenter):
Command line utility for creating GitHub comments on Commits, Pull
Request Reviews or Issues

[#&#8203;25704](https://togithub.com/aquaproj/aqua-registry/issues/25704)
[cloudposse/slack-notifier](https://togithub.com/cloudposse/slack-notifier):
Command line utility to send messages with attachments to Slack channels
via Incoming Webhooks

[#&#8203;25709](https://togithub.com/aquaproj/aqua-registry/issues/25709)
[cloverstd/tcping](https://togithub.com/cloverstd/tcping): ping over a
tcp connection

[#&#8203;25712](https://togithub.com/aquaproj/aqua-registry/issues/25712)
[gruntwork-io/fetch](https://togithub.com/gruntwork-io/fetch): Download
files, folders, and release assets from a specific git commit, branch,
or tag of public and private GitHub repos

[#&#8203;25713](https://togithub.com/aquaproj/aqua-registry/issues/25713)
[jwilder/dockerize](https://togithub.com/jwilder/dockerize): Utility to
simplify running applications in docker containers

[#&#8203;25714](https://togithub.com/aquaproj/aqua-registry/issues/25714)
[kahing/goofys](https://togithub.com/kahing/goofys): a high-performance,
POSIX-ish Amazon S3 file system written in Go

[#&#8203;25715](https://togithub.com/aquaproj/aqua-registry/issues/25715)
[krallin/tini](https://togithub.com/krallin/tini): A tiny but valid
`init` for containers

[#&#8203;25719](https://togithub.com/aquaproj/aqua-registry/issues/25719)
[legal90/awscurl](https://togithub.com/legal90/awscurl): cURL with AWS
request signing

[#&#8203;25720](https://togithub.com/aquaproj/aqua-registry/issues/25720)
[lewispeckover/consulator](https://togithub.com/lewispeckover/consulator):
Import and synchronize your Consul KV data from JSON and YAML

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0)


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

##### 🎉 New Packages


[#&#8203;25637](https://togithub.com/aquaproj/aqua-registry/issues/25637)
[suzuki-shunsuke/ghomfc](https://togithub.com/suzuki-shunsuke/ghomfc):
GitHub Organization Members' Followers Counter

[#&#8203;25608](https://togithub.com/aquaproj/aqua-registry/issues/25608)
[dimo414/bkt](https://togithub.com/dimo414/bkt): a subprocess caching
utility, available as a command line binary and a Rust library
[@&#8203;sheldonhull](https://togithub.com/sheldonhull)

##### Fixes


[#&#8203;25620](https://togithub.com/aquaproj/aqua-registry/issues/25620)
Rename the package `MichaelMure/git-bug` to
[git-bug/git-bug](https://togithub.com/git-bug/git-bug)

The GitHub repository was transferred.

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0)


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

##### 🎉 New Packages


[#&#8203;25562](https://togithub.com/aquaproj/aqua-registry/issues/25562)
[siderolabs/omni/omni](https://togithub.com/siderolabs/omni):
SaaS-simple deployment of Kubernetes - on your own hardware

[#&#8203;25562](https://togithub.com/aquaproj/aqua-registry/issues/25562)
[siderolabs/omni/omnictl](https://togithub.com/siderolabs/omni): A CLI
for accessing Omni API

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0)


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

#### 🎉 New Packages


[#&#8203;25546](https://togithub.com/aquaproj/aqua-registry/issues/25546)
[mrjackwills/oxker](https://togithub.com/mrjackwills/oxker): A simple
tui to view & control docker containers

#### Fixes


[#&#8203;25549](https://togithub.com/aquaproj/aqua-registry/issues/25549)
fix(electric-saw/kafta): follow up changes of kafka v0.1.8

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.0...v4.208.1)


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

#### Fixes


[#&#8203;25346](https://togithub.com/aquaproj/aqua-registry/issues/25346)
junegunn/fzf: Follow up changes of fzf v0.54.2 for macOS

https://github.com/junegunn/fzf/releases/tag/v0.54.2

> Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries
> macOS archives will be in tar.gz format instead of zip format since we
no longer notarize the zip files but binaries

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.207.0...v4.208.0)


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

#### 🎉 New Packages


[#&#8203;25225](https://togithub.com/aquaproj/aqua-registry/issues/25225)
[qdrant/qdrant](https://togithub.com/qdrant/qdrant): High-performance,
massive-scale Vector Database for the next generation of AI
[@&#8203;takumin](https://togithub.com/takumin)

[#&#8203;25226](https://togithub.com/aquaproj/aqua-registry/issues/25226)
[weaviate/weaviate](https://togithub.com/weaviate/weaviate): Weaviate is
an open-source vector database that stores both objects and vectors,
allowing for the combination of vector search with structured filtering
with the fault tolerance and scalability of a cloud-native database
[@&#8203;takumin](https://togithub.com/takumin)

#### Fixes


[#&#8203;25228](https://togithub.com/aquaproj/aqua-registry/issues/25228)
Rename the package `dagu-dev/dagu` to
[daguflow/dagu](https://togithub.com/daguflow/dagu)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.206.0...v4.207.0)


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

#### 🎉 New Packages


[#&#8203;25168](https://togithub.com/aquaproj/aqua-registry/issues/25168)
[suzuki-shunsuke/ghproj](https://togithub.com/suzuki-shunsuke/ghproj):
Add GitHub Issues and Pull Requests to GitHub Projects

#### Fixes


[#&#8203;25164](https://togithub.com/aquaproj/aqua-registry/issues/25164)
rancher/rke: Regenerate the setting

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.205.0...v4.206.0)


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

##### 🎉 New Packages


[#&#8203;25077](https://togithub.com/aquaproj/aqua-registry/issues/25077)
[kattouf/ProgressLine](https://togithub.com/kattouf/ProgressLine): Track
commands progress in a compact one-line format

##### Fixes


[#&#8203;25080](https://togithub.com/aquaproj/aqua-registry/issues/25080)
aquaproj/aqua-registry-updater, aquaproj/registry-tool: Remove
`cosign_experimental`

[#&#8203;25123](https://togithub.com/aquaproj/aqua-registry/issues/25123)
woodpecker ci/woodpecker/woodpecker-cli: Regenerate the setting

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.204.0...v4.205.0)


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

#### 🎉 New Packages


[#&#8203;24983](https://togithub.com/aquaproj/aqua-registry/issues/24983)
[fujiwara/iam-policy-finder](https://togithub.com/fujiwara/iam-policy-finder):
iam-policy-finder is finder of AWS IAM Policies

[#&#8203;24976](https://togithub.com/aquaproj/aqua-registry/issues/24976)
[jubako/arx](https://togithub.com/jubako/arx): Store files and directory
in an archive. Like tar, but faster and with direct random access
[@&#8203;NikitaCOEUR](https://togithub.com/NikitaCOEUR)

#### Fixes


[#&#8203;24973](https://togithub.com/aquaproj/aqua-registry/issues/24973)
theupdateframework/go-tuf/tuf

[#&#8203;24974](https://togithub.com/aquaproj/aqua-registry/issues/24974)
theupdateframework/go-tuf/tuf-client

They decided to leave go-tuf as a library only.
https://github.com/theupdateframework/go-tuf/releases/tag/v2.0.0

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.203.0...v4.204.0)


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

#### 🎉 New Packages


[#&#8203;24940](https://togithub.com/aquaproj/aqua-registry/issues/24940)
[eficode/wait-for](https://togithub.com/eficode/wait-for): ./wait-for is
a script to wait for another service to become available
[@&#8203;YumaFuu](https://togithub.com/YumaFuu)

#### Fixes


[#&#8203;24935](https://togithub.com/aquaproj/aqua-registry/issues/24935)
cyberark/kubeletctl: Regenerate the setting

[#&#8203;24878](https://togithub.com/aquaproj/aqua-registry/issues/24878)
Enter-tainer/typstyle: Follow up changes of typstyle v0.11.29

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0)


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

#### 🎉 New Packages


[#&#8203;24827](https://togithub.com/aquaproj/aqua-registry/issues/24827)
[axllent/mailpit](https://togithub.com/axllent/mailpit): An email and
SMTP testing tool with API for developers
[@&#8203;YumaFuu](https://togithub.com/YumaFuu)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1)


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

#### Fixes


[#&#8203;24709](https://togithub.com/aquaproj/aqua-registry/issues/24709)
Songmu/ecschedule: Support windows
[@&#8203;laughk](https://togithub.com/laughk)

[#&#8203;24743](https://togithub.com/aquaproj/aqua-registry/issues/24743)
Songmu/ecschedule: Regenerate the setting

[#&#8203;24685](https://togithub.com/aquaproj/aqua-registry/issues/24685)
borgbackup/borg: fix asset mapping rules for borg >=1.4.0
[@&#8203;reitzig](https://togithub.com/reitzig)

[#&#8203;24653](https://togithub.com/aquaproj/aqua-registry/issues/24653)
Rename the package `Ph0enixKM/Amber` to `amber-lang/amber`

[#&#8203;24715](https://togithub.com/aquaproj/aqua-registry/issues/24715)
junegunn/fzf: Regenerate the setting

[#&#8203;24719](https://togithub.com/aquaproj/aqua-registry/issues/24719)
martinvonz/jj: Follow up changes of jj v0.19.0

[#&#8203;24720](https://togithub.com/aquaproj/aqua-registry/issues/24720)
orangekame3/stree: Regenerate the setting

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.201.0...v4.202.0)


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

#### 🎉 New Packages


[#&#8203;24588](https://togithub.com/aquaproj/aqua-registry/issues/24588)
[Owloops/updo](https://togithub.com/Owloops/updo): Uptime monitoring CLI
tool with alerting and advanced settings
[@&#8203;tmeijn](https://togithub.com/tmeijn)

[#&#8203;24585](https://togithub.com/aquaproj/aqua-registry/issues/24585)
[allyring/pvw](https://togithub.com/allyring/pvw): A port viewer TUI
made with BubbleTea in Go [@&#8203;tmeijn](https://togithub.com/tmeijn)

[#&#8203;24590](https://togithub.com/aquaproj/aqua-registry/issues/24590)
[moncho/dry](https://togithub.com/moncho/dry): dry - A Docker manager
for the terminal [@&#8203;tmeijn](https://togithub.com/tmeijn)

[#&#8203;24582](https://togithub.com/aquaproj/aqua-registry/issues/24582)
[unfrl/dug](https://togithub.com/unfrl/dug): A global DNS propagation
checker that gives pretty output. Written in dotnet core
[@&#8203;tmeijn](https://togithub.com/tmeijn)

[#&#8203;24589](https://togithub.com/aquaproj/aqua-registry/issues/24589)
[vladimirvivien/ktop](https://togithub.com/vladimirvivien/ktop): A
top-like tool for your Kubernetes clusters
[@&#8203;tmeijn](https://togithub.com/tmeijn)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.200.0...v4.201.0)


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

#### 🎉 New Packages


[#&#8203;24498](https://togithub.com/aquaproj/aqua-registry/issues/24498)
[dag-andersen/argocd-diff-preview](https://togithub.com/dag-andersen/argocd-diff-preview):
Argo CD Diff Preview is a tool that renders the diff between two
branches in a Git repository
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;24478](https://togithub.com/aquaproj/aqua-registry/issues/24478)
[dotenvx/dotenvx](https://togithub.com/dotenvx/dotenvx): a better
dotenv–from the creator of `dotenv`

[#&#8203;24492](https://togithub.com/aquaproj/aqua-registry/issues/24492)
[jedisct1/minisign](https://togithub.com/jedisct1/minisign): A dead
simple tool to sign files and verify digital signatures

#### Fix


[#&#8203;24467](https://togithub.com/aquaproj/aqua-registry/issues/24467)
mr-karan/doggo: Regenerate the setting

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.199.0...v4.200.0)


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

#### 🎉 New Packages


[#&#8203;24415](https://togithub.com/aquaproj/aqua-registry/issues/24415)
[kdheepak/taskwarrior-tui](https://togithub.com/kdheepak/taskwarrior-tui):
`taskwarrior-tui`: A terminal user interface for taskwarrior
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

[#&#8203;24423](https://togithub.com/aquaproj/aqua-registry/issues/24423)
[pvolok/mprocs](https://togithub.com/pvolok/mprocs): Run multiple
commands in parallel
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

#### Fix


[#&#8203;24410](https://togithub.com/aquaproj/aqua-registry/issues/24410)
numtide/treefmt: Regenerate the setting

[#&#8203;24404](https://togithub.com/aquaproj/aqua-registry/issues/24404)
nerdypepper/dijo: rename the package to oppiliappan/dijo

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.198.0...v4.199.0)


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

#### 🎉 New Packages


[#&#8203;24382](https://togithub.com/aquaproj/aqua-registry/issues/24382)
[suzuki-shunsuke/ghatm](https://togithub.com/suzuki-shunsuke/ghatm): Set
timeout-minutes to all GitHub Actions jobs

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.197.0...v4.198.0)


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

#### 🎉 New Packages


[#&#8203;24320](https://togithub.com/aquaproj/aqua-registry/issues/24320)
[handlename/let-rds-sleep](https://togithub.com/handlename/let-rds-sleep):
Keep sleeping AWS RDS/Aurora Cluster
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;24332](https://togithub.com/aquaproj/aqua-registry/issues/24332)
[ned1313/terrahash](https://togithub.com/ned1313/terrahash): Create and
store a hash of the Terraform modules used by your configuration

[#&#8203;24297](https://togithub.com/aquaproj/aqua-registry/issues/24297)
[yassinebridi/serpl](https://togithub.com/yassinebridi/serpl): A simple
terminal UI for search and replace, ala VS Code
[@&#8203;4513ECHO](https://togithub.com/4513ECHO)

#### Fix


[#&#8203;24373](https://togithub.com/aquaproj/aqua-registry/issues/24373)
astral-sh/ruff: Follow up changes of ruff 0.5.0

https://github.com/astral-sh/ruff/releases/tag/0.5.0

> The released archives now include an extra level of nesting, which can
be removed with --strip-components=1 when untarring.
> The release artifact's file name no longer includes the version tag.
This enables users to install via /latest URLs on GitHub.

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.196.0...v4.197.0)


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

#### 🎉 Reached 1,500 packages

Thank you all contributors!

#### 🎉 New Packages


[#&#8203;24294](https://togithub.com/aquaproj/aqua-registry/issues/24294)
[JFryy/qq](https://togithub.com/JFryy/qq): jq inspired interoperable
config format transcoder with interactive querying

[#&#8203;24214](https://togithub.com/aquaproj/aqua-registry/issues/24214)
[SuperCuber/dotter](https://togithub.com/SuperCuber/dotter): A dotfile
manager and templater written in rust
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

[#&#8203;24270](https://togithub.com/aquaproj/aqua-registry/issues/24270)
[nerdypepper/dijo](https://togithub.com/nerdypepper/dijo): scriptable,
curses-based, digital habit tracker
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

[#&#8203;24266](https://togithub.com/aquaproj/aqua-registry/issues/24266)
[reemus-dev/gitnr](https://togithub.com/reemus-dev/gitnr): Create
`.gitignore` files using one or more templates from TopTal, GitHub or
your own collection
[@&#8203;hituzi-no-sippo](https://togithub.com/hituzi-no-sippo)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.195.0...v4.196.0)


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

#### 🎉 New Packages


[#&#8203;24098](https://togithub.com/aquaproj/aqua-registry/issues/24098)
[Enter-tainer/typstyle](https://togithub.com/Enter-tainer/typstyle):
Beautiful and reliable typst code formatter
[@&#8203;4513ECHO](https://togithub.com/4513ECHO)

[#&#8203;24099](https://togithub.com/aquaproj/aqua-registry/issues/24099)
[Myriad-Dreamin/tinymist](https://togithub.com/Myriad-Dreamin/tinymist):
Tinymist \[ˈtaɪni mɪst] is an integrated language service for Typst
\[taɪpst] [@&#8203;4513ECHO](https://togithub.com/4513ECHO)

[#&#8203;24106](https://togithub.com/aquaproj/aqua-registry/issues/24106)
[mattn/longcat](https://togithub.com/mattn/longcat):
Looooooooooooooooooooooooooooooooooooooooooooooong cat
[@&#8203;4513ECHO](https://togithub.com/4513ECHO)

[#&#8203;24104](https://togithub.com/aquaproj/aqua-registry/issues/24104)
[mrowa44/emojify](https://togithub.com/mrowa44/emojify): Emoji on the
command line :scream: [@&#8203;4513ECHO](https://togithub.com/4513ECHO)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.194.0...v4.195.0)


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

#### 🎉 New Packages


[#&#8203;24037](https://togithub.com/aquaproj/aqua-registry/issues/24037)
[odanado/git-pr-release-go](https://togithub.com/odanado/git-pr-release-go):
git-pr-release-go streamlines development by automating "Release Pull
Requests" on GitHub [@&#8203;takumin](https://togithub.com/takumin)

[#&#8203;24008](https://togithub.com/aquaproj/aqua-registry/issues/24008)
[suzuki-shunsuke/yodoc](https://togithub.com/suzuki-shunsuke/yodoc):
Test command results and embed them into document

#### Fix


[#&#8203;24049](https://togithub.com/aquaproj/aqua-registry/issues/24049)
container tools/spectrum: Regenerate the setting

[#&#8203;24051](https://togithub.com/aquaproj/aqua-registry/issues/24051)
apache/maven-mvnd: Follow up changes of apache/maven-mvnd 1.0.0

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.193.0...v4.194.0)


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

#### 🎉 New Packages


[#&#8203;24004](https://togithub.com/aquaproj/aqua-registry/issues/24004)
[nvarner/typst-lsp](https://togithub.com/nvarner/typst-lsp): A brand-new
language server for Typst, plus a VS Code extension
[@&#8203;4513ECHO](https://togithub.com/4513ECHO)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0)


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

#### 🎉 New Packages


[#&#8203;23872](https://togithub.com/aquaproj/aqua-registry/issues/23872)
[igor-petruk/scriptisto](https://togithub.com/igor-petruk/scriptisto): A
language-agnostic "shebang interpreter" that enables you to write
scripts in compiled languages
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;23845](https://togithub.com/aquaproj/aqua-registry/issues/23845)
[borgbackup/borg](https://togithub.com/borgbackup/borg): Deduplicating
archiver with compression and authenticated encryption
[@&#8203;reitzig](https://togithub.com/reitzig)

#### Fixes


[#&#8203;23914](https://togithub.com/aquaproj/aqua-registry/issues/23914)
Ph0enixKM/Amber: Follow up changes of Amber 0.3.2-alpha

[#&#8203;23810](https://togithub.com/aquaproj/aqua-registry/issues/23810)
atuinsh/atuin: Follow up changes of atuin v18.3.0

[#&#8203;23765](https://togithub.com/aquaproj/aqua-registry/issues/23765)
kitabisa/teler: Rename the package to
[teler-sh/teler](https://togithub.com/teler-sh/teler)

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.191.0...v4.192.0)


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

#### 🎉 New Packages


[#&#8203;23762](https://togithub.com/aquaproj/aqua-registry/issues/23762)
[fujiwara/lamux](https://togithub.com/fujiwara/lamux): Lamux is a HTTP
multiplexer for AWS Lambda Function aliases
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

[#&#8203;23761](https://togithub.com/aquaproj/aqua-registry/issues/23761)
[fujiwara/s3mover](https://togithub.com/fujiwara/s3mover): s3mover is an
agent for moving local files to Amazon S3
[@&#8203;ponkio-o](https://togithub.com/ponkio-o)

#### Fixes


[#&#8203;23740](https://togithub.com/aquaproj/aqua-registry/issues/23740)
golangci/misspell: Follow up changes of misspell v0.6.0

[#&#8203;23741](https://togithub.com/aquaproj/aqua-registry/issues/23741)
oapi-codegen/oapi-codegen: Follow up the package name change

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

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0)


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

#### 🎉 New Packages


[#&#8203;23639](https://togithub.com/aquaproj/aqua-registry/issues/23639)
[duckdb/duckdb](https://togithub.com/duckdb/duckdb): DuckDB is an
analytical in-process SQL database management system
[@&#8203;nakatanakatana](https://togithub.com/nakatanakatana)

[#&#8203;23727](https://togithub.com/aquaproj/aqua-registry/issues/23727)
[laktak/zfind](https://togithub.com/laktak/zfind): search for files
(even inside tar/zip/7z/rar) using a SQL-WHERE filter

#### Fixes


[#&#8203;23628](https://togithub.com/aquaproj/aqua-registry/issues/23628)
Rename the package `deepmap/oapi-codegen` to
[oapi-codegen/oapi-codegen](https://togithub.com/oapi-codegen/oapi-codegen)

The repository was transfferred.

</details>

<details>
<summary>charmbracelet/gum (charmbracelet/gum)</summary>

###
[`v0.14.3`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.3)

[Compare
Source](https://togithub.com/charmbracelet/gum/compare/v0.14.2...v0.14.3)

##### Fixin’ more bugs

Hot on the heels of the last release (very hot, in fact), here’s one
more quick point release to fix a regression in spinner.

***

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt`
file](https://togithub.com/charmbracelet/gum/releases/download/0.14.3/checksums.txt),
for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt'
```

Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign):

```bash
cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/checksums.txt.sig' \
  ./checksums.txt
```

If the output is `Verified OK`, you can safely use it to verify the
checksums of other artifacts you downloaded from the release using
`sha256sum`:

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or on
[Discord](https://charm.sh/chat).

###
[`v0.14.2`](https://togithub.com/charmbracelet/gum/releases/tag/v0.14.2)

[Compare
Source](https://togithub.com/charmbracelet/gum/compare/v0.14.1...v0.14.2)

##### Fixin’ bugs

This is a maintenance release to pull in various fixes from
[huh](https://togithub.com/charmbracelet/huh) upstream. As a bonus,
macOS binaries are now also signed and notarized courtesy
[@&#8203;goreleaser](https://togithub.com/goreleaser).

Thanks for using Gum!

##### Changelog

##### New

- sign and notarize macos binaries in
[https://github.com/charmbracelet/gum/pull/612](https://togithub.com/charmbracelet/gum/pull/612)

##### Changed

- use in-house utility packages in
[https://github.com/charmbracelet/gum/pull/616](https://togithub.com/charmbracelet/gum/pull/616)

##### Fixed

- drop left padding in choose in
[https://github.com/charmbracelet/gum/pull/597](https://togithub.com/charmbracelet/gum/pull/597)
- fix race conditon where spinner could mis-render in
[https://github.com/charmbracelet/gum/pull/621](https://togithub.com/charmbracelet/gum/pull/621)
- fix a bug where choose could crash when spacebar is pressed twice
[https://github.com/charmbracelet/gum/pull/587](https://togithub.com/charmbracelet/gum/pull/587)
- fix a bug where the foreground color could not be set in choose
[https://github.com/charmbracelet/gum/issues/614](https://togithub.com/charmbracelet/gum/issues/614)
- fix a bug where foreground could not be set in write
[https://github.com/charmbracelet/gum/issues/583](https://togithub.com/charmbracelet/gum/issues/583)
- fix a bug where keypresses could crash choose
[https://github.com/charmbracelet/gum/issues/580](https://togithub.com/charmbracelet/gum/issues/580)
- restore <kbd>y</kbd>/<kbd>n</kbd> keybindings to confirm
[https://github.com/charmbracelet/gum/issues/568](https://togithub.com/charmbracelet/gum/issues/568)
- restore centering to buttons in confirm
[https://github.com/charmbracelet/gum/issues/566](https://togithub.com/charmbracelet/gum/issues/566)

##### New Contributors

- [@&#8203;csandeep](https://togithub.com/csandeep) made their first
contribution in
[https://github.com/charmbracelet/gum/pull/618](https://togithub.com/charmbracelet/gum/pull/618)
- [@&#8203;clysto](https://togithub.com/clysto) made their first
contribution in
[https://github.com/charmbracelet/gum/pull/598](https://togithub.com/charmbracelet/gum/pull/598)

**Full Changelog**:
https://github.com/charmbracelet/gum/compare/v0.14.1...v0.14.2

***

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or
[Discord](https://charm.sh/chat).

</details>

<details>
<summary>gitleaks/gitleaks (gitleaks/gitleaks)</summary>

###
[`v8.18.4`](https://togithub.com/gitleaks/gitleaks/releases/tag/v8.18.4)

[Compare
Source](https://togithub.com/gitleaks/gitleaks/compare/v8.18.3...v8.18.4)

##### Changelog

- [`02808f4`](https://togithub.com/gitleaks/gitleaks/commit/02808f4)
Limit hashicorp-tf-password to .tf/.hcl files
([#&#8203;1420](https://togithub.com/gitleaks/gitleaks/issues/1420))
- [`07e1c30`](https://togithub.com/gitleaks/gitleaks/commit/07e1c30) rm
print
- [`db63fc1`](https://togithub.com/gitleaks/gitleaks/commit/db63fc1)
reduce telegram... todo url and xml for later
- [`9a4538c`](https://togithub.com/gitleaks/gitleaks/commit/9a4538c)
coderabbit.ai <3
- [`fe94ef9`](https://togithub.com/gitleaks/gitleaks/commit/fe94ef9) Add
NewRelic insert key detection
([#&#8203;1417](https://togithub.com/gitleaks/gitleaks/issues/1417))
- [`bb4424d`](https://togithub.com/gitleaks/gitleaks/commit/bb4424d)
Improved Telegram bot token rule regex and added more test cases
([#&#8203;1404](https://togithub.com/gitleaks/gitleaks/issues/1404))
- [`575e923`](https://togithub.com/gitleaks/gitleaks/commit/575e923) Add
intra42 client secret
([#&#8203;1408](https://togithub.com/gitleaks/gitleaks/issues/1408))

Shout out to [@&#8203;coderabbit](https://togithub.com/coderabbitai) for
their sponsorship!

</details>

<details>
<summary>golang/go (golang/go)</summary>

###
[`v1.22.6`](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6)

[Compare
Source](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6)

###
[`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)

[Compare
Source](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)

</details>

<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>

###
[`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591)

[Compare
Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1)

1.  Updated linters
    -   `go-errorlint`: from 1.5.1 to 1.5.2
    -   `gomnd`: deprecated configuration compatibility
    -   `intrange`: add `style` preset
    -   `misspell`: from 0.5.1 to 0.6.0
    -   `sloglint`: from 0.7.0 to 0.7.1
    -   `testifylint`: from 1.3.0 to 1.3.1
    -   `unparam`: bump to HEAD
    -   `usestdlibvars`: from 1.25.0 to 1.26.0
2.  Fixes
    -   SARIF: init empty result slice
    -   SARIF: issue column >= 1
3.  Documentation
    -   update `revive` configuration

</details>

<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>

###
[`v2.1.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v2.1.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v2.0.1...v2.1.0)

##### Changelog

##### New Features

-
[`65a3e06`](https://togithub.com/goreleaser/goreleaser/commit/65a3e06e9227a0818799c9065887567f1bed37ac):
feat(archive): support `.tzst` suffix
([#&#8203;4870](https://togithub.com/goreleaser/goreleaser/issues/4870))
([@&#8203;sorairolake](https://togithub.com/sorairolake))
-
[`3e66300`](https://togithub.com/goreleaser/goreleaser/commit/3e663003b177b1f6b5c9c4535e90bcf5db3c87e4):
feat(blob): allow to upload only extra_files
([#&#8203;4925](https://togithub.com/goreleaser/goreleaser/issues/4925))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`34ba5b6`](https://togithub.com/goreleaser/goreleaser/commit/34ba5b6a79b263cf5585a62b1393353060a8ceda):
feat(build): use GOCACHEPROG if set
([#&#8203;4941](https://togithub.com/goreleaser/goreleaser/issues/4941))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ac40ce8`](https://togithub.com/goreleaser/goreleaser/commit/ac40ce8a805e64db605dc5a2d8b99e63886373b2):
feat(chocolatey): allow template in copyright, provide ctx.ReleaseNotes
([#&#8203;4858](https://togithub.com/goreleaser/goreleaser/issues/4858))
([@&#8203;bradenhilton](https://togithub.com/bradenhilton))
-
[`cc114fc`](https://togithub.com/goreleaser/goreleaser/commit/cc114fc8b906e28d10d2db1100da3783d1f2b508):
feat(nfpm): add support for ipk package format
([#&#8203;4863](https://togithub.com/goreleaser/goreleaser/issues/4863))
([@&#8203;schmidtw](https://togithub.com/schmidtw))
-
[`cefec7c`](https://togithub.com/goreleaser/goreleaser/commit/cefec7c58bd8ece27bf13c7ac897a9e0b0ce0635):
feat(nfpm): support arm in termux
([#&#8203;4901](https://togithub.com/goreleaser/goreleaser/issues/4901))
([@&#8203;rsteube](https://togithub.com/rsteube))
-
[`2d54bf0`](https://togithub.com/goreleaser/goreleaser/commit/2d54bf0211497e4ea66d2e0aafaea8feee86be1f):
feat(notary): allow to sign without notarizing
([#&#8203;4919](https://togithub.com/goreleaser/goreleaser/issues/4919))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f3fce3d`](https://togithub.com/goreleaser/goreleaser/commit/f3fce3df5bd88ccea3d902d071918b7f4b6de8b2):
feat: --skip=archive
([#&#8203;4916](https://togithub.com/goreleaser/goreleaser/issues/4916))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f5c4fce`](https://togithub.com/goreleaser/goreleaser/commit/f5c4fce822dace73bd578a12f7bf14ea307a42bd):
feat: build --auto-snapshot
([#&#8203;4917](https://togithub.com/goreleaser/goreleaser/issues/4917))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`675629e`](https://togithub.com/goreleaser/goreleaser/commit/675629e79821b7c0e15d1bc77d3ec9130a6f6c45):
feat: support extra_files in http upload and artifactories
([#&#8203;4940](https://togithub.com/goreleaser/goreleaser/issues/4940))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`afd92ff`](https://togithub.com/goreleaser/goreleaser/commit/afd92ffe0fc1070081dcd7e0e49cf87f0749853f):
fix(github): set discussion category on publish only
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`50a6a96`](https://togithub.com/goreleaser/goreleaser/commit/50a6a96257843532bfa3ca4c8b116a5d6fc4fb39):
fix(gitlab): better handle CI_JOB_TOKEN and unavailable APIs
([#&#8203;4918](https://togithub.com/goreleaser/goreleaser/issues/4918))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2e9eefb`](https://togithub.com/goreleaser/goreleaser/commit/2e9eefb5b90761044e5f029ab38c747f7a81df4b):
fix(snapcraft): set confinement to strict by default
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9b6af9e`](https://togithub.com/goreleaser/goreleaser/commit/9b6af9efba812278bd652314ff6a3c85214ac9cc):
fix: actually respect changelog.abbrev
([#&#8203;4942](https://togithub.com/goreleaser/goreleaser/issues/4942))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`212dbb3`](https://togithub.com/goreleaser/goreleaser/commit/212dbb39d4dd5f3db9b432b1f7d41065af70f39b):
fix: improve snapcraft configuration handling
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9d51369`](https://togithub.com/goreleaser/goreleaser/commit/9d513696c2c5bccdb07d987c52a6667962f8964b):
fix: make latest on drafts
([#&#8203;4966](https://togithub.com/goreleaser/goreleaser/issues/4966))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0d1e3c0`](https://togithub.com/goreleaser/goreleaser/commit/0d1e3c023f4f840642d8d817efb56c0aff11b6d5):
fix: moving some logs to debug
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9fcfaf9`](https://togithub.com/goreleaser/goreleaser/commit/9fcfaf95cf5b4c990e2f47ec9a980cfa3d950048):
fix: revert unwanted change
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f0b4db1`](https://togithub.com/goreleaser/goreleaser/commit/f0b4db184e4f9b2919442be5b34a738f83db3dbe):
fix: snapcraft temporary directory + concurrency
([#&#8203;4963](https://togithub.com/goreleaser/goreleaser/issues/4963))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c36a797`](https://togithub.com/goreleaser/goreleaser/commit/c36a79789fb0083cfff0018f20575c6ef6c6b380):
fix: typo ([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`13ab484`](https://togithub.com/goreleaser/goreleaser/commit/13ab48447a1a1c4952ac36bf70241edbb80381cc):
chore(deps): bump golang to 1.22.5-alpine
([#&#8203;4993](https://togithub.com/goreleaser/goreleaser/issues/4993))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`763f4a5`](https://togithub.com/goreleaser/goreleaser/commit/763f4a55bb374ab334a66cb00e0db9887e20d114):
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7
([#&#8203;4933](https://togithub.com/goreleaser/goreleaser/issues/4933))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b83ac8f`](https://togithub.com/goreleaser/goreleaser/commit/b83ac8fda52fc3ec0e0365be3cdde230f65e8d98):
chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2
([#&#8203;4984](https://togithub.com/goreleaser/goreleaser/issues/4984))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5386c84`](https://togithub.com/goreleaser/goreleaser/commit/5386c84551cac44f90a346d30e483a93ed620d73):
chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1
([#&#8203;4979](https://togithub.com/goreleaser/goreleaser/issues/4979))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d25edd5`](https://togithub.com/goreleaser/goreleaser/commit/d25edd591b716d870f47c1301d98b2e333f9d207):
chore(deps): bump anchore/scan-action from 3 to 4
([#&#8203;4985](https://togithub.com/goreleaser/goreleaser/issues/4985))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9ca52e4`](https://togithub.com/goreleaser/goreleaser/commit/9ca52e44b12fb2e412063f67f851dd1339a5a58e):
chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
([#&#8203;4932](https://togithub.com/goreleaser/goreleaser/issues/4932))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`02c4f93`](https://togithub.com/goreleaser/goreleaser/commit/02c4f93c7bf31cd85a0dbd37c9590ab6d969dbc2):
chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0
([#&#8203;4973](https://togithub.com/goreleaser/goreleaser/issues/4973))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9786269`](https://togithub.com/goreleaser/goreleaser/commit/9786269e109eabbfb6e7220f3133ebe2bf884179):
chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0
([#&#8203;4972](https://togithub.com/goreleaser/goreleaser/issues/4972))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4d9cd0c`](https://togithub.com/goreleaser/goreleaser/commit/4d9cd0c453d16cab62ce71061c12d740200876d8):
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from
1.5.1 to 1.6.0
([#&#8203;4928](https://togithub.com/goreleaser/goreleaser/issues/4928))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f080c26`](https://togithub.com/goreleaser/goreleaser/commit/f080c2620849c76fabbfd382a678923c9b4c01c3):
chore(deps): bump github.com/anchore/quill from 0.4.1 to 0.4.2
([#&#8203;4988](https://togithub.com/goreleaser/goreleaser/issues/4988))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6be7b14`](https://togithub.com/goreleaser/goreleaser/commit/6be7b143f6446658382c50ef0ed4e1c3a717f9e5):
chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.0
([#&#8203;4929](https://togithub.com/goreleaser/goreleaser/issues/4929))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1892aa3`](https://togithub.com/goreleaser/goreleaser/commit/1892aa38d682c570a04320706a255da9aee2d2a5):
chore(deps): bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0
([#&#8203;4951](https://togithub.com/goreleaser/goreleaser/issues/4951))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6548d4b`](https://togithub.com/goreleaser/goreleaser/commit/6548d4b74f6d5a0b0d7cbbdbc5e128684e3018b6):
chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to
0.11.1
([#&#8203;4982](https://togithub.com/goreleaser/goreleaser/issues/4982))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`56529e1`](https://togithub.com/goreleaser/goreleaser/commit/56529e1b7c70b155f4edd0cd260bf5bf9cdad084):
chore(deps): bump github.com/charmbracelet/x/exp/ordered from
0.0.0-20231010190216-1cb11efc897d to 0.1.0
([#&#8203;4948](https://togithub.com/goreleaser/goreleaser/issues/4948))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`81f4b65`](https://togithub.com/goreleaser/goreleaser/commit/81f4b6558e51e177b7219a32744ccc792433fab8):
chore(deps): bump github.com/distribution/distribution/v3 from
3.0.0-alpha.1 to 3.0.0-beta.1
([#&#8203;4983](https://togithub.com/goreleaser/goreleaser/issues/4983))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`01f58f9`](https://togithub.com/goreleaser/goreleaser/commit/01f58f98678a05d1b955f24a04a4a9a02c4f04c9):
chore(deps): bump github.com/google/go-containerregistry from 0.19.1 to
0.19.2
([#&#8203;4946](https://togithub.com/goreleaser/goreleaser/issues/4946))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c79137c`](https://togithub.com/goreleaser/goreleaser/commit/c79137ceb28505889bf87b875a80f78d174eaeed):
chore(deps): bump github.com/google/go-containerregistry from 0.19.2 to
0.20.0
([#&#8203;4978](https://togithub.com/goreleaser/goreleaser/issues/4978))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`72fcfc6`](https://togithub.com/goreleaser/goreleaser/commit/72fcfc6ea529562da1ce7654f4dac2b67bb

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/DelineaXPM/dsv-k8s).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@eread
Copy link
eread commented Sep 2, 2024

We're reverting this due to a bug where timeout is printed on timeout. Additonally:

  • this should also default to seconds when no unit is specified
  • we should show a timeout indicator in the UI

We'll address these and re-add this after the next release.

@meowgorithm Any timeframe on when the fix for this will be released?

@meowgorithm
Copy link
Member

Hey, @eread! By fix, do you mean when will timeout be re-added to gum choose? The revision where we reverted the change is in the current release.

@eread
Copy link
eread commented Sep 3, 2024

Hey, @eread! By fix, do you mean when will timeout be re-added to gum choose? The revision where we reverted the change is in the current release.

@meowgorithm Yes, that's what I meant. The help text for gum choose still mentions --timeout, but I don't think it works at all.

Thanks!

@eread
Copy link
eread commented Sep 4, 2024

Hey, @eread! By fix, do you mean when will timeout be re-added to gum choose? The revision where we reverted the change is in the current release.

@meowgorithm Yes, that's what I meant. The help text for gum choose still mentions --timeout, but I don't think it works at all.

Thanks!

@meowgorithm It looks like this PR #632 is designed to restore the --timeout functionality?

CC @aymanbagabas

@eread
Copy link
eread commented Sep 16, 2024

Hey, @eread! By fix, do you mean when will timeout be re-added to gum choose? The revision where we reverted the change is in the current release.

@meowgorithm Yes, that's what I meant. The help text for gum choose still mentions --timeout, but I don't think it works at all.
Thanks!

@meowgorithm It looks like this PR #632 is designed to restore the --timeout functionality?

CC @aymanbagabas

CC @maaslalani

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gum choose v0.14.0: timeout no longer working
4 participants