Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps taskcluster from 95.1.4 to 96.1.0.

Release notes

Sourced from taskcluster's releases.

v96.1.0

WORKER-DEPLOYERS

▶ [minor] #8012 Generic Worker (windows): adds task.payload.features.hideCmdWindow [default: false] to hide the cmd.exe window that appears during task execution. This may be useful if the cmd.exe window gets in the way of GUI applications while running tasks. Please note: if your task needs to allocate new consoles (with AllocConsole(), for example), it will not be able to if you set this to true.

USERS

▶ [patch] Client (shell): taskcluster task log command falls back to use live_backing.log if live.log is unavailable.

Automated Package Updates

  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /ui/test/e2e (178cc46684)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /clients/client (56509e44f9)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 (e86e099d65)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /clients/client-web (5f4235c965)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /ui (10f36b5bdf)
  • build(deps): bump tar from 7.5.3 to 7.5.6 (63310ea18f)
  • build(deps): bump github.com/theupdateframework/go-tuf/v2 (28c3f1e9a1)

v96.0.0

GENERAL

▶ [patch] Upgrades to go1.25.6 [SECURITY].

Read release notes here.

DEPLOYERS

▶ [patch] Include session storage cleanup script in web server.

▶ [patch] bug 2006698 Worker manager incorrectly identified zombie workers even when they were active.

WORKER-DEPLOYERS

▶ [MAJOR] #7147 Breaking changes:

  • The Generic Worker configuration properties deploymentId and checkForNewDeploymentEverySecs are no longer supported and must not be used
  • Generic Worker exit code 70 now indicates "Worker Manager advised termination" instead of "non-current deployment ID"

New features:

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v96.1.0

WORKER-DEPLOYERS

▶ [minor] #8012 Generic Worker (windows): adds task.payload.features.hideCmdWindow [default: false] to hide the cmd.exe window that appears during task execution. This may be useful if the cmd.exe window gets in the way of GUI applications while running tasks. Please note: if your task needs to allocate new consoles (with AllocConsole(), for example), it will not be able to if you set this to true.

USERS

▶ [patch] Client (shell): taskcluster task log command falls back to use live_backing.log if live.log is unavailable.

Automated Package Updates

  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /ui/test/e2e (178cc46684)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /clients/client (56509e44f9)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 (e86e099d65)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /clients/client-web (5f4235c965)
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /ui (10f36b5bdf)
  • build(deps): bump tar from 7.5.3 to 7.5.6 (63310ea18f)
  • build(deps): bump github.com/theupdateframework/go-tuf/v2 (28c3f1e9a1)

v96.0.0

GENERAL

▶ [patch] Upgrades to go1.25.6 [SECURITY].

Read release notes here.

DEPLOYERS

▶ [patch] Include session storage cleanup script in web server.

▶ [patch] bug 2006698 Worker manager incorrectly identified zombie workers even when they were active.

WORKER-DEPLOYERS

▶ [MAJOR] #7147 Breaking changes:

  • The Generic Worker configuration properties deploymentId and checkForNewDeploymentEverySecs are no longer supported and must not be used
  • Generic Worker exit code 70 now indicates "Worker Manager advised termination" instead of "non-current deployment ID"

... (truncated)

Commits
  • e25f647 v96.1.0
  • f713ba6 Merge pull request #8213 from taskcluster/matt-boris/gwHideCmdWindowFeature
  • 2bf0eee add tests for hidden cmd window
  • 8e65449 Update hideCmdWindow description to provide exact process creation flags th...
  • aaf9ce6 feat(generic-worker): add hideCmdWindow feature to windows payload
  • 8665da3 Merge pull request #8220 from taskcluster/dependabot/npm_and_yarn/ui/test/e2e...
  • b46f539 Merge pull request #8219 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 2c9c8a2 Merge pull request #8218 from taskcluster/dependabot/npm_and_yarn/lodash-4.17.23
  • 4a5a6b4 Merge pull request #8217 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 178cc46 build(deps): bump lodash from 4.17.21 to 4.17.23 in /ui/test/e2e
  • 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 95.1.4 to 96.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v95.1.4...v96.1.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 96.1.0
  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 Jan 26, 2026
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