Skip to content

Bump taskcluster from 84.1.2 to 85.0.1 #5100

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps taskcluster from 84.1.2 to 85.0.1.

Release notes

Sourced from taskcluster's releases.

v85.0.1

WORKER-DEPLOYERS

▶ [patch] #7789 Generic Worker: Artifact uploads properly fail on 4xx status codes. Issue first noticed in v84.1.1

USERS

▶ [patch] #7786 Github service comments back when taskcluster command in issue comment didn't produce any tasks

▶ [patch] bug 1559766 d2g adds localhost.localdomain to /etc/hosts

v85.0.0

WORKER-DEPLOYERS

▶ [MAJOR] Generic Worker: renamed the following worker configuration options to avoid confusion:

  • absoluteHighMemoryThreshold --> minAvailableMemoryBytes
  • relativeHighMemoryThreshold --> maxMemoryUsagePercent

v84.2.1

USERS

▶ [patch] #7498 Further UI memory optimizations for the TaskGroup page to avoid using too much memory during intensive updates.

v84.2.0

WORKER-DEPLOYERS

▶ [minor] #7770 Generic Worker: adds additional resource monitoring auto-abortion configuration to better fine-tune how your worker aborts running task processes.

  • absoluteHighMemoryThreshold: The minimum amount of available memory (in bytes) required before considering task abortion. If available memory drops below this value, it may trigger an abort. Default: 524288000 (500MiB).
  • relativeHighMemoryThreshold: The percentage of total system memory usage that, if exceeded, contributes to the decision to abort the task. Default: 90.
  • allowedHighMemoryDurationSecs: The maximum duration (in seconds) that high memory usage conditions can persist before the task is aborted. Default: 5.

Generic Worker will auto-abort a task if the total system memory used percentage is greater than relativeHighMemoryThreshold AND the available memory is less than absoluteHighMemoryThreshold for longer than allowedHighMemoryDurationSecs, unless disableOOMProtection is enabled.

USERS

▶ [patch] #7769 Generic Worker: resource monitor will print out its usage summary after aborting the task.

Automated Package Updates

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v85.0.1

WORKER-DEPLOYERS

▶ [patch] #7789 Generic Worker: Artifact uploads properly fail on 4xx status codes. Issue first noticed in v84.1.1

USERS

▶ [patch] #7786 Github service comments back when taskcluster command in issue comment didn't produce any tasks

▶ [patch] bug 1559766 d2g adds localhost.localdomain to /etc/hosts

v85.0.0

WORKER-DEPLOYERS

▶ [MAJOR] Generic Worker: renamed the following worker configuration options to avoid confusion:

  • absoluteHighMemoryThreshold --> minAvailableMemoryBytes
  • relativeHighMemoryThreshold --> maxMemoryUsagePercent

v84.2.1

USERS

▶ [patch] #7498 Further UI memory optimizations for the TaskGroup page to avoid using too much memory during intensive updates.

v84.2.0

WORKER-DEPLOYERS

▶ [minor] #7770 Generic Worker: adds additional resource monitoring auto-abortion configuration to better fine-tune how your worker aborts running task processes.

  • absoluteHighMemoryThreshold: The minimum amount of available memory (in bytes) required before considering task abortion. If available memory drops below this value, it may trigger an abort. Default: 524288000 (500MiB).
  • relativeHighMemoryThreshold: The percentage of total system memory usage that, if exceeded, contributes to the decision to abort the task. Default: 90.
  • allowedHighMemoryDurationSecs: The maximum duration (in seconds) that high memory usage conditions can persist before the task is aborted. Default: 5.

Generic Worker will auto-abort a task if the total system memory used percentage is greater than relativeHighMemoryThreshold AND the available memory is less than absoluteHighMemoryThreshold for longer than allowedHighMemoryDurationSecs, unless disableOOMProtection is enabled.

USERS

▶ [patch] #7769 Generic Worker: resource monitor will print out its usage summary after aborting the task.

... (truncated)

Commits
  • e70ed48 v85.0.1
  • 8fe6184 Merge pull request #7792 from taskcluster/matt-boris/handleArtifactUploadErrors
  • 725965e Merge pull request #7793 from taskcluster/matt-boris/webJSTestFix
  • 43392a3 chore: fix client-web kind.yml
  • 417aec0 fix(generic-worker): artifact upload fails on 4xx status codes
  • fc04ca0 Merge pull request #7791 from taskcluster/matt-boris/hideYarnOutput
  • ff77aad chore: hide confusing corepack yarn logs
  • 339274d Merge pull request #7790 from jcristau/bug1559766
  • 01f1cca d2g: add localhost.localdomain to /etc/hosts (bug 1559766)
  • cc58ee6 Merge pull request #7788 from taskcluster/feat/7786-no-github-tasks-reaction
  • 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 84.1.2 to 85.0.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v84.1.2...v85.0.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 85.0.1
  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 Jun 23, 2025
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