Skip to content

chore(deps): update taskfile - #107

Open
agntcy-automation[bot] wants to merge 1 commit into
mainfrom
renovate/taskfile
Open

chore(deps): update taskfile#107
agntcy-automation[bot] wants to merge 1 commit into
mainfrom
renovate/taskfile

Conversation

@agntcy-automation

@agntcy-automation agntcy-automation Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending
astral-sh/uv patch 0.12.20.12.5
helm/helm patch 4.2.34.2.4
renovatebot/renovate minor 44.14.344.30.3 44.39.2 (+28)

Release Notes

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

v0.12.5

Compare Source

Released on 2026-08-14.

Python
  • Add CPython 3.10.21, 3.11.16, and 3.12.14 (#​21138)
  • Prefer newer versions and standard variants when selecting between equally prioritized Python interpreters (#​21134)
Enhancements
  • Simplify errors and hints for invalid editable requirements, and redact credentials in requirement URLs (#​21130)
Preview features
  • Allow --index and --default-index to select configured package indexes by name with the index-by-name preview feature (#​17455)
  • Include distribution artifact URLs and hashes in CycloneDX SBOM exports by default (#​21131)
  • Fall back to logical file sizes when using cache-physical-space on filesystems that do not support physical-space accounting (#​21133)
Bug fixes
  • Resolve relative package index paths in PEP 723 scripts against the script directory (#​21097)

v0.12.4

Compare Source

Released on 2026-08-13.

Enhancements
  • Prefer post-quantum key exchange and enable opt-in TLS diagnostics (#​21054)
  • Accept whitespace before versions in noncompliant wildcard comparisons such as Requires-Python: >= 3.5.* (#​21012)
  • Report a specific error when a PEP 723 closing tag contains trailing whitespace or other content (#​20944)
  • Omit source-span carets from diagnostics for empty PEP 508 requirements (#​21094)
Preview features
  • Add uv check --no-install-project and respect UV_NO_INSTALL_PROJECT to install dependencies without building or installing the project (#​21085)
  • Make the ty subprocess invoked by uv check honor uv's color and progress settings, including quiet mode (#​21086)
Performance
  • Speed up resolutions with long runs of unavailable package versions by coalescing gaps in the resolver's version ranges (#​20804)
  • Speed up Simple API parsing by deserializing PyPI and Pyx file metadata directly (#​21041)
Bug fixes
  • Use windowed pythonw.exe launchers for virtual environments created from managed Python minor-version links (#​19235)
  • Allow uv lock to proceed when .venv is an unusable project environment (#​21068)
  • Respect fork-strategy when ordering forks created from environments or existing lockfile resolution-markers (#​21000)
  • Preserve consecutive wildcard Python minor-version exclusions such as !=3.11.*, !=3.12.* in uv.lock (#​21045)
  • Preserve inline comments on the final item in dependency arrays when uv add updates it (#​21008)
  • Recover from stale base-interpreter cache metadata when an existing virtual environment exposes a version mismatch (#​21073)
  • Prevent interpreter cache reuse across different PYTHONEXECUTABLE and __PYVENV_LAUNCHER__ overrides (#​21075)
  • Show standard styling, usage guidance, and line termination for invalid uv version --bump values (#​21076)

v0.12.3

Compare Source

Released on 2026-08-07.

Python
Preview features
  • Add --output-format to select automatic, human-readable, or raw-byte output for uv cache size (#​20992)
  • Preserve JSON output from uv workspace metadata --quiet while suppressing diagnostics (#​20991)
  • Reduce memory usage for large workspaces by streaming uv workspace metadata JSON output (#​20990)
Performance
  • Reduce Linux startup latency by initializing the workspace cache before spawning another thread (#​20989)
  • Reuse compiled workspace exclusion patterns during workspace discovery (#​20988)
  • Speed up conflict-heavy resolutions by avoiding materialized range complements (#​20982)
  • Avoid slow procfs reads during Python interpreter discovery on Linux (#​20987)
Documentation
  • Add PEP 740 attestations to the GitHub Actions publishing example (#​20986)
  • Restrict the GitHub Actions publishing example to Python version tags (#​20973)
  • Correct --python-pin to --pin-python in the uv init --bare example (#​20876)
helm/helm (helm/helm)

v4.2.4: Helm v4.2.4

Compare Source

Helm v4.2.4 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

Notable Changes

Installation and Upgrading

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

This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @​scottrigby keybase account. Please use the attached signatures for verifying this release using gpg.

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.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026

Changelog

  • Minimal fix to build failure from #​31211. 3900f43 (Scott Rigby)
  • fix: bump go.opentelemetry.io/otel to v1.44.0 for GO-2026-5158 (#​32521) f7c6e8f (Terry Howe)
  • chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 035a2c3 (dependabot[bot])
  • fix: pass registry client to downloader.Manager in upgrade f76a5f4 (Gates Wang)
  • Apply suggestions 5a7c6c7 (Will Noble)
  • Properly format the extra field in gzipped packages 2281848 (Will Noble)
  • Fix missing conflict retry with server-side apply (#​32088) 2c979a1 (Jakub Jaruszewski)
  • Potential fix for pull request finding 2bd2c66 (kimsungmin1)
  • fix(registry): resolve golangci-lint issues in token-auth tests 183a540 (kimsm28)
  • chore: go mod tidy after rebase on main 08d8da1 (kimsm28)
  • fix(registry): use plain-http registry in token-auth scope test 9655b5a (kimsm28)
  • Update pkg/registry/client.go 430dfac (Terry Howe)
  • test: improve client_scope_test.go to avoid data races and brittle assertions 9569605 (kimsm28)
  • fix typos in withScopeHint function comment 63f2b68 (kimsm28)
  • fix registry test failures by adjusting DockerRegistryHost and auth server listener management f7488c0 (kimsm28)
  • fix variable naming requestUrl -> requestURL 8fe78fb (kimsm28)
  • fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder d0670d2 (kimsm28)
  • change suite.Nil, suite.NotNill to more proper function(suite.NoError, suite.Error) 804256e (kimsungmin1)
  • change client_scope_test.go to use httptest d79bceb (kimsungmin1)
  • fix typo d34fcd9 (kimsungmin1)
  • remove freeport dependency 9fbd190 (kimsungmin1)
  • add newline in license header 9275661 (kimsungmin1)
  • fix scope when helm push to a registry that use token auth fef91f3 (kimsungmin1)
  • fix panic on repeated IsReachable calls e89ce68 (Mohammad Abdolirad)
  • fix(provenance): check error return in Digest ff1ac83 (Sebastien Tardif)
  • fix: address review feedback 4b4dedb (Sebastien Tardif)
  • fix: fetch logs from all containers in test pods 7c80103 (Sebastien Tardif)
  • chore: rename savedErr to clear its specific purpose ecc9cd2 (Jeaeun Kim)
  • chore: fix lint f6211ba (Jeaeun Kim)
  • chore: store err separately for clarity 3507ea5 (Jeaeun Kim)
  • chore: Improve error reporting for helm template --debug with --show-only 211ffae (Jeaeun Kim)
  • Address review comments 51a9837 (Matheus Pimenta)
  • Fix vanishing empty lines 83a8b70 (Matheus Pimenta)

Full Changelog: helm/helm@v4.2.3...v4.2.4

renovatebot/renovate (renovatebot/renovate)

v44.30.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.6 (main) (#​45293) (bf865fe)

v44.30.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.5 (main) (#​45292) (1e108a0)
Miscellaneous Chores

v44.30.1

Compare Source

Bug Fixes

v44.30.0

Compare Source

Features

v44.29.5

Compare Source

Bug Fixes
  • platform/github: abort branch update when PR is in merge queue (#​45252) (c953faf)
Miscellaneous Chores
Continuous Integration
  • auto-label PRs that have been dequeued from the Merge Queue (#​45270) (eba4b3e)

v44.29.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.4 (main) (#​45277) (7226640)

v44.29.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.3 (main) (#​45274) (00daaee)
Miscellaneous Chores

v44.29.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.2 (main) (#​45271) (184f31d)

v44.29.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.1 (main) (#​45255) (14604ae)
Code Refactoring

v44.28.0

Compare Source

Features
  • gomod: add gomodTidyAll option for indirect dependency updates in Go monorepos (#​37138) (ab105e6)
Miscellaneous Chores

v44.27.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.86.0 (main) (#​45254) (f6acbb5)
Miscellaneous Chores

v44.26.3

Compare Source

Bug Fixes
Tests

v44.26.2

Compare Source

Bug Fixes
  • platform/azure: skip work item Markdown format on Azure DevOps Server (#​45237) (d678372)
Continuous Integration
  • workflows: switch select workflows to ubuntu-slim runner (#​45247) (6d4a5d3)

v44.26.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.85.1 (main) (#​45246) (851d6b6)
  • manager/npm: do not pass --recursive to pnpm dedupe (#​45244) (b2da209)
Miscellaneous Chores

v44.26.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.85.0 (main) (#​45240) (e2f223e)
Code Refactoring

v44.25.0

Compare Source

Features

v44.24.4

Compare Source

Bug Fixes
Build System
  • deps: update dependency semantic-release to v25.0.9 (main) (#​45238) (5ecbdc9)

v44.24.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.84.3 (main) (#​45233) (8a6d27d)
Miscellaneous Chores

v44.24.2

Compare Source

Bug Fixes

v44.24.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.84.2 (main) (#​45223) (bbda046)
Miscellaneous Chores

v44.24.0

Compare Source

Features
  • manager/github-actions: add support for Actions Lockfiles (#​45199) (fba1a9d)
Documentation
Miscellaneous Chores
Code Refactoring
  • manager: add utility for creating Artifact Error messages (#​45218) (15d5414)

v44.23.3

Compare Source

Bug Fixes
  • swift: support Package Registry pins in Package.resolved (#​44358) (d735b9b)

v44.23.2

Compare Source

Bug Fixes

v44.23.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.84.1 (main) (#​45209) (f4f7ea1)

v44.23.0

Compare Source

Features

v44.22.0

Compare Source

Features

v44.21.0

Compare Source

Features
  • replacements: add replacements for dev-facing Comet packages (#​45112) (b9b2755)

v44.20.1

Compare Source

Bug Fixes
Miscellaneous Chores

v44.20.0

Compare Source

Features
Documentation
Code Refactoring

v44.19.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.84.0 (main) (#​45197) (197ad00)

v44.18.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.83.0 (main) (#​45195) (63f9e20)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.14.0 (main) (#​45194) (7275fcb)

v44.17.5

Compare Source

Bug Fixes

v44.17.4

Compare Source

Bug Fixes
  • versioning/cargo: convert ranges to semver in subset and intersects (#​45146) (1f6546b)

v44.17.3

Compare Source

Bug Fixes
  • manager/asdf,mise,proto: use rust-version datasource for rust (#​45143) (a2d1b8c)
  • manager/rust-toolchain: report skipReason instead of dropping deps (#​45144) (183ee9c)

v44.17.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.11 (main) (#​45187) (44e862a)
Documentation
Miscellaneous Chores

v44.17.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.10 (main) (#​45175) (ef843fd)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.13.19 (main) (#​45174) (4b27160)

v44.17.0

Compare Source

Features
  • presets: add replacement for deprecated password pusher images (#​45172) (a484d01)
Miscellaneous Chores

v44.16.1

Compare Source

Bug Fixes

v44.16.0

Compare Source

Features
Miscellaneous Chores

v44.15.0

Compare Source

Features

v44.14.12

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.9 (main) (#​45156) (1b99a61)
Miscellaneous Chores

v44.14.11

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.8 (main) (#​45150) (952ec8d)

v44.14.10

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.7 (main) (#​45149) (f306402)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.13.17 (main) (#​45148) (b726beb)

v44.14.9

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.6 (main) (#​45147) (84ef069)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.13.16 (main) (#​45145) (4c492d3)

v44.14.8

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.5 (main) (#​45141) (ee9e688)
Miscellaneous Chores
Code Refactoring
  • types: make return type for getToolSettingsOptions stricter (#​45133) (c92c7e2)

v44.14.7

Compare Source

Bug Fixes
  • exec/docker: single-quote the sidecar bash command (b017c75)
  • manager/deno: quote allow-import host list in install command (3793e3b)
  • manager/gomod: quote module path in import path update command (c9cec1a)
  • manager/gradle-wrapper: quote distribution URL in wrapper command (b3f7846)
  • manager/maven-wrapper: quote distribution type in wrapper command (7279744)
  • manager/mix: quote hex organization and token in auth command (ff3e99e)
  • manager/nix: quote GitHub token in flake update command (521d325)
  • manager/npm: quote package spec in corepack command (6d2fa81)
Miscellaneous Chores
  • add no-unquoted-exec-interpolation linting rule (e510b9a)
Code Refactoring
  • generate the list of templatable fields (df7a014)

v44.14.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.4 (main) (#​45131) (d8aa95f)
Documentation
Miscellaneous Chores
  • deps: update dependency nock to v14.0.17 (main) (#​45121) (2668a65)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.13.15 (main) (#​45120) (3bcc84b)
  • deps: update pnpm/setup action to v2.0.1 (main) (#​45129) (ed81456)
Code Refactoring

v44.14.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.82.3 (main) (#​45122) (4230fe3)
Miscellaneous Chores

Note

PR body was truncated to here.

@agntcy-automation
agntcy-automation Bot requested a review from a team as a code owner August 21, 2026 06:18
@agntcy-automation agntcy-automation Bot added build dependencies Pull requests that update a dependency file labels Aug 21, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@agntcy-automation
agntcy-automation Bot force-pushed the renovate/taskfile branch 3 times, most recently from 196e258 to 676179a Compare August 22, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant