Skip to content

Bump taskcluster from 100.2.0 to 103.0.1 - #2824

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/taskcluster-103.0.1
Closed

Bump taskcluster from 100.2.0 to 103.0.1#2824
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/taskcluster-103.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps taskcluster from 100.2.0 to 103.0.1.

Release notes

Sourced from taskcluster's releases.

v103.0.1

WORKER-DEPLOYERS

▶ [patch] Generic worker now continues trying to garbage collect caches even if one removal fails for any reason

USERS

▶ [patch] #8942 Fix workers panicking if a task that's not resolved yet would exhaust enough disk space for the worker to not meet their minimum disk space required to claim new tasks.

▶ [patch] Generic worker will try evicting writable cache directories again when garbage collecting. This was regressed in v100.0.0

▶ [patch] Workers will now reliably clean task directories / users again. The cleanup behavior was regressed in v100.0.0

v103.0.0

DEPLOYERS

▶ [minor] The Helm chart now supports annotations on Taskcluster workload pods. Use the global podAnnotations map for every Deployment and CronJob pod. A service process's podAnnotations map is merged with the global map for that workload, with process values taking precedence for matching keys.

▶ [patch] Fixed a potential panic in websocktunnel when a worker sent a malformed ACK

▶ [patch] Websocktunnel will now close sessions when a client sends an invalid packet instead of silently ignoring it

ADMINS

▶ [patch] bug 2057491 Fixed a bug in the auth service's scope resolver where the scopes :*, ::*, :a*, :as*, :ass*, :assu*, :assum* and :assume* were expanded as if they were *

USERS

▶ [MAJOR] #8869 The client-rust AsyncWriterFactory now needs to be Send and the get_writer method now takes an optional content_length parameter that indicates what size the writer should expect. The get_writer method is also now only called when the initial request succeeded and the response stream is about to be pulled.

▶ [patch] #7590 Add UI to view audit history for client, roles, hooks, secrets

▶ [patch]

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v103.0.1

WORKER-DEPLOYERS

▶ [patch] Generic worker now continues trying to garbage collect caches even if one removal fails for any reason

USERS

▶ [patch] #8942 Fix workers panicking if a task that's not resolved yet would exhaust enough disk space for the worker to not meet their minimum disk space required to claim new tasks.

▶ [patch] Generic worker will try evicting writable cache directories again when garbage collecting. This was regressed in v100.0.0

▶ [patch] Workers will now reliably clean task directories / users again. The cleanup behavior was regressed in v100.0.0

v103.0.0

DEPLOYERS

▶ [minor] The Helm chart now supports annotations on Taskcluster workload pods. Use the global podAnnotations map for every Deployment and CronJob pod. A service process's podAnnotations map is merged with the global map for that workload, with process values taking precedence for matching keys.

▶ [patch] Fixed a potential panic in websocktunnel when a worker sent a malformed ACK

▶ [patch] Websocktunnel will now close sessions when a client sends an invalid packet instead of silently ignoring it

ADMINS

▶ [patch] bug 2057491 Fixed a bug in the auth service's scope resolver where the scopes :*, ::*, :a*, :as*, :ass*, :assu*, :assum* and :assume* were expanded as if they were *

USERS

▶ [MAJOR] #8869 The client-rust AsyncWriterFactory now needs to be Send and the get_writer method now takes an optional content_length parameter that indicates what size the writer should expect. The get_writer method is also now only called when the initial request succeeded and the response stream is about to be pulled.

▶ [patch] #7590 Add UI to view audit history for client, roles, hooks, secrets

... (truncated)

Commits
  • 85c75bc v103.0.1
  • 79e8100 Merge pull request #8946 from Eijebong/fix-caches
  • 6c980e3 Only remove a file cache entry if it is still the one we evicted
  • 4c9d9d7 Take the cache lock when evicting file caches during garbage collection
  • 84f1d63 Don't give up garbage collecting when one eviction fails
  • 134c50e Let the garbage collector reach writable directory caches
  • df57906 Purge task directories when a completion is handled by the bottom loop select
  • b7c75cc Log when the main loop is waiting for a task to resolve
  • 5d576d2 Don't log disk space in the getter for it
  • 1e07e05 Don't panic when the GC can't free enough disk space while other tasks are ru...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 100.2.0 to 103.0.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v100.2.0...v103.0.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 103.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2828.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/taskcluster-103.0.1 branch August 10, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants