Skip to content

chore(deps): update docker#187

Open
bootc-bot[bot] wants to merge 1 commit into
mainfrom
bootc-renovate/docker
Open

chore(deps): update docker#187
bootc-bot[bot] wants to merge 1 commit into
mainfrom
bootc-renovate/docker

Conversation

@bootc-bot
Copy link
Copy Markdown
Contributor

@bootc-bot bootc-bot Bot commented May 17, 2026

This PR contains the following updates:

Package Update Change
astral-sh/uv patch 0.11.130.11.14
block/goose minor v1.33.1v1.34.1
nextest-rs/nextest patch 0.9.1330.9.136
rust-nightly patch nightly-2026-05-10nightly-2026-05-17

Release Notes

astral-sh/uv (astral-sh/uv)

v0.11.14

Compare Source

Released on 2026-05-12.

Enhancements
  • Add Astral mirror URL override (#​19206)
  • Ignore top_level.txt entries in uninstall that are not valid Python identifiers (#​19340)
Bug fixes
  • Avoid applying .env files in parent process (#​19343)
  • Filter ANSI codes in logging output (#​19311)
  • Fix uv tree showing extra-conditional deps for packages required without extras (#​19332)
  • Respect build options (e.g., --no-build) during lock validation (#​19366)
block/goose (block/goose)

v1.34.1

Compare Source

🔧 Improvements
  • Build non-vulkan linux variants using ubuntu 22.04 #​9211

v1.34.0

Compare Source

✨ Features
  • Hooks support for customizable agent behavior #​9093
  • Agents CRUD operations #​9084
  • Projects as backend sources with system prompt injection #​8739
  • Auto-updating for plugins #​9061
  • Linux Vulkan support for local inference #​9038
  • ACP streamable HTTP spec compliance #​9034
  • Expose built-in skills through sources list ACP calls #​9045
  • Provider-first onboarding flow #​9039
  • Move goose2 provider catalog behind ACP layer #​9030
  • Group consecutive tool calls into one summarized chain card #​8995
  • Replace raw config and secret methods in ACP #​9000
  • goose2 support for custom providers in UI & ACP #​8924
  • Configurable Ollama host in goose2 #​8912
  • Update provider row after saving credentials #​8914
  • Google model inventory refresh support #​8913
  • Skills in the chat composer #​8881
  • Mergeable configs #​8378
  • MCP Apps: hydrate and replay app payloads in goose2 #​8632
  • MCP Apps: translate ACP host capabilities into MCP initialization #​8623
  • Windows CUDA release artifacts #​8750
  • goose2 compact settings modal headers #​8950
  • goose-tui binary #​9089
🐛 Bug Fixes
  • Insert tool pair summaries at chronological position in conversation #​9087
  • Enable SQLite foreign key enforcement in session pool #​9121
  • Deleted chat session still appears in sidebar list #​8674
  • Revert unexpected change from ui/goose2 work #​9098
  • Require extension_name on read_resource #​8989
  • Queued message lost when clicking send now #​9074
  • Keep model picker and session config in sync #​9048
  • Read prompted file parameters in recipes #​8504
  • Accept null tool_call arguments in OpenAI streaming chunks #​9035
  • Use python3 in developer extension instructions for macOS/Linux compatibility #​8784
  • Synchronously reap ACP child to avoid SIGCHLD race #​9023
  • goose2 small-window chat and settings layouts #​9019
  • Elicitation fixes #​8999
  • SACP notifies clients of generated session names #​8983
  • Unscheduling a recipe should not delete them #​8978
  • Seed provider handoff history in ACP #​8941
  • Respect goose2 interface density settings #​8953
  • Make goose2 respect accent color #​8952
  • Preserve replay message timestamps #​8942
  • goose2 window minimum sizing #​8946
  • Avoid transform-rasterized dialog text in goose2 #​8937
  • Keep renamed skills open in detail view #​8935
  • Gemini OAuth onboarding failure #​8905
  • Copy and content improvements in goose2 #​8886
  • Model picker stays usable during provider loading #​8900
  • Handle ACP requests concurrently #​8781
  • CRT linkage in Windows CUDA build #​8987
  • Exclude preprompt from session title generation #​8793
  • Prevent login-shell PATH probe from suspending goose on startup #​8804
  • Remove defaults yaml #​8854
🔧 Improvements
  • Keep thread tables + column #​9156
  • Refactor local inference around backends #​9137
  • Remove threads layer, use sessions directly for ACP #​9078
  • Install plugins to ~/.agents/plugins #​9088
  • Switch to official new rust-sdk for ACP #​9062
  • Remove attachment preamble in goose2 #​9052
  • goose2 UI state refactor (part 1) #​9049
  • Clean up types #​9057
  • Use native arm64 runners for Linux artifact builds #​9075
  • Redesign Extensions page, remove enable toggle, treat Extension Manager as core MCP enabler per session #​8940
  • Extensions page styling alignment #​9003
  • Replace artifact heuristics/regexes with protocol messages #​8996
  • Fold UI refactor review into code review skill #​8982
  • LM Studio declarative provider improvements #​8973
  • Remove artifacts dir handling #​8945
  • Install plugins #​8949
  • Render MCP apps inline in goose2 #​8877
  • Remove skill categories #​9008
  • goose2 distribution bundling #​8911
  • goose2 used ACP session id #​8985
  • Clean up goose2 settings headers #​8951
  • Break up acp/server.rs #​8932
  • goose2 skill refactor #​8897
  • Update patterns for pattern-based command injection #​8546
  • Polish sidebar navigation and project icons #​8896
  • Parallelize provider resolution and eagerly init SQLite pool #​8899
  • Update goose2 credential management behind provider-scoped ACP/core API #​8887
  • Deduplicate _goose/providers/list RPC call at startup #​8873
  • Agent provider to use explicit type states #​8879
  • Redesign skills library #​8868
  • Revert client-side autocompaction #​9055
  • Set LLAMA_STATIC_CRT for Windows CUDA #​8901
  • Disable spellcheck in model search #​8889
📚 Documentation
  • Blog: orchestrating with goose #​9104
  • Remove old goose bench documentation #​9054
  • Updated tunnel remote access documentation #​9077
  • Blog: findings with minimax and office QA benchmark #​8984
  • Align CODEOWNERS with pull request review rules in GOVERNANCE.md #​9056
  • Bring MAINTAINERS.md up to date #​9053
  • Improve AGENTS.md readability #​8979
  • Improve goose2 AGENTS.md #​9028
  • Add CLAUDE.mds to mirror AGENTS.mds #​9029
  • Blog: goose with peekaboo #​8884
  • Blog: Built-in Local Inference #​8808
  • Hide Windows CUDA download links until release #​8874
nextest-rs/nextest (nextest-rs/nextest)

v0.9.136: cargo-nextest 0.9.136

Compare Source

Added
  • Following up from the recently-added schema for repository configuration, nextest now also provides a JSON Schema for user configuration. The schema for the running version can be obtained by running cargo nextest self schema user-config. (#​3351)
Changed
  • The max-progress-running user-config setting no longer accepts numeric strings like "8" (an undocumented fallback). The supported values remain a non-negative integer (e.g. 8) or "infinite". (#​3350)

v0.9.135: cargo-nextest 0.9.135

Compare Source

Fixed an issue with a from-crates.io build.

v0.9.134: cargo-nextest 0.9.134

Compare Source

Added
  • Nextest now provides a JSON Schema for repository configuration at .config/nextest.toml, enabling validation and IDE autocompletion via the Tombi language server.

    Thanks ya7010 for your first contribution, and for maintaining Tombi!

    (Note that the Taplo language server is not supported due to a crash bug. The schema has been tested to work with Tombi.)

  • For target triples that nextest doesn't have built-in information about, nextest now invokes rustc --print=cfg --target=<triple> to resolve platform information before falling back to heuristic detection. This is particularly useful for custom builds of the Rust toolchain. (#​3331)

    Thanks mhatzl for your first contribution!

Changed
  • User config platform overrides are now always evaluated against the build target: the platform nextest was compiled for. Previously, the build target was used in some cases and the host platform in others. (#​3285)

    In most cases the build target matches the host platform, but they can differ when, for example, running an x86_64-unknown-linux-musl nextest binary on a glibc (-gnu) host. This change does not affect per-test overrides, which continue to be matched against the host or target platform of the tests being run.

Fixed
  • cargo nextest store export and cargo nextest store export-chrome-trace now verify the store format version before exporting, matching the behavior of cargo nextest replay and the rerun commands. (#​3287)

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on sunday"
  • Automerge
    • At any time (no schedule defined)

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


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

This PR has been generated by Mend Renovate.

@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/docker branch 4 times, most recently from 5f277bd to 887da86 Compare May 17, 2026 16:30
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/docker branch from 887da86 to d4bee6f Compare May 17, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants