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

chore(deps): update ⬆️ aqua-packages #330

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Update Change
BurntSushi/ripgrep patch 14.1.0 -> 14.1.1
ajeetdsouza/zoxide patch v0.9.4 -> v0.9.5
aquaproj/aqua-registry minor v4.219.0 -> v4.220.1
charmbracelet/gum patch v0.14.4 -> v0.14.5
cli/cli minor v2.55.0 -> v2.56.0
dandavison/delta patch 0.18.1 -> 0.18.2
eza-community/eza patch v0.19.2 -> v0.19.3
golangci/golangci-lint minor v1.60.3 -> v1.61.0
helm/helm minor v3.15.4 -> v3.16.1
jesseduffield/lazygit minor v0.43.1 -> v0.44.0
konradsz/igrep minor v1.2.0 -> v1.3.0
kubernetes/minikube minor v1.33.1 -> v1.34.0
nektos/act patch v0.2.66 -> v0.2.67
snyk/cli patch v1.1293.0 -> v1.1293.1
tofuutils/tenv minor v3.1.0 -> v3.2.2
twpayne/chezmoi patch v2.52.1 -> v2.52.2

Release Notes

BurntSushi/ripgrep (BurntSushi/ripgrep)

v14.1.1

Compare Source

===================
This is a minor release with a bug fix for a matching bug. In particular, a bug
was found that could cause ripgrep to ignore lines that should match. That is,
false negatives. It is difficult to characterize the specific set of regexes
in which this occurs as it requires multiple different optimization strategies
to collide and produce an incorrect result. But as one reported example, in
ripgrep, the regex (?i:e.x|ex) does not match e-x when it should. (This
bug is a result of an inner literal optimization performed in the grep-regex
crate and not in the regex crate.)

Bug fixes:

  • BUG #​2884:
    Fix bug where ripgrep could miss some matches that it should report.

Miscellaneous:

  • MISC #​2748:
    Remove ripgrep's simd-accel feature because it was frequently broken.
ajeetdsouza/zoxide (ajeetdsouza/zoxide)

v0.9.5: 0.9.5

Compare Source

Added
  • zsh: improved cd completions.
  • Lazily delete excluded directories from the database.
  • fish: detect infinite loop when using alias cd=z.
  • Installer: added flags for --bin-dir, --man-dir, --arch, and --sudo.
  • Nushell: support for v0.94.0+.
  • bash/fish/zsh: support for z -- dir style queries.
  • fish: improved Space-Tab completions.
  • ksh: added support for the Korn shell.
Changed
  • fzf: removed --select-1 from default options. The interactive selector will
    now open up even if there is only one match.
  • Enforce that $_ZO_DATA_DIR is an absolute path.
Fixed
  • zsh: Space-Tab completion repeating output multiple times when matching single
    directory
  • fish / Nushell / PowerShell: handle queries that look like args (e.g. z -x).
  • elvish: z - now works as expected.
  • fish: generated shell code avoids using aliased builtins.
  • fish: cd command is now copied directly from
    $__fish_data_dir/functions/cd.fish. This should minimize the chances of an
    infinite loop when aliasing cd=z.
  • Symlinks not getting added to the database when $_ZO_RESOLVE_SYMLINKS=0.
  • Symlinked database files getting replaced instead of the actual files.
aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.220.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.220.0...v4.220.1

Fixes

#​26717 tailscale/tailscale: Add the command tailscaled on Linux

v4.220.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.219.1...v4.220.0

🎉 New Packages

#​26714 tailscale/tailscale: The easiest, most secure way to use WireGuard and 2FA

v4.219.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.219.0...v4.219.1

Fixes

#​26642 fix(sxyazi/yazi): add ya command @​wancup

Yazi introduced a separate command called ya in Yazi v0.2.5.

https://github.com/sxyazi/yazi/releases/tag/v0.2.5

#​26528 its-danny/koji: Rename the package to cococonscious/koji

The repository was transferred.

#​26386 zoncoen/scenarigo: Fix scenarigo using vars

⚠️ aqua must be v2.31.0 or later.

charmbracelet/gum (charmbracelet/gum)

v0.14.5

Compare Source

This is a small maintenance release to bump dependencies, update linter config, and adjust GoReleaser configuration.

Changelog

Bug fixes
Dependency updates
Other work

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.5/checksums.txt'

Then, verify it using cosign:

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.5/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.5/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:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

cli/cli (cli/cli)

v2.56.0: GitHub CLI 2.56.0

Compare Source

Important note about renewed GPG key

The Debian and RedHat releases have been signed with a new GPG key. If you are experiencing issues updating your .deb or .rpm packages, please read cli/cli#9569.

What's Changed

New Contributors

Full Changelog: cli/cli@v2.55.0...v2.56.0

dandavison/delta (dandavison/delta)

v0.18.2

Compare Source

This patch release fixes various panics reported by users that were due to v0.1.13 of the unicode-width crate. See https://github.com/dandavison/delta/pull/1858 and https://github.com/unicode-rs/unicode-width/issues/66.

What's Changed

Full Changelog: dandavison/delta@0.18.1...0.18.2

eza-community/eza (eza-community/eza)

v0.19.3: eza v0.19.3

Compare Source

Changelog
[0.19.3] - 2024-09-12
Bug Fixes
  • Convert empty space to %20 when render hyperlinks
  • Split commit workflows and run no-merge-commits only on PRs
  • Correct naming of commit related workflows
Documentation
  • Better version bump commit summary
Features
  • Add no-merge-commits job to commits workflow
Miscellaneous Tasks
  • Rename justfile
  • Eza v0.19.3 changelogs, version bump
Refactor
  • Rename conventional-commits workflow to commits
Build
  • Bump DeterminateSystems/nix-installer-action from 13 to 14
  • Bump DeterminateSystems/flake-checker-action from 8 to 9
  • Bump actions/checkout from 3 to 4
  • Bump libc from 0.2.155 to 0.2.158
  • Bump nu-ansi-term from 0.50.0 to 0.50.1
Checksums
sha256sum
e748eccd34bc570ab77418e58f0f0ff0a9a8f39dadf5711ed2347eeeda8d6b5f  ./target/bin-0.19.3/eza_aarch64-unknown-linux-gnu.tar.gz
9aa4ee3e6399e2977c38411a218e95b96c690036215b8f1cb63ce5c096c2ced5  ./target/bin-0.19.3/eza_aarch64-unknown-linux-gnu.zip
948c9856f1db1d0a82747468008c736d2aeea1146ba679bdc8cc1d41ad299d89  ./target/bin-0.19.3/eza_arm-unknown-linux-gnueabihf.tar.gz
467ab533aff2a6dee2b347fe805fb139b8ff2b13a258f33d9c4d5d6f19af8ff1  ./target/bin-0.19.3/eza_arm-unknown-linux-gnueabihf.zip
dd72dd457d3bc57d546381227feb3264afed17c9fe676e16e0746bf67e68bc23  ./target/bin-0.19.3/eza.exe_x86_64-pc-windows-gnu.tar.gz
cf67d26bc2e6e38219c7478e302c5a40e46ed6e237f43f1cc86a6a10e43dc652  ./target/bin-0.19.3/eza.exe_x86_64-pc-windows-gnu.zip
5f5146b7ec561329c7e6d840500602c282d8b536063e8db465ce406d34710309  ./target/bin-0.19.3/eza_x86_64-unknown-linux-gnu.tar.gz
39a650179d58a677cc86240ccc9d3ffd49ae38e2103c34b0992a1ded1b573463  ./target/bin-0.19.3/eza_x86_64-unknown-linux-gnu.zip
69224e0f11b66f6bd661e1e97474fa57d2d34415089527ab6bf2b0d656c5008d  ./target/bin-0.19.3/eza_x86_64-unknown-linux-musl.tar.gz
d44d768d5a62c22e3d5dc7e61aa172adee0c7e71b4b59b12f6e31133ad60b20e  ./target/bin-0.19.3/eza_x86_64-unknown-linux-musl.zip
md5sum
60ed736778e430164e177d155dc475ba  ./target/bin-0.19.3/eza_aarch64-unknown-linux-gnu.tar.gz
83a61431fbdbecfcff89a6d5e3d9f76c  ./target/bin-0.19.3/eza_aarch64-unknown-linux-gnu.zip
8234d08ca67e0150c32f326bde222bb6  ./target/bin-0.19.3/eza_arm-unknown-linux-gnueabihf.tar.gz
2b079576e60b1d8711fa2a0ad16d6685  ./target/bin-0.19.3/eza_arm-unknown-linux-gnueabihf.zip
bb1730963ee5e887e52b789d00f709a8  ./target/bin-0.19.3/eza.exe_x86_64-pc-windows-gnu.tar.gz
8fce0bdb61978b82e1bde84d9ce2d748  ./target/bin-0.19.3/eza.exe_x86_64-pc-windows-gnu.zip
ad515cafab69475f08f2a7fcca3326f1  ./target/bin-0.19.3/eza_x86_64-unknown-linux-gnu.tar.gz
2403571ceeb10fb6f5276817f8c63333  ./target/bin-0.19.3/eza_x86_64-unknown-linux-gnu.zip
35e792666807cd89205b0b93df3e18e6  ./target/bin-0.19.3/eza_x86_64-unknown-linux-musl.tar.gz
fc2a3a6aa4537a43e66d0fcc42df4955  ./target/bin-0.19.3/eza_x86_64-unknown-linux-musl.zip
blake3sum
768b6391e36d079f51ed7279e129430f9321062c4ecf5208f53d298654cecbef  ./target/bin-0.19.3/eza_aarch64-unknown-linux-gnu.tar.gz
5512ffe48f353fb5545b2cae94cdf3ec102cd97e72f4f0489751e41c7e32158f  ./target/bin-0.19.3/eza_aarch64-unknown-linux-gnu.zip
ee81c074febffc031afbe7555a2a848cbec2bc02237ca7fd469f00eadda2cd73  ./target/bin-0.19.3/eza_arm-unknown-linux-gnueabihf.tar.gz
514b8b7024751265894fce93bf56cfab66c839dac97a84f4035880f96c6168bc  ./target/bin-0.19.3/eza_arm-unknown-linux-gnueabihf.zip
08aa874af77e3b9d37f80b4e8e5768f39c8b50839075bd32537df2a5df7ef419  ./target/bin-0.19.3/eza.exe_x86_64-pc-windows-gnu.tar.gz
568ec4bab7577ddac95fa48de8929754451339c5c4b0388ef3b9ec211c17fc55  ./target/bin-0.19.3/eza.exe_x86_64-pc-windows-gnu.zip
a3bea8306162058f0d56b6e3a0d91d9d8f4dbd419344cc3b7bea6ea7c62c8c13  ./target/bin-0.19.3/eza_x86_64-unknown-linux-gnu.tar.gz
bcc38a591e2763d1334b26853469331d005a2ade71b66581117216fdd000977b  ./target/bin-0.19.3/eza_x86_64-unknown-linux-gnu.zip
b22c3e0d006381dddf1c07894828cba6be927fb451db8f2ca68422fc04f2c75f  ./target/bin-0.19.3/eza_x86_64-unknown-linux-musl.tar.gz
79ac8ee01058474516a38091811a73351755cebaa4356840813d6c0eb41056b1  ./target/bin-0.19.3/eza_x86_64-unknown-linux-musl.zip
golangci/golangci-lint (golangci/golangci-lint)

v1.61.0

Compare Source

helm/helm (helm/helm)

v3.16.1

Compare Source

v3.16.0

Compare Source

jesseduffield/lazygit (jesseduffield/lazygit)

v0.44.0

Compare Source

What's Changed

Lots of great changes in this release. Thanks to everybody who contributed!

Enhancements 🔥
  • Per-repo config files (and reloading of edited config files) by @​stefanhaller in https://github.com/jesseduffield/lazygit/pull/3787
    • In addition to the global config file you can now create repo-specific config files in <repo>/.git/lazygit.yml. Settings in these files override settings in the global config file. In addition, files called .lazygit.yml in any of the parent directories of a repo will also be loaded; this can be useful if you have settings that you want to apply to a group of repositories.
    • We now also automatically apply (most) config changes without the need to restart lazygit
  • Easily view diff across range of commits by @​stefanhaller in https://github.com/jesseduffield/lazygit/pull/3869
    • If you select a range of commits, we now show the diff across the range (inclusive). This makes it easy to see the total changes across a number of commits. Likewise, if you press enter when a range of commits are selected, we will show the changed files for the range.
Screen.Recording.2024-09-07.at.12.29.15.pm.mov
  • Support hyperlinks from pagers by @​stefanhaller in https://github.com/jesseduffield/lazygit/pull/3825
    • If you're using delta as a pager (which I highly recommend trying), you can now click on line numbers to go to that line in your editor by using the following config:
    git:
      paging:
        colorArg: always
        pager: delta --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"
Screen.Recording.2024-09-07.at.12.30.48.pm.mov
Fixes 🔧
Maintenance ⚙️

New Contributors

Full Changelog: jesseduffield/lazygit@v0.43.1...v0.44.0

konradsz/igrep (konradsz/igrep)

v1.3.0

Compare Source


  • locate editor executable using which crate
  • add -w/--word-regexp arg
  • add option to open Context Viewer at startup
  • add follow symlinks option
  • ability to specify custom command
  • read custom editor from environment
  • add less as an editor option
  • add a keybindings popup
  • add keybindings for changing context viewer size
  • fix flushing infinitely when opening nvim with no results found
kubernetes/minikube (kubernetes/minikube)

v1.34.0

Compare Source

📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🎉

Release Notes

Version 1.34.0 - 2024-09-04

Breaking Changes:

  • Bump minimum podman version to 4.9.0 #​19457
  • Disallow using Docker Desktop 4.34.0 #​19576

Features:

  • Bump default Kubernetes version to v1.31.0 #​19435
  • Add new driver for macOS: vfkit #​19423
  • Add Parallels driver support for darwin/arm64 #​19373
  • Add new volcano addon #​18602
  • Addons ingress-dns: Added support for all architectures #​19198
  • Support privileged ports on WSL #​19370
  • VM drivers with docker container-runtime now use docker-buildx for image building #​19339
  • Support running x86 QEMU on arm64 #​19228
  • Add -o json option for addon images command #​19364

Improvements:

  • add -d shorthand for --driver #​19356
  • add -c shorthand for --container-runtime #​19217
  • kvm2: Don't delete the "default" libvirt network #​18920
  • Update MINIKUBE_HOME usage #​18648
  • CNI: Updated permissions to support network policies on kindnet #​19360
  • GPU: Set NVIDIA_DRIVER_CAPABILITIES to all when GPU is enabled #​19345
  • Improved error message when trying to use mount on system missing 9P #​18995
  • Improved error message when enabling KVM addons on non-KVM cluster #​19195
  • Added warning when loading image with wrong arch #​19229
  • profile list --output json handle empty config folder #​16900
  • Check connectivity outside minikube when connectivity issuse #​18859

Bugs:

  • Fix not creating API server tunnel for QEMU w/ builtin network #​19191
  • Fix waiting for user input on firewall unblock when --interactive=false #​19531
  • Fix network retry check when subnet already in use for podman #​17779
  • Fix empty tarball when generating image save #​19312
  • Fix missing permission for kong-serviceaccount #​19002

Version Upgrades:

For a more detailed changelog, including changes occurring in pre-release versions, see CHANGELOG.md.

Thank you to our contributors for this release!

  • Anders F Björklund
  • Anjali Chaturvedi
  • Artem Basalaev
  • Benjamin P. Jung
  • Daniel Iwaniec
  • Dylan Piergies
  • Gabriel Pelouze
  • Hritesh Mondal
  • Jack Brown
  • Jeff MAURY
  • Marc Nuri
  • Matteo Mortari
  • Medya Ghazizadeh
  • Nir Soffer
  • Philippe Miossec
  • Predrag Rogic
  • Radoslaw Smigielski
  • Raghavendra Talur
  • Sandipan Panda
  • Steven Powell
  • Sylvester Carolan
  • Tom McLaughlin
  • Tony-Sol
  • aiyijing
  • chubei
  • daniel-iwaniec
  • hritesh04
  • joaquimrocha
  • ljtian
  • mitchell amihod
  • shixiuguo
  • sunyuxuan
  • thomasjm
  • tianlijun
  • tianlj
  • 錦南路之花
  • 锦南路之花

Thank you to our PR reviewers for this release!

  • spowelljr (67 comments)
  • medyagh (53 comments)
  • nirs (14 comments)
  • cfergeau (4 comments)
  • liangyuanpeng (2 comments)
  • ComradeProgrammer (1 comments)
  • afbjorklund (1 comments)
  • aojea (1 comments)
  • bobsira (1 comments)

Thank you to our triage members for this release!

  • kundan2707 (55 comments)
  • medyagh (29 comments)
  • afbjorklund (28 comments)
  • T-Lakshmi (20 comments)
  • Ritikaa96 (16 comments)

Check out our contributions leaderboard for this release!

Installation

See Getting Started

Binary Checksums

darwin-amd64: 0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0
darwin-arm64: d760e65502017b716dec55c17e2c94c8e7a739d30650ffa698f4f4104a18314c
linux-amd64: c4a625f9b4a4523e74b745b6aac8b0bf45062472be72cd38a23c91ec04d534c9
linux-arm: 19172329d564e68e6379e90de1a653aa445d7a91e3521ed9b8a3bfbbb257bbae
linux-arm64: fbe55f563ac33328320d64c319f635386fe020eedf25cba8ebf3850048deb7ae
linux-ppc64le: e1bd56569a49713eec99f931cb755b4836163321f1744480099387250e12b127
linux-s390x: cca05a534ad7454bb07e6c27fd206988b1ad20b4f194d8d73a6e8165d4a70952
windows-amd64.exe: cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b

ISO Checksums

amd64: 0da9cfaa98f2c9f37b401519d846145fccdd8bf0cae46b32c0b8a4c054a4c070
arm64: 526783ddba495fe611bc38e937a53f8f2c4d77de243b469185f611ba80908f17

nektos/act (nektos/act)

v0.2.67

Compare Source

Changelog

Bug fixes
Other
  • f75a2d8 chore: bump VERSION to 0.2.67
  • d8b6f61 build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#​2442)
snyk/cli (snyk/cli)

v1.1293.1

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

News
  • Starting with this version, Snyk cli binaries will be distributed via downloads.snyk.io instead of static.snyk.io. This includes intallation from npm.
tofuutils/tenv (tofuutils/tenv)

v3.2.2

Compare Source

What's Changed

Full Changelog: tofuutils/tenv@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: tofuutils/tenv@v3.2.0...v3.2.1

twpayne/chezmoi (twpayne/chezmoi)

v2.52.2

Compare Source

Changelog

Features
  • 7aee332 feat: Support YubiKeys in KeePassXC open mode
Documentation updates
  • f67e048 docs: Add home page section on getting help
  • ea8d95d docs: Add Stack Overflow to social media links
  • 37eab81 docs: Add FAQ entry on using delta as the diff tool
  • fdb2065 docs: Add FAQ entry on running scripts periodically
  • a3de4a8 docs: Add FAQ entry on running a script when a git-repo external changes
  • b56a600 docs: Add FAQ entry on literal {{ and }} in templates
  • d414e0f docs: Add warning on using externals for large files or archives
  • d9f4717 docs: Add how to use VSCode as the diff and merge tool
  • 2a64e42 docs: Make features and portability more prominent on home page
  • 3a17101 docs: Add links to articles
  • 0355a62 docs: Add link to blog
  • 1ac3014 docs: Add github.com/b3nj5m1n/xdg-ninja to related software

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from scottames as a code owner September 13, 2024 01:28
@renovate renovate bot enabled auto-merge (squash) September 13, 2024 01:28
Copy link
Contributor Author

renovate bot commented Sep 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

0 participants