Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.466.1v4.467.0
jdx/mise patch v2026.2.5v2026.2.6
jesseduffield/lazygit minor v0.58.1v0.59.0
max-sixty/worktrunk patch v0.23.0v0.23.1
terraform-linters/tflint minor v0.60.0v0.61.0
weaveworks/eksctl minor v0.221.0v0.222.0

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.467.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.466.1...v4.467.0

🎉 New Packages

#​48245 kubernetes-sigs/kubectl-validate: kubectl-validate is a SIG-CLI subproject to support the local validation of resources for native Kubernetes types and CRDs @​azrsh

Security

#​48224 syncthing/syncthing: configure GitHub Artifact Attestations @​scop

Fixes

#​48252 tuist/tuist: Add Linux support @​fortmarek
#​48266 tuist/tuist: Simplify code

jdx/mise (jdx/mise)

v2026.2.6: : # Shell Expansion & Source Tracking

Compare Source

This release brings a couple of nice quality-of-life improvements alongside several bug fixes.

Highlights

Shell-style variable expansion in env values (#​8029) - You can now use shell-style variable expansion like ${VAR:-default} and ${VAR:+alternate} directly in your mise.toml environment variables. This makes it easier to set up flexible configurations without needing to drop into shell scripts.

New --all-sources flag for mise ls (#​8019) - Thanks to @​TylerHillery for adding this flag, which shows all the sources where a tool version is defined. Useful for debugging why a particular version is being used when you have multiple config files.

Bug Fixes
  • gem backend: Fixed Windows support and resolved a newline issue in gem scripts (#​8031, #​8034) - Thanks @​my1e5!
  • lockfile: Tools are now written to the lockfile matching their source config, fixing issues where lockfile entries could get misattributed (#​8012)
  • mise ls: Sources in --all-sources output are now sorted deterministically (#​8037)
  • tasks: File tasks now auto-install tools defined in mise.toml, matching the behavior of inline tasks (#​8030)
Security
  • Updated the time crate to 0.3.47 to address RUSTSEC-2026-0009 (#​8026)
New Tools
New Contributors

Welcome to @​sheeki03 and @​TylerHillery for their first contributions!

📦 Aqua Registry Updates
New Packages (1)
Updated Packages (6)
jesseduffield/lazygit (jesseduffield/lazygit)

v0.59.0

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎

New Contributors

Full Changelog: jesseduffield/lazygit@v0.58.1...v0.59.0

max-sixty/worktrunk (max-sixty/worktrunk)

v0.23.1: 0.23.1

Compare Source

Release Notes

Improved
  • Interactive picker runs hooks: wt switch without arguments (the interactive picker) now runs post-switch, post-start, and post-create hooks, matching the non-interactive path. (#​942)

  • Combined hook output during removal: Post-remove and post-switch hooks during worktree removal are now shown on a single output line instead of two separate lines. (#​943)

Fixed
  • Shell escape corruption with template filters: Shell escaping was applied before template rendering, so filters like sanitize operated on already-escaped strings, corrupting values with special characters (e.g., apostrophes in branch names). (#​944)

  • wt switch - history corruption: wt switch foo while already in foo would incorrectly record foo as the previous branch, breaking wt switch - ping-pong. (#​944)

  • --base without --create showed wrong error: Using --base without --create could produce misleading errors (e.g., "No previous branch") instead of the expected warning that --base requires --create. (#​944)

Install worktrunk 0.23.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.23.1/worktrunk-installer.sh | sh && wt config shell install
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.23.1/worktrunk-installer.ps1 | iex"; git-wt config shell install
Install prebuilt binaries via Homebrew
brew install worktrunk && wt config shell install

Download worktrunk 0.23.1

File Platform Checksum
worktrunk-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
worktrunk-x86_64-apple-darwin.tar.xz Intel macOS checksum
worktrunk-x86_64-pc-windows-msvc.zip x64 Windows checksum
worktrunk-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
worktrunk-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Install via Cargo
cargo install worktrunk && wt config shell install
Install via Winget (Windows)
winget install max-sixty.worktrunk && git-wt config shell install
Install via AUR (Arch Linux)
paru worktrunk-bin && wt config shell install
terraform-linters/tflint (terraform-linters/tflint)

v0.61.0

Compare Source

What's Changed

Enhancements
Chores

New Contributors

Full Changelog: terraform-linters/tflint@v0.60.0...v0.61.0

weaveworks/eksctl (weaveworks/eksctl)

v0.222.0: eksctl 0.222.0

Compare Source

Release v0.222.0

🚀 Features

  • Add support for EKS Windows Server 2025 in eksctl (#​8648)
  • Allow wildcard matching of service account subject (#​8629)

🎯 Improvements

  • Bump aws-sdk-go-v2 versions to support aws login (#​8668)
  • Update default cluster version to Kubernetes v1.34 (#​8645)

🐛 Bug Fixes

  • replace AmazonLinux2 amis with AmazonLinux2023 | remove override-bootstrap test in custom_ami tests (#​8666)
  • fix integration test with eks default version change (#​8665)
  • only create iam role stack for capability if the roleArn is not provided (#​8655)
  • fix ssm resolver ami test with addition of bottleRocket nvidia fips amis (#​8656)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​KlwntSingh, @​avoidik, @​cdirubbio, @​kprahulraj and @​naclonts.


Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 07:59 AM ( * 5-7 * * * ) 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 added the dependencies label Feb 7, 2026
@renovate renovate bot requested a review from scottames as a code owner February 7, 2026 13:04
@renovate renovate bot enabled auto-merge (squash) February 7, 2026 13:04
@renovate renovate bot added the dependencies label Feb 7, 2026
@renovate renovate bot merged commit b76fd33 into main Feb 7, 2026
5 checks passed
@renovate renovate bot deleted the renovate/aqua-packages branch February 7, 2026 13:08
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