Skip to content

build(deps): bump taskcluster from 83.3.0 to 84.0.0 in /api/requirements #1361

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps taskcluster from 83.3.0 to 84.0.0.

Release notes

Sourced from taskcluster's releases.

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 Generic Worker code internal refactoring: moved task startup/teardown steps into task features. No change to behaviour other than slight changes to both worker logs and task logs.

v83.10.0

WORKER-DEPLOYERS

▶ [minor] #7628 Generic Worker: adds a Metadata feature (controlled with worker config enableMetadata [default: true], not controllable in the task payload) that writes out a file generic-worker-metadata.json (in the current working directory of the generic worker process) containing information about the last task run.

Currently, the file will look something like this:

{
	"lastTaskUrl": "https://firefox-ci-tc.services.mozilla.com/tasks/Klc17PU-TMmo4axlfihKJQ/runs/0"
}

Additional data may be added to this file in future releases.

v83.9.1

v83.9.0

GENERAL

... (truncated)

Changelog

Sourced from taskcluster's changelog.

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 Generic Worker code internal refactoring: moved task startup/teardown steps into task features. No change to behaviour other than slight changes to both worker logs and task logs.

v83.10.0

WORKER-DEPLOYERS

▶ [minor] #7628 Generic Worker: adds a Metadata feature (controlled with worker config enableMetadata [default: true], not controllable in the task payload) that writes out a file generic-worker-metadata.json (in the current working directory of the generic worker process) containing information about the last task run.

Currently, the file will look something like this:

{
	"lastTaskUrl": "https://firefox-ci-tc.services.mozilla.com/tasks/Klc17PU-TMmo4axlfihKJQ/runs/0"
}

Additional data may be added to this file in future releases.

v83.9.1

... (truncated)

Commits
  • 388535b v84.0.0
  • 3744338 Merge pull request #7723 from bhearsum/nvidia-devices
  • e13791a pass /dev/nvidia* devices to docker run
  • a25c551 Include HorizontalPodAutoscaler to k8s helm chart (#7708)
  • f0e88c9 v83.10.1
  • 01752b8 Merge pull request #7711 from taskcluster/feat/7575-github-issue-comment-debug
  • 3f96eed Merge pull request #7720 from taskcluster/matt-boris/updateD2GLogs
  • f15e5ed chore(d2g): remove D2G warnings/logs
  • 5d4d085 Merge pull request #7660 from taskcluster/move-to-features
  • 6efe92d Merge branch 'main' into move-to-features
  • 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 83.3.0 to 84.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v83.3.0...v84.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 15, 2025
Copy link

codecov bot commented May 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.97%. Comparing base (d258106) to head (e92f6ec).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1361   +/-   ##
=======================================
  Coverage   63.97%   63.97%           
=======================================
  Files          17       17           
  Lines        1793     1793           
  Branches      123      123           
=======================================
  Hits         1147     1147           
  Misses        622      622           
  Partials       24       24           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

Superseded by #1368.

@dependabot dependabot bot closed this May 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/api/requirements/taskcluster-84.0.0 branch May 20, 2025 03:24
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