chore(deps): update docker - #254
Open
bootc-bot[bot] wants to merge 1 commit into
Open
Conversation
bootc-bot
Bot
force-pushed
the
bootc-renovate/docker
branch
5 times, most recently
from
September 8, 2026 21:21
ba81463 to
8f4507c
Compare
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
bootc-bot
Bot
force-pushed
the
bootc-renovate/docker
branch
from
September 9, 2026 02:33
8f4507c to
03e7d5f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.9→0.12.11v1.48.0→v1.50.00.44.0→0.45.1nightly-2026-09-01→nightly-2026-09-09Release Notes
astral-sh/uv (astral-sh/uv)
v0.12.11Compare Source
Released on 2026-09-08.
Preview features
pylock.tomlfiles to ensure they conform to PEP 751 (#20146)pylock.tomlartifact hash tables are empty, which will be rejected in a future uv release (#21462)Performance
uv pip install --no-depsfinds the requested packages already installed (#21523)Bug fixes
uv.lockbefore reading their metadata or running their build backends (#21223)===under both--verify-hashesand--require-hashes(#21543).python-versionand.python-versionsfiles (#21529)VIRTUAL_ENVmismatch warnings foruv add --no-sync,uv remove --no-sync, anduv add --frozen(#21496)uv python listcannot query an interpreter (#21498)Documentation
exclude-newerexamples (#21534)v0.12.10Compare Source
Released on 2026-09-04.
Enhancements
uv publishcompletes, including when publishing fails (#21423)Preview features
exclude-newer-packagesettings for packages outside the resolution fromuv.lockwith themissing-exclude-newer-package-lockpreview feature (#21455)uv tree --invertoutput (#21404)Performance
uv publishby hashing each artifact in a single blocking task and reusing the buffer across reads (#21389)Bug fixes
--lockedfrom failing whenexclude-newer-packagesettings differ only for packages outside the resolution (#21454)uv lock --checkto reuse a lockfile when an absoluteexclude-newercutoff is moved later (#19571)uv lock --checkto reuse a lockfile when a package-specificexclude-newercutoff is disabled (#21450)--namewhenuv initwould infer a project name reserved for a Python interpreter (#21395)exclude-newercutoffs touv.lockin a deterministic order (#21453)block/goose (block/goose)
v1.50.0Compare Source
✨ Features
🐛 Bug Fixes
🔧 Improvements
📚 Documentation
v1.49.0Compare Source
✨ Features
on_failureblock for PreToolUse hooks #11449--with-extensioncan now name its extension #11127New Providers
🐛 Bug Fixes
Security Fixes
🔧 Improvements
📚 Documentation
jj-vcs/jj (jj-vcs/jj)
v0.45.1Compare Source
About
jj is a Git-compatible version control system that is both simple and powerful. See
the installation instructions to get started.
Release highlights
This release fixes an error that prevented the new jj-core crate from being
published. See the release notes for v0.45.0 for more changes since v0.44.0.
Fixed bugs
Building without
Cargo.lock(e.g.cargo install jj-cli) works againafter all versions of the
bisynccrate, a transitive dependency of gix,were yanked.
Signatures on commits in SHA-256 Git repositories are now stored under the
gpgsig-sha256header, as Git does, so Git recognizes them as signed andjj can read them back.
Contributors
Thanks to the people who made this release happen! This list includes the contributors to v0.45.0.
v0.45.0Compare Source
About
jj is a Git-compatible version control system that is both simple and powerful. See
the installation instructions to get started.
Release highlights
jj convergecommand was added to help automatically resolve divergentcommits by combining them appropriately.
Breaking changes
jj config {edit,set,unset} --usernow targets the first loaded userconfiguration file (e.g.
~/.config/jj/config.tomlor the first file inconf.d/) instead of prompting interactively when multiple files exist.Use
--file <PATH>to target a specific config file.jj git importin non-colocated repositories no longer imports commits from adetached Git HEAD branch.
Deprecations
None
New features
The new
jj convergecommand attempts to automatically resolve divergence bycreating a new commit that replaces the divergent commits. It applies
heuristics to try to automatically come up with a good solution, and falls
back to prompting the user if the heuristics are inconclusive. It can also run
in non-interactive mode, which aborts if prompting would be needed.
jj bisectwill now mention when it cannot unambiguously find the first badrevision due to skips in evaluation.
Git HEAD state is now tracked per worktree internally. This prepares
colocated repositories for support of multiple Git worktrees, where each
jj workspace can have its own Git HEAD. Existing repositories are migrated
automatically.
jj config {edit,set,unset}now support a--file <PATH>option totarget a specific configuration file (such as files inside a
conf.d/directory or loaded via
--config-file). This allows precise file targetingand avoids interactive prompts when multiple config files exist.
Fixed bugs
The default
immutable_heads()setnow includes
untracked_remote_tags().jj arrangenow scrolls the viewport to keep the selected commit visiblewhen the commit stack is taller than the terminal.
#9033.
The default pager flags now include
-K(--quit-on-intr), so pressingCtrl+C in
lessexits cleanly instead of leaving the terminal in acorrupted state (raw mode, visible escape sequences, broken input).
A side of a conflict whose contents end with a carriage return no longer loses
that byte when the materialized conflict is parsed back, such as when a
conflicted file is snapshotted from the working copy.
#9868
In colocated workspaces,
jj workspace update-stalenow correctly resets theGit HEAD to the parent of the fresh working-copy commit.
#9936
jj runno longer runs against the remaining revisions if a process exitswith a nonzero exit code.
Fixed crash in
jj loginvolving hidden revisions and thelog-graph-prioritizerevset.#9975
In colocated repos, an external
git addafter ajjcommand no longerproduces a tree with duplicate entries (
git fsck: duplicateEntries).jjwas leaving a stale cache-tree behind in
.git/index. Repositories alreadycorrupted this way are not repaired by the fix.
#9711
#8884
Contributors
Thanks to the people who made this release happen!
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.