Skip to content

build(deps): bump taskcluster from 100.1.0 to 102.0.1 in /bot#3027

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/bot/taskcluster-102.0.1
Open

build(deps): bump taskcluster from 100.1.0 to 102.0.1 in /bot#3027
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/bot/taskcluster-102.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps taskcluster from 100.1.0 to 102.0.1.

Release notes

Sourced from taskcluster's releases.

v102.0.1

WORKER-DEPLOYERS

▶ [patch] #8890 Generic Worker FreeBSD build has been fixed.

Automated Package Updates

  • build(deps): bump brace-expansion from 1.1.13 to 1.1.16 (1134030fb9)
  • build(deps): bump brace-expansion from 2.1.0 to 2.1.2 in /clients/client (b15dd41687)
  • build(deps): bump brace-expansion from 1.1.13 to 1.1.16 in /ui (1d5a64cdc6)
  • build(deps): bump axios from 1.16.0 to 1.18.1 (9953989868)

v101.1.0

DEPLOYERS

▶ [patch] Remove support for google analytics (GA_TRACKING_ID doesn't do anything anymore) in the UI as it's been unsupported and untested for years.

WORKER-DEPLOYERS

▶ [patch] #8664 When a worker-manager checkWorker call times out, the scanner now aborts the in-flight provider API call and logs a warning instead of reporting an error, since the worker is re-checked on the next loop. Other checkWorker failures are still reported as errors.

▶ [patch] The Google provider in worker-manager now logs a single transient GCP compute 5xx at notice rather than warning level.

USERS

▶ [patch] bug 2053178 Fix a way for PRs from forks to bypass the public_restricted policy by declaring version: 0 in their own taskcluster.yml

▶ [patch] bug 2053380 Fix login CSRF in the github login flow by validating the oauth state parameter

▶ [patch] #8171 Task creation in the UI now calls the Queue API directly instead of routing through GraphQL, fixing 413 errors when creating tasks with large payloads (up to the Queue API's 10MB limit).

DEVELOPERS

▶ [minor]

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v102.0.1

WORKER-DEPLOYERS

▶ [patch] #8890 Generic Worker FreeBSD build has been fixed.

Automated Package Updates

  • build(deps): bump brace-expansion from 1.1.13 to 1.1.16 (1134030fb9)
  • build(deps): bump brace-expansion from 2.1.0 to 2.1.2 in /clients/client (b15dd41687)
  • build(deps): bump brace-expansion from 1.1.13 to 1.1.16 in /ui (1d5a64cdc6)
  • build(deps): bump axios from 1.16.0 to 1.18.1 (9953989868)

v102.0.0

GENERAL

▶ [minor] #8855 The task view now has a "Change Priority" action to change a task's priority directly from the UI.

WORKER-DEPLOYERS

▶ [patch] #8859 generic-worker (multiuser engine, macOS) now determines that the task user is ready by running id -un through the task user's launch agent and checking it reports the expected user, instead of parsing last -t console output. Because the probe only succeeds once the user's Aqua session is up and its launch agent is serving, the worker no longer claims a task before it can actually run commands as the task user (which resolved as exception/internal-error, e.g. when a boot-time macOS installer held the login window). This also removes the fragile last output parsing (issue 5006).

USERS

▶ [MAJOR] #8858 The task priority normal is no longer accepted. createTask, changeTaskPriority, and changeTaskGroupPriority now reject it with a 400 InputError, rather than silently aliasing it to lowest (as createTask did) or, in the case of changeTaskPriority specifically, causing an internal error.

normal was marked deprecated in the queue API in 2017, when it was superseded by the current highest-to-lowest scale, but that deprecation notice was inadvertently dropped from the schema again in 2018 -- so it has looked like a supported value ever since, even though it was already being aliased to lowest under the hood. If any task definitions (e.g. in .taskcluster.yml files) still specify priority: normal, update them to lowest (or another priority from the standard scale) before upgrading.

▶ [patch] bug 2055467 D2G scope validation now handles the legacy disableSeccomp capability consistently with docker worker.

▶ [patch] Fetching a github status badge for a repository/branch that doesn't exist will

... (truncated)

Commits
  • 7074578 v102.0.1
  • 71557fc Merge pull request #8891 from taskcluster/chore/security-notes
  • 7072e7a Merge pull request #8893 from taskcluster/issue8890
  • 9f20fb7 Issue 8890: test FreeBSD of Generic Worker in CI and fix build
  • 8d27e55 chore(security): Update SECURITY guidelines to reflect current Mozilla direct...
  • 711363f Merge pull request #8888 from taskcluster/dependabot/npm_and_yarn/brace-expan...
  • 04d5a1d Merge pull request #8887 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 1134030 build(deps): bump brace-expansion from 1.1.13 to 1.1.16
  • b15dd41 build(deps): bump brace-expansion from 2.1.0 to 2.1.2 in /clients/client
  • 30283f7 Merge pull request #8886 from taskcluster/dependabot/npm_and_yarn/ui/brace-ex...
  • 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.1.0 to 102.0.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v100.1.0...v102.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the bot Python Taskcluster Bot label Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Python Taskcluster Bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants