Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps taskcluster from 94.1.1 to 95.1.0.

Release notes

Sourced from taskcluster's releases.

v95.1.0

USERS

▶ [minor] Queue service allows changing the priority of unresolved tasks. Two new endpoints are being introduced:

  • queue.changeTaskPriority
  • queue.changeTaskGroupPriority

This is the implementation of the RFC190

v95.0.3

GENERAL

▶ [patch] Notify Service: upgrades to use @aws-sdk/client-sesv2 with the latest version of nodemailer to resolve some security vulnerabilities.

▶ [patch] Upgrades CI Decision task to use Taskgraph v18.0.3.

▶ [patch] Upgrades to Node.js v24.12.0.

WORKER-DEPLOYERS

▶ [patch] #8176 Worker-manager ensures workers are spawned for single launch config worker pools when adjusted weight might drop below zero with remaining capacity.

▶ [patch] Changed the garbage collector to clean caches after docker resources when d2g is enabled

USERS

▶ [patch] Switch back web-server queues to classic, as those are only used for short-lived task group updates in the UI and don't require same durability and Raft consensus algorithm.

Automated Package Updates

  • build(deps): bump nodemailer from 6.10.1 to 7.0.11 (c44db5baed)
  • build(deps): bump reqwest from 0.12.24 to 0.13.1 in /clients/client-rust (4be90d4161)
  • build(deps-dev): bump the client-python-deps group (4b063d40f4)
  • build(deps): bump the client-rust-deps group (f5764e2108)
  • build(deps): bump the go-deps group with 6 updates (1277638a11)
  • build(deps-dev): bump eslint (bc30026329)
  • build(deps): bump got in /clients/client in the client-node-deps group (25de41b848)
  • build(deps): bump qs from 6.13.0 to 6.14.1 in /ui (09b7c0b90b)

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v95.1.0

USERS

▶ [minor] Queue service allows changing the priority of unresolved tasks. Two new endpoints are being introduced:

  • queue.changeTaskPriority
  • queue.changeTaskGroupPriority

This is the implementation of the RFC190

v95.0.3

GENERAL

▶ [patch] Notify Service: upgrades to use @aws-sdk/client-sesv2 with the latest version of nodemailer to resolve some security vulnerabilities.

▶ [patch] Upgrades CI Decision task to use Taskgraph v18.0.3.

▶ [patch] Upgrades to Node.js v24.12.0.

WORKER-DEPLOYERS

▶ [patch] #8176 Worker-manager ensures workers are spawned for single launch config worker pools when adjusted weight might drop below zero with remaining capacity.

▶ [patch] Changed the garbage collector to clean caches after docker resources when d2g is enabled

USERS

▶ [patch] Switch back web-server queues to classic, as those are only used for short-lived task group updates in the UI and don't require same durability and Raft consensus algorithm.

Automated Package Updates

  • build(deps): bump nodemailer from 6.10.1 to 7.0.11 (c44db5baed)
  • build(deps): bump reqwest from 0.12.24 to 0.13.1 in /clients/client-rust (4be90d4161)
  • build(deps-dev): bump the client-python-deps group (4b063d40f4)
  • build(deps): bump the client-rust-deps group (f5764e2108)
  • build(deps): bump the go-deps group with 6 updates (1277638a11)
  • build(deps-dev): bump eslint (bc30026329)

... (truncated)

Commits
  • 42f6cb7 v95.1.0
  • 52483d4 Merge pull request #8191 from taskcluster/feat/rfc190-task-priroity-change
  • 8cd815c feat(queue): Change task and task group priority endpoints
  • a996b82 v95.0.3
  • 62dc77f Merge pull request #8177 from taskcluster/feat/fix-launch-configs-single-lc
  • 305ff67 Merge pull request #8137 from taskcluster/dependabot/npm_and_yarn/nodemailer-...
  • 10fd6f2 chore(notify): migrate to aws-sdk/client-sesv2
  • c44db5b build(deps): bump nodemailer from 6.10.1 to 7.0.11
  • 2066985 Merge pull request #8189 from taskcluster/dependabot/uv/clients/client-py/cli...
  • e2cee0c Merge pull request #8188 from taskcluster/dependabot/cargo/clients/client-rus...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 12, 2026
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 94.1.1 to 95.1.0.
- [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.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster-95.1.0 branch from 9425b18 to c06e34a Compare January 12, 2026 14:13
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