Skip to content

Bump taskcluster from 96.3.1 to 96.5.1 in /tools - #61

Closed
dependabot[bot] wants to merge 1 commit into
forkfrom
dependabot/pip/tools/taskcluster-96.5.1
Closed

Bump taskcluster from 96.3.1 to 96.5.1 in /tools#61
dependabot[bot] wants to merge 1 commit into
forkfrom
dependabot/pip/tools/taskcluster-96.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2026

Copy link
Copy Markdown
Contributor

Bumps taskcluster from 96.3.1 to 96.5.1.

Release notes

Sourced from taskcluster's releases.

v96.5.1

DEPLOYERS

▶ [patch] #8292 Claim-resolver and deadline-resolver expose metrics.

v96.5.0

GENERAL

▶ [patch] Upgrades to go1.26.0

Release notes here.

WORKER-DEPLOYERS

▶ [minor] #7147 Worker-manager now decides which workers should be kept during the worker-scanner loop, surfaced via the shouldWorkerTerminate API. Decision is being made based on several policies:

  • if launch config is archived - worker would be marked as "shouldTerminate=true"
  • if workers exceed the desired capacity (more workers than pending tasks) - the oldest workers would be marked as "shouldTerminate=true" (newest workers are kept)

▶ [patch] #8289 Generic Worker: fixes credential expiration during high-volume artifact uploads by narrowing the scope of the queue client lock so that credential refresh is no longer blocked by in-flight HTTP calls.

▶ [patch] #8291 Generic Worker: handles SIGTERM during task execution by triggering graceful termination, ensuring preempted tasks are properly resolved as exception/worker-shutdown instead of exception/claim-expired.

USERS

▶ [minor] #8035 The index service no longer adds a bewit (time-limited auth token) to redirect URLs for public artifacts. Artifacts are considered public if the anonymous role has the necessary scopes to get them. The index service caches the scopes associated to the anonymous role and refreshes them from the auth service every 5 minutes. Additionally, for public artifacts, the index service now resolves the final artifact URL server-side by calling the queue's latestArtifact endpoint, reducing the redirect chain from two hops (Index → Queue → storage) to one (Index → storage).

▶ [patch] #8070 Show a warning banner in the UI when live updates are disabled due to missing web:read-pulse scope, instead of silently showing stale data.

DEVELOPERS

▶ [patch] #8292 Add missing queue_exception_tasks metric to the claim-resolver and deadline-resolver.

▶ [patch] #8261 Fix webpack-dev-server crash (ECONNRESET) when proxying WebSocket /subscription endpoint during local UI development.

OTHER

▶ Additional change not described here: #8271.

Automated Package Updates

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v96.5.1

DEPLOYERS

▶ [patch] #8292 Claim-resolver and deadline-resolver expose metrics.

v96.5.0

GENERAL

▶ [patch] Upgrades to go1.26.0

Release notes here.

WORKER-DEPLOYERS

▶ [minor] #7147 Worker-manager now decides which workers should be kept during the worker-scanner loop, surfaced via the shouldWorkerTerminate API. Decision is being made based on several policies:

  • if launch config is archived - worker would be marked as "shouldTerminate=true"
  • if workers exceed the desired capacity (more workers than pending tasks) - the oldest workers would be marked as "shouldTerminate=true" (newest workers are kept)

▶ [patch] #8289 Generic Worker: fixes credential expiration during high-volume artifact uploads by narrowing the scope of the queue client lock so that credential refresh is no longer blocked by in-flight HTTP calls.

▶ [patch] #8291 Generic Worker: handles SIGTERM during task execution by triggering graceful termination, ensuring preempted tasks are properly resolved as exception/worker-shutdown instead of exception/claim-expired.

USERS

▶ [minor] #8035 The index service no longer adds a bewit (time-limited auth token) to redirect URLs for public artifacts. Artifacts are considered public if the anonymous role has the necessary scopes to get them. The index service caches the scopes associated to the anonymous role and refreshes them from the auth service every 5 minutes. Additionally, for public artifacts, the index service now resolves the final artifact URL server-side by calling the queue's latestArtifact endpoint, reducing the redirect chain from two hops (Index → Queue → storage) to one (Index → storage).

▶ [patch] #8070 Show a warning banner in the UI when live updates are disabled due to missing web:read-pulse scope, instead of silently showing stale data.

DEVELOPERS

▶ [patch] #8292 Add missing queue_exception_tasks metric to the claim-resolver and deadline-resolver.

▶ [patch] #8261 Fix webpack-dev-server crash (ECONNRESET) when proxying WebSocket /subscription endpoint during local UI development.

OTHER

▶ Additional change not described here: #8271.

... (truncated)

Commits
  • 3d94c0f v96.5.1
  • ca13ba9 Merge pull request #8297 from taskcluster/feat/8292-expose-metrics-bg
  • a9ac806 feat(queue): Fix metrics exposure in resolvers
  • 7111fbc v96.5.0
  • 998cc32 Merge pull request #8290 from taskcluster/matt-boris/fixReclaimDeadlock
  • c52e4bc Merge pull request #8296 from taskcluster/feat/8292-claim-expired-not-reported
  • 25ac3df Merge pull request #8293 from taskcluster/matt-boris/gwHandleSigterm
  • cc2fde2 feat(queue): Report missing metrics for claim and deadline resolvers
  • 306bd11 Merge pull request #8295 from taskcluster/dependabot/npm_and_yarn/tar-7.5.9
  • abb1e81 build(deps): bump tar from 7.5.7 to 7.5.9
  • 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 96.3.1 to 96.5.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v96.3.1...v96.5.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 96.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github Feb 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #63.

@dependabot dependabot Bot closed this Feb 20, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/tools/taskcluster-96.5.1 branch February 20, 2026 22:17
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants