Skip to content

build(deps): bump taskcluster from 88.0.2 to 88.0.5 in /backend #2926

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 Aug 18, 2025

Bumps taskcluster from 88.0.2 to 88.0.5.

Release notes

Sourced from taskcluster's releases.

v88.0.5

Initially said No changes due to the fact that we had to fix an issue with the release for v88.0.4. The equivalent release notes for this release are the ones from v88.0.4 minus the Dependabot upgrade.

GENERAL

▶ [patch] Upgrades to go1.25.0.

WORKER-DEPLOYERS

▶ [patch] Worker Runner/Generic Worker (Azure): polls the metadata service for events the worker should gracefully terminate on every second (down from 15s). This frequency is recommended by Microsoft here and will hopefully reduce tasks resolving as claim-expired.

v88.0.3

GENERAL

▶ [patch] Upgrades to Node.js v22.18.0 and go1.24.6 [SECURITY].

▶ [patch] #7903 Worker Manager (Azure): uses Standard SKU public IP addresses, as Basic will be retired on September 30, 2025. Official announcement

▶ [patch] #7914 Worker Manager (Azure): uses Static public IP allocation with the Standard SKU.

WORKER-DEPLOYERS

▶ [patch] #7905 Generic Worker launch agent on macOS for multiuser engine was crashing due to a bug in the launch daemon that was garbage collecting file handles while the agent was using them. This resulted in the launch agent crashing. This has been fixed by keeping file handles alive in the daemon.

Automated Package Updates

  • build(deps-dev): bump eslint (a58d067a5e)
  • build(deps): bump the python-deps group in /taskcluster with 2 updates (0e24bd2ac3)
  • build(deps): bump tmp from 0.2.1 to 0.2.5 in /ui/test/e2e (ed9d0409c2)
  • build(deps): bump the client-rust-deps group across 1 directory with 3 updates (30b03ebaf3)
  • build(deps): bump the go-deps group across 1 directory with 6 updates (35817ce475)
  • build(deps): bump the node-deps group across 1 directory with 11 updates (7b5b1c43e0)
  • build(deps): bump tmp from 0.2.1 to 0.2.4 in /clients/client-web (cdb41112c0)
Changelog

Sourced from taskcluster's changelog.

v88.0.5

GENERAL

▶ [patch] Reverts taskcluster/taskcluster#7920 due to google/go-containerregistry#2072 which broke release v88.0.4.

v88.0.4

GENERAL

▶ [patch] Upgrades to go1.25.0.

WORKER-DEPLOYERS

▶ [patch] Worker Runner/Generic Worker (Azure): polls the metadata service for events the worker should gracefully terminate on every second (down from 15s). This frequency is recommended by Microsoft here and will hopefully reduce tasks resolving as claim-expired.

Automated Package Updates

  • build(deps): bump github.com/docker/docker (b106d595e3)

v88.0.3

GENERAL

▶ [patch] Upgrades to Node.js v22.18.0 and go1.24.6 [SECURITY].

▶ [patch] #7903 Worker Manager (Azure): uses Standard SKU public IP addresses, as Basic will be retired on September 30, 2025. Official announcement

▶ [patch] #7914 Worker Manager (Azure): uses Static public IP allocation with the Standard SKU.

WORKER-DEPLOYERS

▶ [patch] #7905 Generic Worker launch agent on macOS for multiuser engine was crashing due to a bug in the launch daemon that was garbage collecting file handles while the agent was using them. This resulted in the launch agent crashing. This has been fixed by keeping file handles alive in the daemon.

Automated Package Updates

... (truncated)

Commits
  • 4884df3 v88.0.5
  • 631aa63 Merge pull request #7921 from taskcluster/revert-7920-dependabot/go_modules/g...
  • a02dc27 Revert "build(deps): bump github.com/docker/docker from 27.5.0+incompatible t...
  • 8745e44 v88.0.4
  • e945683 Merge pull request #7920 from taskcluster/dependabot/go_modules/github.com/do...
  • d4b0b25 Merge pull request #7919 from taskcluster/matt-boris/go1.25.0
  • b106d59 build(deps): bump github.com/docker/docker
  • 9b1011d build(deps): upgrade to go1.25.0
  • c984fa5 Merge pull request #7916 from taskcluster/matt-boris/workerRunnerPollForAzure...
  • c7dae2d fix(worker-runner): poll azure metadata service every second
  • 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 88.0.2 to 88.0.5.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v88.0.2...v88.0.5)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 88.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the backend Code review backend label Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Code review backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants