Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps taskcluster from 88.0.5 to 90.0.4.

Release notes

Sourced from taskcluster's releases.

v90.0.4

USERS

▶ [patch] bug 1990389 D2G: add stderr logging if any docker commands fail within the task feature.

▶ [patch] #7974 D2G: fixes docker: invalid env file (env.list): bufio.Scanner: token too long error when providing the docker run command an --env-file that contains a line longer than 64KiB. D2G now passes the variable directly to the run command with -e <envVarName>=<envVarValue> to work around this constraint.

▶ [patch] D2G: removes exit codes 125, 128 from payload.onExitStatus.retry array, as docker pulls now happen outside of the payload being run (inside the D2G task feature startup).

v90.0.3

USERS

▶ [patch] #7969 D2G: fixes issue with loading the docker image artifact if the image already exists with a separate ID, causing the following output to be improperly parsed by D2G: The image <imageName> already exists, renaming the old one with ID <sha> to empty string.

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

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v90.0.4

USERS

▶ [patch] bug 1990389 D2G: add stderr logging if any docker commands fail within the task feature.

▶ [patch] #7974 D2G: fixes docker: invalid env file (env.list): bufio.Scanner: token too long error when providing the docker run command an --env-file that contains a line longer than 64KiB. D2G now passes the variable directly to the run command with -e <envVarName>=<envVarValue> to work around this constraint.

▶ [patch] D2G: removes exit codes 125, 128 from payload.onExitStatus.retry array, as docker pulls now happen outside of the payload being run (inside the D2G task feature startup).

v90.0.3

USERS

▶ [patch] #7969 D2G: fixes issue with loading the docker image artifact if the image already exists with a separate ID, causing the following output to be improperly parsed by D2G: The image <imageName> already exists, renaming the old one with ID <sha> to empty string.

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

... (truncated)

Commits
  • 88ee584 v90.0.4
  • d8d4e02 Merge pull request #7978 from taskcluster/matt-boris/d2gRemoveRetriesOnExitSt...
  • 07c02ed fix(d2g): remove on exit status retries 125, 128 codes
  • a7789a0 Merge pull request #7975 from taskcluster/matt-boris/d2gLongEnvListEntry
  • 2badaee fix(d2g): don't put long env vars (>64KiB) in env.list file
  • 897be1e Merge pull request #7973 from taskcluster/matt-boris/d2gBetterLogging
  • 2775fe1 fix(d2g): add stderr logging in feature
  • 7c2b0be v90.0.3
  • 9ec95ee Merge pull request #7970 from taskcluster/matt-boris/d2gFixImageLoading
  • 6de4ff6 fix(d2g): duplicate image with separate IDs get handled properly
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 14:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2025
@dependabot dependabot bot requested review from lotas, petemoore and matt-boris and removed request for a team October 1, 2025 14:04
matt-boris
matt-boris previously approved these changes Oct 1, 2025
@matt-boris matt-boris enabled auto-merge October 1, 2025 15:38
@matt-boris
Copy link
Contributor

@dependabot rebase

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 88.0.5 to 90.0.4.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](v88.0.5...v90.0.4)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-version: 90.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster/taskcluster-90.0.4 branch from 4376aa3 to ef55684 Compare October 1, 2025 16:55
@matt-boris matt-boris merged commit b35a625 into main Oct 1, 2025
75 checks passed
@matt-boris matt-boris deleted the dependabot/pip/taskcluster/taskcluster-90.0.4 branch October 1, 2025 18:06
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