Skip to content

Bump taskcluster from 85.0.1 to 87.1.0 #8842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps taskcluster from 85.0.1 to 87.1.0.

Release notes

Sourced from taskcluster's releases.

v87.1.0

WORKER-DEPLOYERS

▶ [minor] #7840 Generic Worker: adds status subcommand to output task ID if a task is currently being executed.

Example output while a task is running:

$ generic-worker status
{
  "currentTaskIds": [
    "fz7IO4uCTtevuLBoq8Qz3w"
  ]
}

Example output while worker is idle:

$ generic-worker status
{
  "currentTaskIds": []
}

USERS

▶ [patch] #7842 The task-running event now includes task.tags, consistent with other lifecycle events.

▶ [patch] #7846 UI: properly handle Worker Pool config changes and enable/disable Save Worker Pool button dynamically.

▶ [patch] #7842 task-pending and task-exception pulse message now consistently include the task's tags.

DEVELOPERS

▶ [patch] #7833 Node deprecated url.parse in favor of URL.parse()

v87.0.0

GENERAL

▶ [patch] Upgrades to Node.js 22.17.0 and yarn 4.9.2

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

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v87.1.0

WORKER-DEPLOYERS

▶ [minor] #7840 Generic Worker: adds status subcommand to output task ID if a task is currently being executed.

Example output while a task is running:

$ generic-worker status
{
  "currentTaskIds": [
    "fz7IO4uCTtevuLBoq8Qz3w"
  ]
}

Example output while worker is idle:

$ generic-worker status
{
  "currentTaskIds": []
}

USERS

▶ [patch] #7842 The task-running event now includes task.tags, consistent with other lifecycle events.

▶ [patch] #7846 UI: properly handle Worker Pool config changes and enable/disable Save Worker Pool button dynamically.

▶ [patch] #7842 task-pending and task-exception pulse message now consistently include the task's tags.

DEVELOPERS

▶ [patch] #7833 Node deprecated url.parse in favor of URL.parse()

v87.0.0

GENERAL

▶ [patch] Upgrades to Node.js 22.17.0 and yarn 4.9.2

... (truncated)

Commits
  • f41786b v87.1.0
  • e85d2f3 Node url.parse deprecated. Using URL.parse() (#7848)
  • e57f276 Merge pull request #7850 from taskcluster/matt-boris/gwStatusCommand
  • a4715a5 fix(generic-worker): only send error reports to worker-runner if the protocol...
  • e39d912 feat(generic-worker): add status subcommand
  • d30f3d3 Merge pull request #7847 from taskcluster/matt-boris/fixUIWorkerPoolConfigSav...
  • fee9581 fix(ui): correct save button for worker pool config changes
  • 628d70e Merge pull request #7845 from taskcluster/feat/7842-task-running-message
  • 042fda8 feat(queue): Task-running event includes task.tags
  • 79d9eb3 Merge pull request #7843 from jcristau/issue7842
  • 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 85.0.1 to 87.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v85.0.1...v87.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Bot PRs that update dependencies label Jul 15, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

Superseded by #8845.

@dependabot dependabot bot closed this Jul 17, 2025
@dependabot dependabot bot deleted the dependabot/pip/taskcluster-87.1.0 branch July 17, 2025 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot PRs that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants