Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps taskcluster from 88.0.2 to 90.0.2.

Release notes

Sourced from taskcluster's releases.

v90.0.2

USERS

▶ [patch] #7967 D2G: accounts for image artifacts that may contain multiple tags for the same image, previously causing a worker error: runtime error: index out of range [1] with length 1.

v90.0.1

GENERAL

▶ [patch] D2G: creates a Config struct type for D2G-specific config used in the repo.

USERS

▶ [patch] D2G: remove call out to bash shell that ran the docker run command. Directly call docker as the resulting Generic Worker payload command.

v90.0.0

DEPLOYERS

▶ [patch] #7942 New metrics are being exposed to prometheus for scraping:

  • http_requests_total http requests per service/method/name
  • http_request_duration_seconds http request duration histogram
  • auth_success_total successful authentication attempt per clientId and scheme
  • auth_failure_total failed authentication attempts and reasons

Existing queue metrics queue_failed_tasks, queue_exception_tasks now includes reasonResolved label

WORKER-DEPLOYERS

▶ [MAJOR] #7947 Generic Worker (Windows): Windows/386 platform is now unsupported and no longer built/released. Windows arm64 support has been added as a Tier-2 platform (guaranteeing to build).

USERS

▶ [patch] D2G: remove call out to bash during garbage collection of docker images

OTHER

▶ Additional change not described here: #7942.

v89.0.0

USERS

▶ [MAJOR] The dind and dockerSave features are no longer supported in docker-worker payloads (whether in docker-worker itself or in generic-worker via D2G). Tasks requesting those features will fail with an exception.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v90.0.2

USERS

▶ [patch] #7967 D2G: accounts for image artifacts that may contain multiple tags for the same image, previously causing a worker error: runtime error: index out of range [1] with length 1.

v90.0.1

GENERAL

▶ [patch] D2G: creates a Config struct type for D2G-specific config used in the repo.

USERS

▶ [patch] D2G: remove call out to bash shell that ran the docker run command. Directly call docker as the resulting Generic Worker payload command.

v90.0.0

DEPLOYERS

▶ [patch] #7942 New metrics are being exposed to prometheus for scraping:

  • http_requests_total http requests per service/method/name
  • http_request_duration_seconds http request duration histogram
  • auth_success_total successful authentication attempt per clientId and scheme
  • auth_failure_total failed authentication attempts and reasons

Existing queue metrics queue_failed_tasks, queue_exception_tasks now includes reasonResolved label

WORKER-DEPLOYERS

▶ [MAJOR] #7947 Generic Worker (Windows): Windows/386 platform is now unsupported and no longer built/released. Windows arm64 support has been added as a Tier-2 platform (guaranteeing to build).

USERS

▶ [patch] D2G: remove call out to bash during garbage collection of docker images

OTHER

▶ Additional change not described here: #7942.

v89.0.0

USERS

... (truncated)

Commits
  • d7fbf0e v90.0.2
  • e220d9c Merge pull request #7968 from taskcluster/matt-boris/d2gMultipleImageTagsOneI...
  • 60ec592 fix(d2g): account for images that have multiple tags
  • 7bed4b0 v90.0.1
  • 1a30890 Merge pull request #7966 from taskcluster/matt-boris/d2gConfig
  • 4c78297 chore(d2g): create config struct type
  • d90809c Merge pull request #7953 from taskcluster/matt-boris/d2gFinalBashRemoval
  • 9ac1a81 add code comment back in
  • b8615d6 fix(d2g): remove shell call for docker run command
  • 2ff0d62 Merge pull request #7964 from taskcluster/reduce-intermittents-in-tests-using...
  • 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 90.0.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v88.0.2...v90.0.2)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 90.0.2
  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 Sep 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #479.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/pip/taskcluster-90.0.2 branch September 29, 2025 18:47
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