Skip to content

Bump taskcluster from 84.1.2 to 85.0.1#5100

Merged
suhaibmujahid merged 1 commit intomasterfrom
dependabot/pip/taskcluster-85.0.1
Jun 26, 2025
Merged

Bump taskcluster from 84.1.2 to 85.0.1#5100
suhaibmujahid merged 1 commit intomasterfrom
dependabot/pip/taskcluster-85.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 23, 2025
@suhaibmujahid suhaibmujahid enabled auto-merge (squash) June 26, 2025 15:53
@suhaibmujahid suhaibmujahid merged commit 91a2617 into master Jun 26, 2025
9 checks passed
@suhaibmujahid suhaibmujahid deleted the dependabot/pip/taskcluster-85.0.1 branch June 26, 2025 15:54
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.

1 participant