Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2025

Bumps taskcluster from 94.1.1 to 95.0.2.

Release notes

Sourced from taskcluster's releases.

v95.0.2

WORKER-DEPLOYERS

▶ [patch] #8083 Generic Worker (windows): adds retries to the win32 LoadUserProfile call to help prevent The device is not ready worker errors.

▶ [patch] Generic Worker (with worker-runner): properly unregisters a worker when it exits due to internal error or non-current deployment ID. Followup to #8165.

▶ [patch] #8023 Generic Worker: limits concurrent artifact uploads to 10 at a time. Followup to #8032.

v95.0.1

WORKER-DEPLOYERS

▶ [patch] #8153 Generic Worker (d2g): anonymous volumes from the task container are no longer removed at the end of a task run in order to resolve the task sooner. The garbage collector was updated to take care of these instead.

▶ [patch] Generic Worker: moves the AbortFeature to be the first to initialize and start up for each task. This change allows the worker to be ready for spot terminations as early as possible, so that it doesn't get preempted while it's setting up other task features, not knowing the cloud provider wants the worker to shutdown.

This will help tasks resolve properly as worker shutdown in the case where a spot termination request comes in as soon as the worker starts up. Beforehand, when this situation would happen, the task would commonly resolve as claim expired because the worker didn't have enough time to react to the preemption notice.

▶ [patch] Worker-runner will now properly unregister a worker when it exits because of an idle timeout

v95.0.0

DEPLOYERS

▶ [MAJOR] #8074 Pulse consumer expects core Taskcluster classic RabbitMQ queues to be deleted before being auto-recreated as quorum queues.

v94.3.0

GENERAL

▶ [minor] #8049

API Documentation Now Includes Code Examples

The API reference documentation now includes code examples for every endpoint in multiple languages:

  • curl - Raw HTTP requests
  • Go - Go client library
  • Python - Synchronous and asynchronous client libraries
  • Node.js - Node.js client library
  • Web - Browser/web client library
  • Rust - Rust client library
  • Shell - Taskcluster CLI (taskcluster-cli)

Each example demonstrates how to:

  • Set up the client with authentication (both explicit credentials and environment variables)
  • Call the API endpoint with proper parameters

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v95.0.2

WORKER-DEPLOYERS

▶ [patch] #8083 Generic Worker (windows): adds retries to the win32 LoadUserProfile call to help prevent The device is not ready worker errors.

▶ [patch] Generic Worker (with worker-runner): properly unregisters a worker when it exits due to internal error or non-current deployment ID. Followup to #8165.

▶ [patch] #8023 Generic Worker: limits concurrent artifact uploads to 10 at a time. Followup to #8032.

v95.0.1

WORKER-DEPLOYERS

▶ [patch] #8153 Generic Worker (d2g): anonymous volumes from the task container are no longer removed at the end of a task run in order to resolve the task sooner. The garbage collector was updated to take care of these instead.

▶ [patch] Generic Worker: moves the AbortFeature to be the first to initialize and start up for each task. This change allows the worker to be ready for spot terminations as early as possible, so that it doesn't get preempted while it's setting up other task features, not knowing the cloud provider wants the worker to shutdown.

This will help tasks resolve properly as worker shutdown in the case where a spot termination request comes in as soon as the worker starts up. Beforehand, when this situation would happen, the task would commonly resolve as claim expired because the worker didn't have enough time to react to the preemption notice.

▶ [patch] Worker-runner will now properly unregister a worker when it exits because of an idle timeout

v95.0.0

DEPLOYERS

▶ [MAJOR] #8074 Pulse consumer expects core Taskcluster classic RabbitMQ queues to be deleted before being auto-recreated as quorum queues.

v94.3.0

GENERAL

▶ [minor] #8049

API Documentation Now Includes Code Examples

The API reference documentation now includes code examples for every endpoint in multiple languages:

  • curl - Raw HTTP requests
  • Go - Go client library
  • Python - Synchronous and asynchronous client libraries
  • Node.js - Node.js client library
  • Web - Browser/web client library
  • Rust - Rust client library
  • Shell - Taskcluster CLI (taskcluster-cli)

... (truncated)

Commits
  • 1323d55 v95.0.2
  • 42137f1 Merge pull request #8169 from taskcluster/matt-boris/gwRetryLoadUserProfileWi...
  • fe9da7a fix(generic-worker): add retries to LoadUserProfile
  • 734ff10 Merge pull request #8167 from taskcluster/matt-boris/gwDecreaseArtifactUpload...
  • 9c90377 fix(generic-worker): limit concurrent artifact uploads to 10
  • 86d0075 Merge pull request #8166 from taskcluster/matt-boris/gwUseWorkerRunnerShutdow...
  • cba6ff3 fix(generic-worker): shutdown with worker runner in all shutdown cases
  • adc09df v95.0.1
  • 2662c3f Merge pull request #8163 from taskcluster/matt-boris/gwGarbageCollectorDocker...
  • 8ef5e30 Merge pull request #8165 from Eijebong/unregister-on-idle-timeout
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 94.1.1 to 95.0.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v94.1.1...v95.0.2)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 95.0.2
  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 Pull requests that update Python code labels Dec 17, 2025
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.

1 participant