Skip to content

build(deps): bump taskcluster from 84.0.2 to 84.2.1 in /tools #2684

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 16, 2025

Bumps taskcluster from 84.0.2 to 84.2.1.

Release notes

Sourced from taskcluster's releases.

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

  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui/test/e2e (9730050be2)
  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (6298cb2045)
  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui (f3154fd82e)
  • build(deps): bump brace-expansion in /clients/client-web (e1544fb357)
  • build(deps): bump github.com/cloudflare/circl from 1.3.8 to 1.6.1 (c8320ed1c1)

v84.1.2

DEPLOYERS

▶ [patch] #7763 Helm chart forces metrics-only deployments to have replicas: 0 if prometheus.enabled is false

USERS

▶ [patch] #7771 Fixes UI error on TaskGroup page

v84.1.1

GENERAL

... (truncated)

Changelog

Sourced from taskcluster's changelog.

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

  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui/test/e2e (9730050be2)
  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (6298cb2045)
  • build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui (f3154fd82e)
  • build(deps): bump brace-expansion in /clients/client-web (e1544fb357)
  • build(deps): bump github.com/cloudflare/circl from 1.3.8 to 1.6.1 (c8320ed1c1)

v84.1.2

DEPLOYERS

▶ [patch] #7763 Helm chart forces metrics-only deployments to have replicas: 0 if prometheus.enabled is false

USERS

▶ [patch] #7771 Fixes UI error on TaskGroup page

... (truncated)

Commits
  • dc0c305 v84.2.1
  • 0e8aa07 Merge pull request #7782 from taskcluster/feat/7498-mem-optimizations-ui
  • da9ec8a feat(ui): TaskGroup page memory and rendering optimizations
  • b3af5d4 v84.2.0
  • c883162 Merge pull request #7775 from taskcluster/matt-boris/resourceMonitorTweaks
  • 0c47708 chore: remove impossible nil check
  • a706f76 chore: small wording changes, thanks for suggestions @​copilot
  • b475709 feat(generic-worker): fine-tune auto-abortion of tasks
  • cf4c8f2 Merge pull request #7778 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 25f3c56 Merge pull request #7781 from taskcluster/dependabot/npm_and_yarn/ui/test/e2e...
  • 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.0.2 to 84.2.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v84.0.2...v84.2.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 84.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants