Skip to content

build(deps): bump taskcluster from 80.0.0 to 84.0.2 in /tools #2644

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps taskcluster from 80.0.0 to 84.0.2.

Release notes

Sourced from taskcluster's releases.

v84.0.2

USERS

▶ [patch] #4943 Fixes UI error "buildSignedUrl missing required credentials" shown directly after login due to missing credentials.

v84.0.1

GENERAL

▶ [patch] Upgrades to Node.js v22.15.1 (SECURITY).

More info here.

WORKER-DEPLOYERS

▶ [patch] bug 1967254 Generic Worker (d2g): uses info log level when uploading error artifacts if the artifact was marked optional. Previously, the log would contain [taskcluster:error] which Treeherder would identify as a failure, even if the task is successful.

▶ [patch] #7630 Generic Worker: improves artifact upload process by parallelizing the scanning of the system for file/directory artifacts from the payload.

v84.0.0

DEPLOYERS

▶ [MAJOR] #7287 Helm chart includes HorizontalPodAutoscaler for all web services which is not enabled by default. Can be enabled per-service, and when enabled, deployment's "replicas" field will be ignored.

USERS

▶ [minor] Pass /dev/nvidia* devices to docker run when allowGPUs is true. This works around the issue described in NVIDIA/nvidia-container-toolkit#48, where GPUs disappear if a systemd daemon reload happens.

v83.10.1

USERS

▶ [patch] #7686 Fixed task retrigger for tasks with underscored priority values (like very_low).

▶ [patch] #7575 Taskcluster Yaml debugger properly simulates issue comment events, previously it was failing.

▶ [patch] #7474 UI: fixes hamburger menu closing too quickly

▶ [patch] Generic Worker (D2G): no longer logs translated payload and our recommendation to migrate all tasks to Generic Worker payload format. Worker config d2gConfig.logTranslation is now unused and will be removed in a future release.

▶ [patch] #7716

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v84.0.2

USERS

▶ [patch] #4943 Fixes UI error "buildSignedUrl missing required credentials" shown directly after login due to missing credentials.

v84.0.1

GENERAL

▶ [patch] Upgrades to Node.js v22.15.1 (SECURITY).

More info here.

WORKER-DEPLOYERS

▶ [patch] bug 1967254 Generic Worker (d2g): uses info log level when uploading error artifacts if the artifact was marked optional. Previously, the log would contain [taskcluster:error] which Treeherder would identify as a failure, even if the task is successful.

▶ [patch] #7630 Generic Worker: improves artifact upload process by parallelizing the scanning of the system for file/directory artifacts from the payload.

v84.0.0

DEPLOYERS

▶ [MAJOR] #7287 Helm chart includes HorizontalPodAutoscaler for all web services which is not enabled by default. Can be enabled per-service, and when enabled, deployment's "replicas" field will be ignored.

USERS

▶ [minor] Pass /dev/nvidia* devices to docker run when allowGPUs is true. This works around the issue described in NVIDIA/nvidia-container-toolkit#48, where GPUs disappear if a systemd daemon reload happens.

v83.10.1

USERS

▶ [patch] #7686 Fixed task retrigger for tasks with underscored priority values (like very_low).

▶ [patch] #7575 Taskcluster Yaml debugger properly simulates issue comment events, previously it was failing.

▶ [patch] #7474 UI: fixes hamburger menu closing too quickly

... (truncated)

Commits
  • cd353c7 v84.0.2
  • 44486e3 feat(ui): Fix signed url issue without credentials (#7729)
  • 95917e4 feat(ui): Fix signed url issue without credentials
  • fdc35c2 v84.0.1
  • 99c7f67 Merge pull request #7728 from taskcluster/matt-boris/gwInfoLogOnOptionalArtif...
  • c7c0b60 fix(generic-worker): use info level when uploading optional error artifact
  • 0452ec3 Merge pull request #7727 from taskcluster/matt-boris/gwParallelizeFindingArti...
  • 4fdca85 feat(generic-worker): parallelize file scanning for artifacts
  • a1b377c Merge pull request #7726 from taskcluster/matt-boris/node22.15.1
  • fa9ad07 build(deps): upgrade to node 22.15.1
  • 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 80.0.0 to 84.0.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v80.0.0...v84.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the tools Common Python tools label May 22, 2025
@marco-c marco-c merged commit d918330 into master May 22, 2025
10 of 12 checks passed
@marco-c marco-c deleted the dependabot/pip/tools/taskcluster-84.0.2 branch May 22, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Common Python tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant