Skip to content

chore(deps): update ⬆️ mise-packages#978

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/mise-packages
Open

chore(deps): update ⬆️ mise-packages#978
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/mise-packages

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
aqua:anthropics/claude-code patch 2.1.2022.1.207 2.1.210 (+2) age adoption passing confidence
aqua:astral-sh/ruff patch 0.15.200.15.21 age adoption passing confidence
aqua:astral-sh/uv patch 0.11.270.11.28 age adoption passing confidence
aqua:atuinsh/atuin minor 18.16.118.17.0 18.17.1 age adoption passing confidence
aqua:casey/just minor 1.55.11.56.0 age adoption passing confidence
aqua:eza-community/eza patch 0.23.40.23.5 age adoption passing confidence
aqua:fastfetch-cli/fastfetch minor 2.65.22.66.0 age adoption passing confidence
aqua:helm/helm patch 4.2.24.2.3 age adoption passing confidence
aqua:siderolabs/talos patch 1.13.51.13.6 age adoption passing confidence
aqua:snyk/cli minor 1.1305.21.1306.0 age adoption passing confidence
aqua:sst/opencode patch 1.17.141.17.18 1.18.1 (+3) age adoption passing confidence
aqua:twpayne/chezmoi minor 2.70.52.71.0 age adoption passing confidence
cargo:cargo-deny minor 0.19.00.20.0 age adoption passing confidence
github:agavra/tuicr minor v0.18.0v0.19.0 v0.19.1 age adoption passing confidence
github:aquaproj/aqua patch v2.60.1v2.60.2 v2.61.0 age adoption passing confidence
github:dlvhdr/gh-dash patch v4.25.0v4.25.2 age adoption passing confidence
github:janosmiko/lfk minor v0.14.19v0.15.6 v0.15.7 age adoption passing confidence
github:max-sixty/worktrunk minor v0.65.0v0.67.0 age adoption passing confidence
go patch 1.26.41.26.5 age adoption passing confidence
go:golang.org/x/tools/gopls minor 0.22.0v0.23.0 age adoption passing confidence
npm:prettier (source) patch 3.9.43.9.5 age adoption passing confidence
npm:socket patch 1.1.1391.1.143 age adoption passing confidence
pipx:guarddog minor 3.0.23.1.0 age adoption passing confidence
pipx:mypy (changelog) minor 2.1.02.2.0 2.3.0 age adoption passing confidence
pipx:semgrep (changelog) minor 1.168.01.169.0 age adoption passing confidence
rust minor 1.96.11.97.0 age adoption passing confidence

Release notes are maintained in a PR comment by the renovate-release-notes-comment workflow.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Between 03:00 AM and 05:59 AM (* 3-5 * * *)
  • 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 July 14, 2026 11:39
@renovate renovate Bot enabled auto-merge (squash) July 14, 2026 11:40
@renovate renovate Bot force-pushed the renovate/mise-packages branch 2 times, most recently from 8c0d089 to 487890e Compare July 14, 2026 17:34
@renovate renovate Bot force-pushed the renovate/mise-packages branch from 61de327 to f73680d Compare July 14, 2026 17:56
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Renovate Release Notes

Generated from Renovate's update table by the renovate-release-notes-comment workflow.

Packages that cannot be summarized from GitHub releases are listed explicitly below.

anthropics/claude-code (aqua:anthropics/claude-code)

v2.1.207: v2.1.207

Compare Source

What's changed

  • Auto mode is now available without CLAUDE_CODE_ENABLE_AUTO_MODE opt-in on Bedrock, Vertex AI, and Foundry; disable via disableAutoMode in settings
  • Fixed the terminal freezing and keystrokes lagging while streaming responses containing very long lists, tables, paragraphs, or code blocks
  • Fixed remote managed settings from a non-interactive run (claude -p, the SDK) being permanently recorded as consented without ever showing the security consent dialog
  • Fixed spurious prompt-injection warnings triggered by benign system-generated conversation updates
  • Fixed the auto-updater overwriting a custom launcher script or symlink at ~/.local/bin/claude on every release; /doctor now reports an externally managed launcher
  • Fixed compound commands with cd prompting for permission when the only output redirect was to /dev/null
  • Fixed the transcript jumping above the start of the answer when a response finishes streaming
  • Fixed extensions.worktreeConfig being left in the repo's .git/config (breaking go-git tools like tea) after the last worktree.sparsePaths worktree was removed
  • Fixed malformed bracket patterns in rules globs, skill paths, .ignore, and .worktreeinclude breaking file reads, file suggestions, and worktree creation
  • Fixed a crash loop in agent teams where a malformed teammate mailbox message caused repeated errors every second until the mailbox file was manually deleted
  • Fixed background sessions auto-named by accepting a plan not showing that name on their agent-view row
  • Fixed background sessions that entered a git worktree resuming blank after a cold reopen from the agent list
  • Fixed Remote Control task status updates being lost when the connection recovered from a network interruption or credential refresh
  • Fixed Remote Control sessions hosted by the desktop app not showing background agent and workflow progress on mobile and web
  • Fixed Deep research runs labeling every Fetch-phase agent "unknown" — chips now show the source hostname
  • Fixed Bedrock repeatedly requesting fresh AWS SSO credentials from IAM Identity Center on every API request
  • Improved agent view: pasting the same text again now expands the collapsed [Pasted text #N] placeholder instead of adding a second one
  • Improved agent view: blocked session peeks now lead with the question and show a worded staleness clock (waiting 3m) instead of the same timestamp twice
  • Changed Bedrock, Vertex, and Claude Platform on AWS to default to Claude Opus 4.8
  • Changed auto mode to no longer read autoMode from .claude/settings.local.json (repo-resident); use ~/.claude/settings.json instead
  • Fixed an indefinite hang on Windows when AWS credential resolution stalls (e.g. a stuck credential_process): the 60-second stall guard now fires instead of waiting forever.
  • Plugin hooks/monitors/MCP headersHelper: ${user_config.*} in shell-form commands is now rejected (shell-injection fix). Hooks: use exec form (args array) or $CLAUDE_PLUGIN_OPTION_<KEY>; monitors and headersHelper: read the value inside the script (config file or the server's env block).
  • Plugin option values (pluginConfigs) are no longer read from project-level .claude/settings.json; only user, --settings, and managed settings are honored
  • Fixed /usage-credits amount inputs silently stripping malformed values (e.g. a pasted timestamp) to digits; malformed amounts are now rejected with an error, and amounts over $1,000 require a typed confirmation
astral-sh/ruff (aqua:astral-sh/ruff)

0.15.21: 0.15.21

Compare Source

Release Notes

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

Install ruff 0.15.21

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.21/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.21/ruff-installer.ps1 | iex"

Download ruff 0.15.21

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
ruff-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo astral-sh/ruff

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
astral-sh/uv (aqua:astral-sh/uv)

0.11.28: 0.11.28

Compare Source

Release Notes

Released on 2026-07-07.

Security

This release updates our ZIP library, astral-async-zip, to v0.0.20, which includes 15 changes that harden our ZIP handling against parser differentials. uv may reject ZIP archives with malformed or ambiguous content that were previously accepted.

See the upstream commits for a full list of changes.

Python

  • Upgrade GraalPy to 25.1.3 (#20069)

Enhancements

  • Improve trace logs for unexpected error chains (#20220)
  • Move lockfile update guidance to a hint (#20219)
  • Preserve indentation for multiline error causes (#20156)
  • Render user errors with their cause chains (#20217)
  • Route final command errors through the printer to respect -q and -qq (#20163)
  • Use standard rendering for uv build errors (#20159)
  • Use standard rendering for tool requirement errors (#20160)

Performance

  • Only compile bytecode for installed distributions in uv pip install (#19914)
  • Avoid allocating URL-safe Git revisions (#20194)
  • Avoid allocating canonical Python request strings (#20193)
  • Avoid allocating custom Astral mirror URLs (#20204)
  • Avoid allocating expanded compatibility tags (#20190)
  • Avoid allocating shell strings that need no escaping (#20196)
  • Avoid allocating static ABI descriptions (#20201)
  • Avoid allocating static Windows executable names (#20200)
  • Avoid allocating static dependency table names (#20199)
  • Avoid allocating static platform triple components (#20195)
  • Avoid allocating static resolver report labels (#20198)
  • Avoid allocating static unavailable-version messages (#20197)
  • Avoid allocating unchanged Python download architectures (#20202)
  • Avoid allocating unchanged paths during case normalization (#20203)
  • Avoid allocations when expanding group conflicts (#20211)
  • Avoid allocations when formatting requirements (#20206)
  • Avoid cloning credential lookup services (#20210)
  • Avoid cloning dry-run distributions (#20209)
  • Avoid cloning owned dependency metadata (#20212)
  • Avoid redundant direct URL clones (#20207)
  • Create metadata version errors lazily (#20205)
  • Optimize expanded tag compatibility checks (#20171)
  • Optimize parsing of single-digit three-part versions (#20118)

Bug fixes

  • Avoid overflow when computing HTTP cache age (#20178)
  • Respect --upgrade when upgrade-package is configured (#19955)
  • Support uv tree in dependency-group-only projects (#20167)
  • Treat cache entries as stale at exact expiration (#20183)

Install uv 0.11.28

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.11.28/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.11.28/uv-installer.ps1 | iex"

Download uv 0.11.28

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-riscv64gc-unknown-linux-musl.tar.gz RISCV MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uv

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
atuinsh/atuin (aqua:atuinsh/atuin)

v18.17.0: 18.17.0

Compare Source

Release Notes

Bug Fixes

  • (ai) Dispatch skills registered in the slash command registry (#3593)
  • (ci) Fossier install in scan workflow (#3485)
  • (i18n) Fix typos in Russian localization (#3575)
  • (nu) Use char -u 1b for ESC in OSC 133 sequences (#3530)
  • (nu) Suppress error when ATUIN_HISTORY_ID is missing in pre_prompt hook (#3587)
  • (pi) Observe tool events instead of registering a bash tool (#3557)
  • (pty-proxy) Set $SHELL to the spawned shell (#3548)
  • (search) Fix terminal clearing with latest Ratatui (#3578)
  • (sync) Skip records that fail to decrypt or decode instead of failing the whole store (#3569)
  • Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#3502)
  • Capture session ID from stream headers rather than final event (#3531)
  • Doctor resiliency fo runknown platforms + openbsd warning (#3551)
  • Double input on arrow keys in AI setup prompt on Windows (#3552)
  • Exclude AI agent commands from zsh-autosuggestions (#3567)
  • Silence shellcheck SC2016 on literal $all-user author filter
  • Respect store_failed when using daemon (#3571)

Documentation

  • Highlight Ctrl-r keybinding on docs page (#3489)
  • Document store purge workflow (#3544)
  • Fix command example typo in documentation (#3536)
  • Make commented-out lines in config.toml match real defaults (#3583)
  • Add fish shell cleanup step to uninstall instructions (#3582)

Features

  • (doctor) Add whether daemon is enabled to doctor output (#3572)
  • (pty-proxy) Add --shell flag to override the spawned shell (#3327)
  • Setup fossier to stop bot slop prs (#3482)
  • Capture command output + expose to new atuin_output tool (#3510)
  • Cache user contexts on load until /reload (#3525)
  • Create database integration tests for atuin-server (#3514)
  • Add /model slash command for changing models (#3576)
  • Add mcp server for history tools and expand search filters (#3581)
  • Add status bar with model and usage information (#3591)

Miscellaneous Tasks

  • (rustdoc) Fix Rustdoc warnings (#3585)
  • (warnings) Fix compile warnings with latest dependencies (#3586)
  • Vouch for all existing contributors (#3486)
  • Update GitHub app token format
  • Update to Rust 1.96.1 (#3568)
  • Adopt derive_more to reduce boilerplate across the codebase (#3573)

Performance

  • (search) Scan history by recency until N unique (#3553)
  • Add synchronous(Normal) + optimize_on_close to record store SQLite (#3577)
  • Remove unnecessary clones in a hot path (#3580)

Refactor

  • Implement From<sqlx::Error> and clean up fix_error (#3484)
  • Pull fn into_utc into atuin-server-database crate (#3487)

atuin 18.17.0

Install atuin 18.17.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.17.0/atuin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.17.0/atuin-installer.ps1 | iex"

Download atuin 18.17.0

File Platform Checksum
atuin-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-x86_64-pc-windows-msvc.zip x64 Windows checksum
atuin-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
atuin-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
atuin-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
atuin-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

atuin-server 18.17.0

Install atuin-server 18.17.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.17.0/atuin-server-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.17.0/atuin-server-installer.ps1 | iex"

Download atuin-server 18.17.0

File Platform Checksum
atuin-server-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
atuin-server-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
atuin-server-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
atuin-server-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
atuin-server-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
casey/just (aqua:casey/just)

1.56.0: 1.56.0

Compare Source

Fixed

  • Omit authorization header in install script if GITHUB_TOKEN is empty (#3595 by casey)
  • Evaluate assignments in dependency order (#3591 by casey)
  • Do not run shell() commands during dry run (#3588 by casey)
  • List aliases for recipes in other modules (#3581 by casey)
  • Don't unindent format strings twice (#3579 by casey)
  • Include doc comments and attributes in --show (#3578 by casey)
  • Don't resolve submodule variables to parent module variables (#3577 by casey)
  • Show dependency paths (#3576 by casey)
  • Reject shell-expanded string identifier in format string interpolation (#3575 by casey)
  • Resolve variables in [cache] expressions (#3573 by casey)
  • Preserve blank CRLF lines between recipes (#3568 by casey)
  • Report mixed leading whitespace in recipe bodies (#3567 by casey)
  • Preserve eager keyword in --dump and --fmt (#3565 by casey)
  • Export [env] variables to recipe bodies (#3566 by casey)
  • Don't add trailing space to empty doc comments (#3564 by casey)
  • Preserve CRLF when unindenting blank lines (#3563 by casey)
  • Include parameter multiple in dump (#3562 by casey)
  • Skip private variables when calculating --evaluate padding (#3561 by casey)
  • Don't show flag placeholders in --usage (#3559 by casey)
  • Fix is_dependency() in [confirm] expressions (#3558 by casey)
  • Skip private modules when choosing (#3557 by casey)
  • Don't re-evaluate assignments in user-defined functions (#3555 by casey)
  • Forbid format-string backticks (#3554 by casey)
  • Don't use shebangs as doc comments (#3553 by casey)
  • Don't deduplicate ASTs (#3552 by casey)
  • Allow escaping CRLF in strings (#3550 by casey)
  • Ignore sigils on continuation lines (#3549 by casey)
  • Catch circular references though function calls (#3548 by casey)
  • Resolve references in module [doc] attributes (#3547 by casey)
  • Avoid exponential blowup when traversing dependencies (#3546 by casey)
  • Handle invalid shebang lines (#3545 by casey)
  • Fix variable shadowing (#3543 by casey)
  • Handle timestamp formatting errors (#3542 by casey)
  • Display correct mismatched delimiter in format string (#3540 by casey)
  • Handle unterminated format string (#3539 by casey)
  • Error on end-of-file after backslash (#3538 by casey)

Changed

  • Make path_exists('') return false (#3570 by casey)
  • Make set ignore-comments only apply to shell recipes (#3544 by casey)
  • Remove !include error (#3541 by casey)
  • Allow [doc] to be const expression (#3516 by casey)
  • Allow conditional attributes on all items (#3515 by casey)

Added

Misc

  • Construct ExpressionContext with .into() (#3590 by casey)
  • Add Spack package to readme (#3589 by casey)
  • Look up variables by number (#3585 by casey)
  • Consolidate variable resolution (#3584 by casey)
  • Add ListEntry (#3583 by casey)
  • Give format string token kinds unique display implementations (#3574 by casey)
  • Update [arg(min, max)] description in readme (#3572 by casey)
  • Move lexiclean into source tree (#3569 by casey)
  • Remove debug assert in Recipe::group_arguments() (#3560 by casey)
  • Deprecate set windows-shell (#3536 by casey)
  • Move [arg] attribute construction into helper method (#3525 by casey)
  • Consolidate attribute display (#3514 by casey)
eza-community/eza (aqua:eza-community/eza)

v0.23.5: eza v0.23.5 (goodbye horses)

Compare Source

92bd7fb0881096757be981c09e787e21

It's been a while since the last release, life happened, but eza found a way regardless.

Major changes have landed since last time. We finished the years long clap migration!

Another cool thing, is eza now counts lines of code for you

image image

And yes, it's still as fast as you'd imagine: takes 4.5 mins to count ~635 GB of source code. Most usages of this feel instant.

For the Nix users, there's also a new way to view file paths that's quite nice:

20260709T102144+0200

Until next time :D

Changelog

[0.23.5] - 2026-07-09

Bug Fixes

  • Update cargo/nix deps
  • Fix yaml icon
  • Color code parsing in theme.yml
  • Use secret GitHub token to avoid rate limiting
  • Enable powertest tests in the CI
  • Update integration tests
  • Ignore extensions for directories when sorting
  • Satisfy newer clippy and stabilise powertest.yaml
  • Adapt Windows git2 path handling and refresh --help powertest

Documentation

  • Update Fedora install instructions

Features

  • Use Clap instead of manual cli args parsing
  • Use version string from file for --version flag
  • Add csv icon
  • Implement --hyperlink=auto
  • Add lines-of-code counting and summary
  • Add --short-nix to abbreviate Nix store hashes

Miscellaneous Tasks

  • Apply reviewer (ariasuni) supplied patch
  • Upgrade OpenBSD to 7.8 in CI.
  • Update CODEOWNERS to remove stale entries
  • Update crates, Rust version and flake.lock
  • Fix a few Clippy warnings
  • Clean global lint attributes and remove clippy::pedantic
  • Remove some leftover, unused code
  • Replace #[allow(unused)] by #[cfg(unix)] when appropriate
  • Update to Rust edition 2024
  • Update .git-blame-ignore-revs
  • Update issue template labels
  • Eza v0.23.5 changelogs, version bump

Security

  • Bump crossbeam-epoch 0.9.18 -> 0.9.20
  • Bump git2 0.20 -> 0.21

Testing

  • Update time in long_time_style_relative_nix.stdout
  • Update powertests
  • Check sort by extension

Build

  • 1.82 -> 1.83
  • Bump actions/checkout from 4 to 6
  • Palette v0.7.6 -> v0.7.5 (again)
  • Fix yamlfmt exclude pattern in treefmt.nix
  • Bump plist 1.8.0 -> 1.10.0

Ci

  • Use rust 1.82 (required by cargo-hack)
  • Bump FreeBSD version.
  • Relax warnings for OpenBSD.
  • Let curl/git installation update dependencies

Checksums

sha256sum

1c01b578b5bd3f23b7de5a4b41936cde20fb16ff16a03e63266317ac1eb821e0  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu_no_libgit.tar.gz
24533a2d324dcf8ec890ad15f2afccc45e60ef475cd42e48862ae2af6c84ec1d  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu_no_libgit.zip
40b87ae8628aa2ff0f0d2dc24ab52f689631366385c3da630bae745671fd71ec  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu.tar.gz
0f00cb699085984bb6af43f9e14c8e003255aeb1a996d071a347c02c80a90b6f  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu.zip
098a57da720fa674894468605df91cf8429ed73a66e7caa7c320ba02b20d475e  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf_no_libgit.tar.gz
34fc5fbacad70b76292fc08a2b1ad0d4d642336f954e886287d3e3669e24f7de  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf_no_libgit.zip
f98be1760955d5246d50507a6e3f53b65a1bd660aea9bb32fdfbd35a84e30cd2  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf.tar.gz
115b3a3d3f0c7c8921a69e221d2256e5cf96393a18dde328ab5c1d97d2458326  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf.zip
bbef561f5cfc8e778649b65e69c9c6e4c836c0fbe83ee3d0a5128091d797ed8a  ./target/bin-0.23.5/eza.exe_x86_64-pc-windows-gnu.tar.gz
c830638c844a5b89d39ba662b5549903a71fa539018e813880f5b8afa77bac2e  ./target/bin-0.23.5/eza.exe_x86_64-pc-windows-gnu.zip
35c70c5c43c29108075e58b893234c67ef585f0b53a7eaf8e9e7d4eec9f339b4  ./target/bin-0.23.5/eza_x86_64-unknown-linux-gnu.tar.gz
f3bfd758743699e6c8ac38c6c65cf4aadc8f02d046a0af5a4c4b28e59e305a5a  ./target/bin-0.23.5/eza_x86_64-unknown-linux-gnu.zip
e06eebab74b73d6b7d51a796a353824b001bea82df077706382e100815d28904  ./target/bin-0.23.5/eza_x86_64-unknown-linux-musl.tar.gz
9482656bceefda4c029fba34515752ec91de622f3c4fa2d0cf6a3a317daa81c6  ./target/bin-0.23.5/eza_x86_64-unknown-linux-musl.zip

md5sum

3e39c121f709fd053d59f5364df10da8  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu_no_libgit.tar.gz
920a0dbed00de3941b65f51c61e0ac1f  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu_no_libgit.zip
abcc62eed1271cfa603971e4d5894889  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu.tar.gz
7b2ff9444217bff8294dd1fa359e17d0  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu.zip
6994e54c75b72de3f4953d9b4a6bbfcb  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf_no_libgit.tar.gz
13a7eddd965b428223fa95b11738e56d  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf_no_libgit.zip
f024fda11d0312be0cfde62c6c0319c2  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf.tar.gz
38d64ebe4a8b66cf8c93976f47d5d4ec  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf.zip
c2d8d84b291315bd569dae7bf207f55b  ./target/bin-0.23.5/eza.exe_x86_64-pc-windows-gnu.tar.gz
a05a23c238cf176d53dcb3ecda304d9e  ./target/bin-0.23.5/eza.exe_x86_64-pc-windows-gnu.zip
a91831054b14dc4150c1fb37e377e39d  ./target/bin-0.23.5/eza_x86_64-unknown-linux-gnu.tar.gz
7643dccee5e8bdc4ad90b0eea4da49e1  ./target/bin-0.23.5/eza_x86_64-unknown-linux-gnu.zip
f223c016a6e3389551cfb228209d4f41  ./target/bin-0.23.5/eza_x86_64-unknown-linux-musl.tar.gz
5485ac966a726a2b1804d3d055ad664b  ./target/bin-0.23.5/eza_x86_64-unknown-linux-musl.zip

blake3sum

2f9b82c31d052569acac5ec30e01967f2bd2d8b15d8455363567058253abdcb1  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu_no_libgit.tar.gz
1d6e5d3bdf2e12ed18dd41464d6e0e67acca77cccc90d24bf1fd5d0a2b6040c3  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu_no_libgit.zip
8e2ebaa5f661ab8107716e1602ce94f98af92f2e4945f71d93db9107baea7e93  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu.tar.gz
15765ba0e84c7932191bc2a28d32cb4db3288c9721d45a97dcb9945f93a14bcc  ./target/bin-0.23.5/eza_aarch64-unknown-linux-gnu.zip
a4658ae6305d50d88db5c4b13c34aaca9e32e7549afad2bbe9a29d802ef03fe4  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf_no_libgit.tar.gz
6c4e4738653e8d5bf6ec7823c18f6f72f9abb3d0ddecdcb9c5ac4dcc99cef0a2  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf_no_libgit.zip
69d7d6028cc2ae7d3b958f410a2fbd2489f7dd223e9f68d518a49f5857d56423  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf.tar.gz
2c1c4abb1c24bfa25a08e061d5ca081c471e30616f7c56dbec9bbbbfe79f9ad4  ./target/bin-0.23.5/eza_arm-unknown-linux-gnueabihf.zip
1bd53f8a04af82c3976c1bb288f4a5bd9e3216500b532ef98fae7b230d286aa4  ./target/bin-0.23.5/eza.exe_x86_64-pc-windows-gnu.tar.gz
478e8a8ab602436c91b0dd8d2660e8d55b2fc60dd54762aa06ce644356e9cb2c  ./target/bin-0.23.5/eza.exe_x86_64-pc-windows-gnu.zip
cc9f3e9294c5559f07486fe3309248876ddbe67c67fff2dc4526571076d7898a  ./target/bin-0.23.5/eza_x86_64-unknown-linux-gnu.tar.gz
d9b64246a65d7e4742cdbb7a60f7722cf37fbbf7602246795b385cbda24f37ef  ./target/bin-0.23.5/eza_x86_64-unknown-linux-gnu.zip
c183c6b3c4df7eeb9ae4871f3ace5924683424785ba5d40a7ca0b18a9d6bf26e  ./target/bin-0.23.5/eza_x86_64-unknown-linux-musl.tar.gz
982d28240cb3cd05ff6b0bd511b9f4b60651a0cf183b446a1cdd5b153e555c9b  ./target/bin-0.23.5/eza_x86_64-unknown-linux-musl.zip

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor
fastfetch-cli/fastfetch (aqua:fastfetch-cli/fastfetch)

2.66.0: 2.66.0

Compare Source

Changes:

  • CPU package count is no longer reported in the default output.
    • Users can still print it in custom formats via {packages}

Bugfixes:

  • Fixed compatibility with WSL 2.9.3 (#2433, WM, Linux)
  • Fixed accurate AMD GPU names are not queried in driverSpecific mode (GPU, Linux)
  • Fixed GPU core counting for Apple Silicon GPU on Asahi Linux (GPU, Linux)
  • Some internal cleanups and optimizations

Features:

  • Added Astra Linux version detection (OS, Linux)
  • Improved performance of Windows PowerShell version detection (Shell, Windows)
  • Improved performance of Media module on macOS (Media, macOS)
  • Added proxmox backup server detection (#2443, OS, Linux)

Logos:

  • Added Flatcar, Azure Linux
  • Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, Qubes_small
  • Updated linuxmint_small
  • Cleaned up distro names

SHA256SUMs
7b01746513e60338ece2a79c98b97264bac915891bfdaf2ef37a9db61492800c  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
92c3c943ebf5b6c750920f10f65f5d3785d5245b8ac33d8a696aef6e41934a19  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
c810aa83c2ba3c2a63d9ad45548edb024816878764dbe61ed570b7825a01c976  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
f65fc40cfb42a1067063b182abe56570ed5b2323d343c4311b069207e038c62c  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
c5e2aca0ae0207cb91b509f2608eec1d03bcb98a0e8b6a08cfbc8a94f4b78eac  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
12dba77e48480fd614d5b7e63954d10c79fd0f4d8ef786b5e01548a7a997c07a  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
d2c8ad1aa082b067771379870353cd51f4f6f11180bd672e981fb80e7f259745  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
dca1b8e3fa365ec251af301735bd660d50f65e42d82c05e067de6a0b7954f2ef  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb
f86a433bc556dda7c6265f08bb48d249aefa3e4eea289672f9a109c8fea4e259  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm
55bb9abe1edc7a4bf19301fa090ac7303287f9a7e1b5ea20f24ab3510fc4619b  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz
7ca427b67697179881e83d817644d9190297b583e7e8ac5c0005491d72b04fcc  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip
e809ecce6f409dec4857a527f9406628d168313d9f6d33a87b0c19c0535d78b0  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
851c72c0289b0f03dc830bf903799fda2aaa1b5560857244d8fa8763e91376bd  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
262e0585ca0dbfaa9548a5e10fa159064f2e57583f4c0622047b2fab8b89cc86  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
e65261547f2a6482e9deee61119ad2dbecb68c709aa5cd6da75bb1f344026efd  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
80586734cfdf9567a19bb8499eda133394ccc8f6e848a1f4deea0b2e70e7f919  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb
d0804c67d860cd1cba1e5394f8ac5c910013ea850fa41aede67170dd586c3bf9  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm
22bf067d24b72bcb6acb15315429db0b3a2644f061d99950ed895b7da27b32d6  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz
e1a92368ba27ce1aaffff8b8bed36b8f2fe1e2611093fe056e64f8a21ec1440c  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip
c4aa1de46874524cdc492795d937772281409fa86aea377cae6832d9e70218cb  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
ab0140c4a0fdb0dd307533906eef2852fee6993b1230c0c479cb05c0433db8bc  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
89aed1a60547f4959300f571d478f2babd430f3e2702dcfc7731c7a623fea524  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
9639e8716d747addb9af168948b943a388a9ba8b39b710ad73cf715c73845af0  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
2d2bb79206375363647e4200df314391d9dbf7811032c10293fbb34d8a0ae0a3  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
0a33d803a13722255857c83243a428c2a710d3f082fa85ddbdfd5b227fc3089f  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
14953432b217c25a6d9d89ae91354088066739956339800336df26e6151b9681  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
976e768239a40c8663035a6a80f05530200d23bbf192ade8b88bb086ebc38ada  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
953b5986e490a61a79b0b864995bed4c2e714ef03917869c391b574033e175d9  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
cd372b081e0f2706b2ab2291523149704b4a93c2ef49c5e11c8dc0baebea8e43  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
472cccd98602c119bbce1be629e8fee6a9c210d8b29ae03f4d00179ff590c2bd  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
7dfe31f4782e3f2ce118e80bb527c522a01c9506ee45e2d68216430083a71d8e  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
7de989b5596106e8bb9c94675bdec1aba948358e4f82cdb0136eda7383adfb6e  fastfetch-linux-i686/fastfetch-linux-i686.deb
6b0159c9924ff40b367fd98ca005f08d2ba640c532a3abd4773d5e930e9b8915  fastfetch-linux-i686/fastfetch-linux-i686.rpm
ddcf7e2766f107f67c7b1e49bcaa021c53582264d3e02aec8771ce61f9be8fda  fastfetch-linux-i686/fastfetch-linux-i686.tar.gz
ab8cdc76b8f396b545ebc82ab8337a7c0152f38753ad009d983d9064a3e19196  fastfetch-linux-i686/fastfetch-linux-i686.zip
c02ac802189eb4ede0d712a449a4299db4acc9e77eeaed803be49298fa1dc810  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
857f4406fe3738c36ba1a17f27c21e09144bd9356036b96c88b786c29b3a9c70  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
afe207e553aa4914643cdb5e72ef6c759827f0ed4cfba68ada4097712ae5fa78  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
efceba3dc5bed01caec8489671cc094135938899cb02e81ec5773588f5b5db72  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
2867404a41b6b16ff0cfba5a1be154e71ef1914dc6b898dfa431b4827adbd1e9  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
5dac4dfd14caea68f198beaa1aeccd9c63f363b0c48028d848cc4673f4aa9fe9  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
a0c2993c38d6f549460758d420349c0018ac2d0840febb96ee894abdc74a942e  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
4513f86d68948d44ea77649062c694a5f3024db3982b1ed8a338ac63ccdd132d  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
b47f90c378256773f19e8dd4a6b36799915624e70045ea91f919e2cce824dc98  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
a2bdc776452cc91a0aebad31971aa05eee0f9271a74105ba97ae5398fc9b5654  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
f42fea759eeee2b453574e953870f2aab760d1a1837d65d5cc5bac7262a19706  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
06fa2e23d23884eeb567d4848add16f0b1573639985488de81be572031b06e58  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
aca7dd5c97704573dc79399f963ea919b76443f642d924c020f0243da496a54c  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
d0a1193a134ffd48022169aed81ded3d29c7cb49210fb02284bb816a890eb0a1  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
f9c7b956888f154458d80f592ea0c6f509109f1ebce330f814067cc4a742efb6  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
563cfca8688ec2c1998a148f5f2dcdfceb45777df664f7d3d415ab84c1bffc19  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
df8c70dd8b855229ade2b3e36d05564cacd7041272a8a7fdd146057380a5598e  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
c94daa2c20ced063b2a58647c068b8091077f0f1006f189e10c55afba46c3f5d  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
4390094b1a9a52ed7504b594bcc369672d9aa9603ac649b3e2450faa13e1fbc3  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
412db195aed9bb70d3af6f993caf5c6dfe4c8d18a2d91b047997788605a74bcb  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
b29cd02633edd456e258d8b59f8d5785e5d014c7af27a809c6a005a071e59c5f  fastfetch-omnios-amd64/fastfetch-omnios-amd64.tar.gz
2084b02d772d2c78ddbd5e168c68891b5d8a66c72da91f0ca77671ce7a7b4fa8  fastfetch-omnios-amd64/fastfetch-omnios-amd64.zip
91d2bb6e4075e761b080eac13d8982cc9704548e337b32d7c799fd154799e542  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
f1102dd9fae89e984e9118e8e883aee3b8474dec69678cb4fae5d8dc70faee7f  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
6ff3063383e7e6d205a2ac6d53588de60a18db607904b78268d9ed4b85d7ffa0  fastfetch-solaris-amd64/fastfetch-solaris-amd64.tar.gz
d1e66ee197245a8bcf3c853f9d3d1c7c55b2a88d4b122511f423d46ff4d78391  fastfetch-solaris-amd64/fastfetch-solaris-amd64.zip
547883c2f0dbc85a4545d4533f5b812fbc4c8ffe1271056de18b51994acbf474  fastfetch-source/2.66.0.tar.gz
ca21830e57d15ae53c86fb8613694df51d1cb4e7034be1cb29ed6382c73e7a47  fastfetch-source/2.66.0.zip
8613fc985dae3e0205496724f9d8ca950971675c68fb1f19c338259676a669c6  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
6dd67a4e8a8c138260cc1af067e7c261656e62dc0303ab03ddfb0eec6ef6f1f4  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
290bc98a4cedf7ff81cf40481718cff465d4f33eb73f67ddd62982bf2155f461  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
3035b8add360bc3142ce81ac39be352d3738273224e232195217f01c2398c87a  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
SHA512SUMs
9de937974b5c33a0597a204c75d30b05f157d3eb211cefbaad33663744def9021de658d64f032d25fca298542c7ed4e637c85ac479d65eb0473349702ab21a45  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz
65b28ca7c99476629049c58acc1e406f8a8f3a27c40e56ace8b810f5427333d274ea2611e3c7b4d22e6189f720474a6e8d3265e191262032976d468ec24b7404  fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip
6048a81d6b5b25857a473cac60e538d8705bc4c853c305b585aef0b1de49b65e0515a15134b1d33ceeb4123061b3720550b66f9f3c886f8669478644e3bbee84  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.pkg
eeead27748a822a3494f258e182303b8ff380759368303dd428eb19c5a0b98dda39ed93578699c2ab7f3d4687c83b67b7fa96ac68fc9171736c8bba386d2d40a  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz
864ce90722f2cd4d7678d34c8b099af92b355b18bdc3922dfc4dda461abeb248f13a030e6eda43d732f0441c72f9fb359d684609592920710b2de7d07f1ceeb6  fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip
e2cd5c1abf22af52f469719f39b7f90b93bc8bc954ac775dae90d590a781e66ab26e9cfa1432980e77fba9181a52a14d0120c9e94b407d6d773d01f98c5d2c08  fastfetch-haiku-amd64/fastfetch-haiku-amd64.tar.gz
4547cd4e7c539d9a4ac76908ef3e77a86212619ed6c1b838ca5054b5baa1ec5ca6091271b77c95abc0ec738f9d966a46e1b16679aba0b6447fe75ddb63f26076  fastfetch-haiku-amd64/fastfetch-haiku-amd64.zip
28e650350db7924d36d8f7f4f9e5c47f0b85bca61a96a0a05e476290bcb3b20c89936673da6e7867f6078cb1df648066dcf6ab6a800210dbbe1b1dc599e7fa74  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.deb
b990bf7156d2a7bec70df38b591c8cbae3f49b21320fd28393b7a53ae37d4a3720df199565ce98df91daa5c6dcd267600b70989d0db5d8273215e0a54b8cb2da  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.rpm
368a23dfbe1a522cdb4e8c0026bd320a7d7c66c8259a5adf0441f04ee3c2df5010a4d7d7c6236b1d21295acd785e6db40135d554e6900f881f31efce798d2a80  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.tar.gz
5afe2d3cd51ca4e209dbf887cbcb909a402153b4a1d9c718091955c2924cdf8a7c0ee111196be50b4039a94a06c2753a1f7d2c5ea9d218cd8b1d96e296490a37  fastfetch-linux-aarch64/fastfetch-linux-aarch64-polyfilled.zip
f08108e62e18cb87bd3f99b048f7a2a882f1e48425386310b5e7ab466258ebeae4dbc3d48b70e555019c1d7484bd0f81babf28298372e72998368247b799c1cd  fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb
35cd209f18eefb24d861e48b0e008bb683d3a5e80a92da414fee36b0cbb8fb4d4db0e3292547e59c0b4d86a27d7acd1e8cda6d7dbbdc9ca93b4791ffe45d676d  fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm
5106538863aea9d207dd762b7f0ffd59820e120e7a06e0fbd54d0fb18b3ab22058357c35fb828ee10a8f5fe4c99eb875269090961f1d3d50159a10efcbc5dcbf  fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz
60f500cf0fa08abc9327e6d0c53f52a74c8f13c094222ff1cbe88f25de7e2c87c0df7ee4bffb791ce9710004abee3abaea5af82adea8e099bd505e4d866d30a2  fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip
74cd89a03ebf09fadc5873feebb1c54f02696c174fdb6cbdc3725b3c3ff1a50fcd1102e393f9046f5654d663989d913a72571c7ff28c2cce384e5ff0fb24a568  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.deb
915c2bb8e95e9b99efb27b0a92abad7c73f11aa10b42249615eb58cbf7ae7866757c466bdb78559e5020fe3dfdc95637ebe9ad1317036043336078bdaa10c8a3  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.rpm
e8021631097b5eeac98abceb5cecbc624e81983d03a5d7f95abaa1beed2a194e35f6a7fc406f74976ced5e7623c9a8efba3eac2572c8379a1e9d9cdc66c1cbe4  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.tar.gz
bfe5a8c5d4d7fe3fe6264aeb1771e5bd75078003b0c5905ab4056fa6745539768460244b56ae91e288566ab23b2b9853723de1497ab0ab1df0f7a301a67224f8  fastfetch-linux-amd64/fastfetch-linux-amd64-polyfilled.zip
6e60f8cb19b62b705fd723dab72ef2c7f623a8c991d3bad05c41d219a470809467966b38c17dfba679031199513e16d235362ad5c7f4135d139e8d95c52418b9  fastfetch-linux-amd64/fastfetch-linux-amd64.deb
61f3f5e84c3a5ee32e0831848605538e4b33df8f5922df3f9e2864b453795a4ba858c7b5ff1a9b04c49d5641ae16f45a8f5d9eacf3deb7399d3027a6b2d3e0fb  fastfetch-linux-amd64/fastfetch-linux-amd64.rpm
65d370d45645f7a46d72e2c1a8beff451bdfc4f18e68c326e26f5e785bf7fb446aa99479eea388392744d15a2137b2ea421f5c24c25e369199254c20b06d5aa6  fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz
e4c637b804dfad3af6af1859e51f41818fb3720b7c72a0b553dfe561c7bbc985991d0953b97ac7de193ac918410b17256cc7d4c498f924c48b33b74b3efcaedb  fastfetch-linux-amd64/fastfetch-linux-amd64.zip
853aa558884b7053852393d7545d78597a1c7c83adb6088044410e55e21df60e3b6b4ddc318270dcabe431d5e5403bb534f6bcabdef2a6013e08df86a5195641  fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb
45c179e43f3df490b2966f0c65eb15ebd9791ebac0cad19609a17c2bad2c135a9b04af033b117a51c9a85814a838ac3bd221dc334a75e94e6cfd0213282b179c  fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm
21675dc647f52ea48cc25f46f87b639659239701e89e178e5d53103ebca93724e7a1a73b154f8c1b9d8301328fc8b9abfc1c09d003f66522a82cfcbba1e147a3  fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz
fc347d33b4d8c55a6f210d82e0bebfbfd04588e04254eb73f11e953ee9e5e6d7760e74cc3cb50b18bb93a27ffc16d45cf2c3917129a9eaf80539942620dd0141  fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip
f96128fc4ead9cc4eba2b03a30aa6926ddd8cce092e450ca3e5f8fe619ffaf0c2f92c032b2f10de35776f2545d24f8b5553ba6f6ceccef4bfc73bd29e5b79a9c  fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb
512470a8b3e56906c6ebaefc682f8fd5e1f2348deb17eb4984483da37f25d0fe8ef2ce1c983b1efc942beaf174da45c86639d8854873189704ad7da484326a91  fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm
a23cfd2712912f20c2669881830fd2435254134defa35f8fffc56469f2e2f8d84dcaa114178af2d0dae3357fb987093adee0e5034be104c1328ee83f1b9a57ea  fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz
5493657ce300c38298c799970a60c43433555abbe6b1b65879b720c8699120146ccf4cd9de36da869fc820d66cf39ffa096ff5c5c09bd7446c5a91d2ce6a7afb  fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip
7b6117199ba9c2115d3269dceaff4bae7d761dde39c68c488a92fbf05c62316d02ebe5df22529a31c057062d04b6d67801f6ce44105d0c264043445e569a6311  fastfetch-linux-i686/fastfetch-linux-i686.deb
65ede88a39944a3d550e04c854d6efcc326ce04fe0cdbc3ed545e93ea712187227d6c6859a13c54ea92cc274058efe691a0e993dcdf3c0acdee461b07f130d35  fastfetch-linux-i686/fastfetch-linux-i686.rpm
83b47920727f17883c6429b96dfa1e49fad1269a436bee36b591f3323a1b9c8588cbf8c05f4a332f823fd90e882171b5fafb55fe4845853381139c10b71a408f  fastfetch-linux-i686/fastfetch-linux-i686.tar.gz
963fbfd775efed2ab08da8589c12662efbc4786c75b45babdab649008afe49cb64e4a0718c5d74463f07f1fa03b560aca50ab55cb7b96a12929167e53590f333  fastfetch-linux-i686/fastfetch-linux-i686.zip
0c4d89834806994b559ec59c966cfc1ceb85553b3b2466f9733daa8857fe67fa292e48737f6db39ee6991f1eca1b84fcd2518a262e439415cc0dcb703c16dd1c  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb
9e125f0fc15645fc348b08d366f4cf1e2fbfa9964560bd28ab5cfd71e11a1f4c8fae5a0d41ea1e70e5b1833122a1d1b1d8a58ecc2d0a8718b0d9c81ac79dee95  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm
c22b11816c92c51745b1af6e6909f016081e8fbf991b11cc9dc3b4368860a477e3ca179de326edcfa07d12b4d49fbb6f3fa3ec5ffa2bcbc5d3454bed9e91cbb1  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz
54dfd8eb664ddc9da3cd0ad8ff967e7c77251681cd40325bc21ea3e1dbbb5db2469dc0ed0c3ee49d1f5bfcc154299e63f01b4f2a07484c677eca815f79eb8844  fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip
26a4d85a9ad01b78b7c4d3823e3ec248d56360a9aa820e5ad184e1ff0ef727b38b2f26aa10442849c2e5c35ca672a825371cc91c5c9a0929b78ffc9a9148dfa7  fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb
e234594906eedbaa8a4438c69ce6c1c8049df0ac59e5fd5331671090ecfec91c79e6a06eca76cebc0f36dbf130dbf9ad5e82b61d22a7d86cc1424ac67a6518d1  fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm
1a365f5b3b8faabf987c0dd13fcc5043930764f82ea72cad96837e152a32d9b8afb06e2a69d9de8e21f4a4827677d3335a181def78848496a725d161e04a12cc  fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz
23a27859b2c595c25f001100cca50527da3c6a2d39f7ed418108e3c1fda9d601d0e0cc58fc59facc513c0fb5dc17523834826b1049e8e174a737f2d8d33ffec8  fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip
87b149e1eeb9458c6c465437c3b372847071fe62f44b1fc621c3184fa2565130a02e7202a9d779c22fd7de903c2f39e89066a4cb2c50a6f5d780fa8aa3b4ac67  fastfetch-linux-s390x/fastfetch-linux-s390x.deb
3fc9ef0765070a18e767ed83ed877ecb1db53658598879d60cf5ffc2873a0a6d7f339cc00f874cb0f8dd2cef4eab21497db84a12264459e09d734b334b46ee15  fastfetch-linux-s390x/fastfetch-linux-s390x.rpm
84f27f26680d9361cb99eba9477e6839b0c9e14dc87d7e9bafe78b71eca4f19500db8c52fdac824461f0091dc61ae61f75ac2b88fc73b7698f8d81166acfebdb  fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz
92517c962d536b236a6691c419520c34f1e5ad6c22264c2b485b8e7540e3cf2c8588e9803390a18cd8f11563615ae0656a7b56961258476bb9b386eb6cc40539  fastfetch-linux-s390x/fastfetch-linux-s390x.zip
7587802e3fe196619f08319c2c627708802acbae01ab4dc0db337c6a885d10d18212e73aabd56358f9d33ea1d581d0de0732650c590423eb91ea316ab86149ff  fastfetch-macos-aarch64/fastfetch-macos-aarch64.tar.gz
08f52e383ad891af3b0a6e3ca496a87bf56122c1fe50384ddf36c6349acf499634c2e5122e694af20ad85ee8a4c7884236c1625761d61cc27648f44f8beb3f11  fastfetch-macos-aarch64/fastfetch-macos-aarch64.zip
c0d1f1efbdb9b802a7cbac37a72bd37d3189cf7851881d9ec9e384320ac659e20bd2c1230d5515729e5b1d3b02754d4badb8067cfdd6fe3a2e9d880b87cf1819  fastfetch-macos-amd64/fastfetch-macos-amd64.tar.gz
2a9cc2ba4435a81bafb7dc2e084894813f6f94b430795379ff2925427a84dedbf9d2c146fdf170f374b814e3a10e8b8772831e20b572ffb8917ee948efffc947  fastfetch-macos-amd64/fastfetch-macos-amd64.zip
cf206aa1e577133cd088bb935eaa23709fca86976086a76f1ddbcc05e624dbfc1ad09ff2f906619df3442ff81845182167edbc53d9680b94aa1f133f274d9af1  fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz
7561a145cf87b60113886c896653f3f269197284c871f385776d0c5ee23afce53dabf6efa0ffa1e5f0e6dc6572d226e416a6d65e797388dcf0793611d0d7d76c  fastfetch-musl-amd64/fastfetch-musl-amd64.zip
6104257a8e73c5886e2485893881d6dbcd780b5f6eef4df83653a399bec9f1223b6302b96d39c81987b5f8a1a96e1ea12376991d134a4072b7cbcfec84636398  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz
a1c012356354be8c4ddb364cd2cd13eedf7c060d8f390fa168273512b90cddfb81a4e2267358b80eb55410413edc095a161ece0c3dfac9b986dd3d6d2151ab7c  fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip
a79ebd83c6335f4c0e8eee300d472479d5b7aa209d083fdb9322fe127f9e57b07e967c4ba9059295317582047a96e8eb099155644aca7cf5995e760fb851ef92  fastfetch-omnios-amd64/fastfetch-omnios-amd64.tar.gz
0d88322e6c01fef39d6e4df8c57da0f47cfead2d5345358d9ade8a3edb2ed9753507319c99b101c2b43ee0976d6bc0cd0b627d67b908a1cd7f137a50075cde61  fastfetch-omnios-amd64/fastfetch-omnios-amd64.zip
df2e54977a97d398a5531cef754c4d47663fc07fb275126dac7ae34e5e60e8f3bc9818c0f5bf647cea817485dff4849c9277909d76b007a10883414e74cdd566  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz
1d10e946b5804cf7d0b13824502bf2e9413687e6695f9c7cf1e215904bfa07ecb53a1f60eecc6aeb5d635b3196e9674a3113197d57ac17fab3c7284313074ff5  fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip
7439051feb38fe6a7b322303b37281dbc53c82aee4e71c9351fb4957066b36088bc77c881f45188ea7a23dd958078d3d4e9d123deedd88ee6f3f762e860ca32e  fastfetch-solaris-amd64/fastfetch-solaris-amd64.tar.gz
dff469e4a9c4b344ff51541cb8a472bcf2ac5f76a224d570fb38587fd6ce2b10e4c5c9d9f31b00d6a9cbef1ec24872b19c132cd7609a53da4eb681d6fb38ba41  fastfetch-solaris-amd64/fastfetch-solaris-amd64.zip
dc067be6742b1193a6f7719333ecd418289c23b2c8ffc7f603eb9dd39b3b279536edcb87bc0e00f1a3a1a6f581e290b89e8cc5acd40a806bef1ba141b45d34c5  fastfetch-source/2.66.0.tar.gz
7cffb60a590fcc47c0a81f6d66375abe808e8ca039030099486530cfe419e254722013894fa084201443d66a4399bcbddd23e2d7e2facf510e16485220dbf634  fastfetch-source/2.66.0.zip
3f4f7122bba37be897cc84d1373511f586b90d20b69bcb85e72e0ed2a08638f8222d9322d4e4e7829bf15002a65f7d60cbff56812a0bfa35834939c289ad6318  fastfetch-windows-aarch64/fastfetch-windows-aarch64.7z
6c2dfbc9af08a08c9d7fbae37be26e4c153c1804900e910efe9b818ecee4570495533d08006cdbe2f972ef40eda7682ea29bb35e1a905dbb2a714577e95f062f  fastfetch-windows-aarch64/fastfetch-windows-aarch64.zip
f709bb39ff3ca3ad71a765b7185190b89ce9bdba5a7b45ccb3a9d6797b0d824f0dc78360dbce347bc776e9a5e19e76966378a4c708694a4dfe475c94c5c55d86  fastfetch-windows-amd64/fastfetch-windows-amd64.7z
a321d280d978b87c2aca1de589a65913f3d645eea1b40536b2975ee478d1f517339e7b38e9953e6c472f85c889dbc38aae1cf89b4f089456674db7d5a6a951b8  fastfetch-windows-amd64/fastfetch-windows-amd64.zip
helm/helm (aqua:helm/helm)

v4.2.3: Helm v4.2.3

Compare Source

Helm v4.2.3 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v4.2.3. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 4.2.4 and 3.21.4 are the next patch releases scheduled for August 12, 2026
  • 4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026

Changelog

  • chore(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 43e8b7feece8beb0fcba47059ec9b522fd929a64 (Terry Howe)
siderolabs/talos (aqua:siderolabs/talos)

v1.13.6: v1.13.6

Compare Source

Talos 1.13.6 (2026-07-09)

Welcome to the v1.13.6 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.18.38

Talos is built with Go 1.26.5.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Maja Bojarska
  • Mark Glants

Changes

15 commits

  • siderolabs/talos@​04318854e release(v1.13.6): prepare release
  • siderolabs/talos@​9d8e47dd3 chore: update pkgs and tools
  • siderolabs/talos@​31552f400 fix: shutdown/reboot via usermode helpers
  • siderolabs/talos@​bc0c3f3d3 fix: flaky serviceaccount suite test
  • siderolabs/talos@​3e7559258 fix: flaky tests
  • siderolabs/talos@​fbe4d900d fix: data race in manifest sync
  • siderolabs/talos@​6df3a452b fix: provide cooldown period for the QoS trigger
  • siderolabs/talos@​85f8dd63e fix: decode extraArgs list values correctly
  • siderolabs/talos@​c2a56d592 fix: kubelet stuck restarting
  • siderolabs/talos@​871440858 chore: bump rekor for GHSA-47q9-m4ww-924m
  • siderolabs/talos@​3e37ef8cd fix: handle image cache being disabled
  • siderolabs/talos@​466bcd804 fix: align documented image cache partition label
  • siderolabs/talos@​d3cf09bcb fix: image verification with referrers
  • siderolabs/talos@​e9609b992 feat: add AMD XGBE driver to initramfs
  • siderolabs/talos@​f18efcc4d chore: update deps

Changes from siderolabs/gen

1 commit

  • siderolabs/gen@​c526410 fix: skip unknown-key check for types with custom YAML unmarshaler

Changes from siderolabs/pkgs

7 commits

  • siderolabs/pkgs@​d8c80cc chore: update toolchain and tools
  • siderolabs/pkgs@​71874fb feat: bump kernel to 6.18.38
  • siderolabs/pkgs@​a2406a1 feat: bump kernel 6.18.37
  • siderolabs/pkgs@​e410c35 feat: update Linux firmware to 20260622
  • siderolabs/pkgs@​389b8aa fix: patch Linux kernel for tunnel metadata buffer overflow
  • siderolabs/pkgs@​7e4a719 feat: add support for AMD XGBE driver
  • siderolabs/pkgs@​1915c58 feat: enable NF_TABLES_ARP option

Changes from siderolabs/tools

1 commit

  • siderolabs/tools@​c58afd5 chore: bump toolchain

Dependency Changes

  • github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 -> v1.21.1
  • github.com/aws/aws-sdk-go-v2 v1.41.4 -> v1.41.7
  • github.com/aws/aws-sdk-go-v2/config v1.32.12 -> v1.32.17
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20 -> v1.18.23
  • github.com/aws/aws-sdk-go-v2/service/kms v1.50.3 -> v1.51.1
  • github.com/aws/smithy-go v1.24.2 -> v1.25.1
  • github.com/siderolabs/gen v0.8.6 -> v0.8.7
  • github.com/siderolabs/pkgs v1.13.0-36-g6b315f7 -> v1.13.0-43-gd8c80cc
  • github.com/siderolabs/talos/pkg/machinery v1.13.5 -> v1.13.6
  • github.com/siderolabs/tools v1.13.0-6-g9b78252 -> v1.13.0-7-gc58afd5
  • github.com/sigstore/cosign/v3 v3.0.5 -> v3.0.6
  • github.com/sigstore/sigstore v1.10.5 -> v1.10.6
  • go.uber.org/zap v1.27.1 -> v1.28.0

Previous release can be found at v1.13.5

Images

ghcr.io/siderolabs/flannel:v0.28.5
registry.k8s.io/coredns/coredns:v1.14.2
registry.k8s.io/etcd:v3.6.12
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-apiserver:v1.36.2
registry.k8s.io/kube-controller-manager:v1.36.2
registry.k8s.io/kube-scheduler:v1.36.2
registry.k8s.io/kube-proxy:v1.36.2
ghcr.io/siderolabs/kubelet:v1.36.2
registry.k8s.io/networking/kube-network-policies:v1.0.0
ghcr.io/siderolabs/installer:v1.13.6
ghcr.io/siderolabs/installer-base:v1.13.6
ghcr.io/siderolabs/imager:v1.13.6
ghcr.io/siderolabs/talos:v1.13.6
ghcr.io/siderolabs/talosctl-all:v1.13.6
ghcr.io/siderolabs/overlays:v1.13.6
ghcr.io/siderolabs/extensions:v1.13.6
snyk/cli (aqua:snyk/cli)

v1.1306.0: v1.1306.0

Compare Source

1.1306.0 (2026-07-09)

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

Features

  • doctor: Adds the snyk doctor command to diagnose common CLI problems: generate a diagnostic report for the current system, or analyze debug log output. (ab56a0e)
  • container: Container scans now detect the Java runtime version across a wider range of JVM base images, and can now find vulnerabilities in .NET application dependencies. (5586aac)
  • mcp: The breakability evaluation tool in the Snyk MCP Server is now enabled by default and no longer requires an experimental flag. (56a9196)
  • test: Improves dependency detection for Gradle projects. (c819b69)
  • redteam: The experimental snyk redteam command has been removed from the CLI, following its deprecation (deprecation date May 31, 2026). (c7d0e3e)

Bug Fixes

  • general: Shows a warning when a request is automatically retried due to rate limiting, instead of retrying silently. (f803397)
  • general: Skips the reachability upload when no supported files are present, instead of failing. (9ba448c)
  • test: Fixes dependency resolution for Swift Package Manager projects that reference packages by registry identity, so they're correctly matched to their GitHub source for vulnerability scanning. (64ac442)
  • test: Fixes scanning of sbt projects with custom Scala configurations. (5765a12)
  • test: Fixes a bug where scanning Yarn workspaces could report vulnerabilities from a workspace member's dev dependencies as if they were production dependencies, when that member was consumed by a sibling package. (ade08e4)
  • deps: Updates dependencies to fix vulnerabilities:
sst/opencode (aqua:sst/opencode)

v1.17.18: v1.17.18

Compare Source

Core

Bugfixes

  • Prevent crashes and bad pricing data when GitHub Copilot returns models with a zero billing batch size.

Improvements

  • Add a model-specific system prompt for Meta Muse Spark.
twpayne/chezmoi (aqua:twpayne/chezmoi)

v2.71.0: v2.71.0

Compare Source

Changelog

Features

  • 7974a61848b0a5824c9a8ec549491c1336d6a59c feat: Enable KeePassXC open mode on Windows
  • 074c4d94b8b433259631f6ddddf4a4dc485ec4cc feat: Add --error-on-conflict flag
  • c63f76347ad216b7decc79e94961a7653bcb100c feat: Switch to github.com/bartventer/httpcache for HTTP caching
  • 03438773f296a8d03a5ac98e5db27a5e3e20c4e3 feat: Build Windows MSIX packages
  • 47ef7b0d26d77ecfc7cd6b7b6aab005c9208d390 feat: Add --revision and --tag flags to init command

Documentation

  • 78ab4ca8275cacc60396582ba677bcf27a5f5a1f docs: Add link to article
  • 02d905de5b861a1673187141327ba8205e738a69 docs: Add link to video
  • b3cc92070e2bbf1f4ee1a62f03898d7fa5d222c2 docs: Add Debian install instructions
  • 6687c7a2357419fe9d493f284b8bd1162fd7aa16 docs: Add link to article
  • 9066519b90851163656dc7efabe3d246d2d1b5bd docs: Document merge command explainer
  • 0ae1bbc7e7e3538d957a5d1255e55c5bd3f82c59 docs: Add link to article
agavra/tuicr (github:agavra/tuicr)

v0.19.0: v0.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: agavra/tuicr@v0.18.0...v0.19.0

aquaproj/aqua (github:aquaproj/aqua)

v2.60.2

Compare Source

aquaproj/aqua@v2.60.1...v2.60.2

Improvements

Update ghtkn-go-sdk to v0.4.1

  • Disable the automatic device flow by default
  • Support min_expiration and backend.type in the configuration file
  • Add app names to error messages

🐛 Bug Fixes

#4990 #4992 unarchive: allow benign symlinks that point outside the extraction directory
#4974 help: make the help message consistent

Refactoring

#4958 Remove more GitHub release attestation support remnants @​scop

Documentation

#4967 Checksum pattern extraction from first capturing group @​scop

dlvhdr/gh-dash (github:dlvhdr/gh-dash)

v4.25.2: v4.25.2

Compare Source

4.25.2

To update run:

gh extension upgrade dash

Changelog

Bug fixes


If you enjoy dash, consider making a donation ❤️

Have questions? Join our Discord community!


DASH Logo
janosmiko/lfk (github:janosmiko/lfk)

v0.15.6: v0.15.6

Compare Source

0.15.6 (2026-07-10)

Bug Fixes

  • explorer: stop cursor-less renders from writing pane scroll state (#524) (#526) (ca4a2e8)
max-sixty/worktrunk (github:max-sixty/worktrunk)

v0.67.0: 0.67.0

Compare Source

Release Notes

Improved

  • Experimental --reap flag for wt remove: wt remove --reap terminates processes still running in the worktree (a post-start dev server, a file watcher, a language server) before removing it, freeing the ports and file handles they hold. Processes are discovered by working directory and terminated with SIGTERM, then SIGKILL for survivors; the list prints before any signal is sent. A process holding a controlling terminal (an interactive shell, a terminal editor with unsaved buffers) is never touched. Unix only. Docs (#3396)

  • wt switch -x without a branch opens the picker: --execute no longer requires a branch argument — wt switch -x claude opens the interactive picker and runs the command against the selected worktree. It composes with every picker mode (--branches, --remotes, --prs), and the picker path shares the same pipeline as the argument path, so hooks, approval, and template expansion behave identically. (#3394, closes #3370, thanks @​gbcreation for the request)

  • wt config state logs profile groups subprocess time by worktree: The report gained a BY CONTEXT table (and a by_context array in --format=json) — subprocess time per context, typically the worktree name — so a slow parallel phase can be attributed to the worktree causing it without exporting the trace to an external tool. (#3403)

  • -vv diagnostics surface pager and terminal environment: The diagnostic report (.git/wt/logs/diagnostic.md, written on every -vv run) gained an "Environment variables" section listing a curated, non-secret allowlist of the pager / terminal / locale knobs (PAGER, GIT_PAGER, TERM, COLUMNS, NO_COLOR, LANG, …) plus git's resolved core.pager. These are the inputs that most often explain a rendering bug — like a pager interaction suspending wt config show (#3322) — and they were previously invisible in the report. The list is a strict allowlist, never a blanket env dump, so no credential-bearing variable can leak into an uploaded report.

  • wt config update pins [list] json-schema while unset: The schema hint from 0.66.0 now comes with the standard one-command fix — wt config update pins json-schema = 1 (the behavior-preserving choice) when the key is unset, and the hint offers the command only when running it would actually write the pin. (#3411)

Fixed

  • wt switch no longer crashes on ragged tables in PR comments: A PR/MR comment table with more cells in a data row than in its header could panic termimad's column fitter at narrow widths, and because the comments preview renders on a background worker, the panic aborted the whole picker. The table render is now contained; the preview falls back to the table's plain text. (#3408, closes #3407, thanks @​ortonomy for reporting)

  • wt config show no longer suspends on the zsh completion probe: The interactive zsh probe that detects a missing compinit claims the terminal foreground when job control is on; a slow or prompting zsh startup could hit the probe's kill-on-timeout before the foreground was restored, leaving wt in a background process group and its pager suspended with suspended (tty output). Both interactive probes now run with job control disabled (zsh +m), so a timed-out probe can't strand the terminal. (#3327, closes #3322, thanks @​karmeleon for reporting)

  • wt step for-each and the --execute fallback no longer inherit wt's GIT_* discovery vars: The command that for-each runs in each worktree — and the --execute payload, when wt executes it directly because shell integration isn't active — now discovers its repository from the worktree wt placed it in, rather than an inherited GIT_DIR/GIT_WORK_TREE. Previously such a command's git calls resolved against the one inherited repo (e.g. the invoking worktree, when wt runs as a !wt git alias from a linked worktree) while the per-worktree headers claimed otherwise. This extends the hook-spawn scrub from #3374 to the remaining spawn sites that relocate a user command into a wt-chosen worktree; aliases and commit.generation commands run in the user's own context and keep the inherited environment. (#3400, #3373)

  • wt list holds steady when the shell prompt returns: The progressive table reserves two blank rows beneath its footer, so the multi-line prompt printed at exit renders into pre-scrolled rows instead of scrolling the settled table up. (#3409)

  • JSON schema 2: no self-relation on a remote-only default-branch row: wt list --format=json with schema 2 gave a remote-only row of the default branch (origin/main) a self-referential relation; the default-branch check now compares the remote-stripped branch name. (#3383)

Documentation

  • Code Signing Policy page: A new page documents Worktrunk's code-signing policy for the Windows binaries under the SignPath Foundation open-source program: certificate provenance, the signing pipeline, and per-release approval. Signing addresses Microsoft Defender's false positives on unsigned native binaries. Docs (#3366, thanks @​bemnlam for reporting #3355)

Internal

  • Claude plugin hooks are Claude-scoped: The plugin's hooks file is renamed hooks.jsonclaude-hooks.json so Codex's convention discovery can't pick up Claude's hooks, hardening the Codex scoping shipped in 0.66.0. (#3382, thanks @​ofek for the suggestion)

  • skim 5.0: The picker's fuzzy-finder library moves from 4.10 to 5.0, dropping roughly 1,000 lines of transitive dependencies from the lockfile. (#3378)

  • Prune benchmarks: A rust-repo-scale prune fixture, Criterion benches, and trace spans over the removal path. (#3401)

  • Nix flake test sandbox provides lsof, and flake changes now trigger the nix-flake CI job. (#3410)

Install worktrunk 0.67.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.67.0/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.67.0/worktrunk-installer.ps1 | iex"; git-wt config shell install

Install prebuilt binaries via Homebrew

brew install worktrunk && wt config shell install

Download worktrunk 0.67.0

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
DataDog/guarddog (pipx:guarddog)

v3.1.0: Release v3.1.0

Compare Source

New features

Bug fixes and improvements

Chores

New Contributors

Full Changelog: DataDog/guarddog@v3.0.2...v3.1.0

semgrep/semgrep (pipx:semgrep)

v1.169.0: Release v1.169.0

Compare Source

1.169.0 - 2026-07-08

### Infra/Release Changes

  • Updated Dart parser to a more recent upstream version. (LANG-579)
rust-lang/rust (rust)

1.97.0: Rust 1.97.0

Compare Source

Language

Platform Support

Refer to Rust's platform support page for more information on Rust's tiered platform support.

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes

Skipped Packages

Non-GitHub Sources

GitHub Release Notes Unavailable

  • cargo:cargo-deny: No GitHub release was found for 0.20.0

  • go: No GitHub release was found for 1.26.5

  • npm:socket: No GitHub release was found for 1.1.143

  • pipx:mypy: No GitHub release was found for 2.2.0

@renovate renovate Bot force-pushed the renovate/mise-packages branch from 3f5cb58 to 8ca22b2 Compare July 15, 2026 01:54
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