Skip to content

build(deps): bump taskcluster from 56.0.2 to 58.0.0 in /report #2161

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps taskcluster from 56.0.2 to 58.0.0.

Release notes

Sourced from taskcluster's releases.

v58.0.0

GENERAL

▶ [MAJOR] bug 1855653 Generic Worker: The generic-worker binary must be readable and executable by the task user. If it's not, artifact uploads will fail.

Generic Worker: Add copy-to-temp-file subcommand to generic-worker to copy a file (--copy-file) to a temporary file.

▶ [patch] #6671 Introduces workerManager.workerPoolErrorStats() to return total number of errors for any worker pool or all worker pools. Stats are split into totals by day, hour, kind of error and error code. Worker Pool errors are kept in db for 7 days.

▶ [patch] Removes compatibility columns in refactored queue tables that were used during migration for backward-compatibility purposes.

▶ [patch] #6682 Tweaking server.keepAliveTimeout to fix downstream errors in reverse proxy and load balancer. Default node's http server keepAliveTimeout is 5s which might be an issue when working behind a reverse proxy which has bigger timeouts. To reduce number of 502 errors, application's keep alive timeout should be larger than the one of the reverse proxy, and that in turn, should be larger than the Load Balancer's one.

▶ [patch] Upgrades to go1.21.4 and node 18.18.2.

WORKER-DEPLOYERS

▶ [patch] bug 1859323 Generic Worker now reports the full path of tasks-resolved-count.txt, next-task-user.json and current-task-user.json in worker logs.

Automated Package Updates

  • build(deps): bump aiohttp from 3.8.5 to 3.8.6 in /taskcluster (cfd8296cf)
  • build(deps): bump @​babel/traverse from 7.13.13 to 7.23.2 in /ui (ea440855c)
  • build(deps-dev): bump the deps group in /clients/client with 1 update (575193ad7)

v57.1.0

GENERAL

▶ [minor] #2939 Introduces queue.listPendingTasks(taskQueueId) and queue.listClaimedTasks(taskQueueId). Those endpoints return a list of tasks that are currently pending or claimed by workers.

New scopes introduced for those endpoints:

  • queue:pending-list:<taskQueueId>

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v58.0.0

GENERAL

▶ [MAJOR] bug 1855653 Generic Worker: The generic-worker binary must be readable and executable by the task user. If it's not, artifact uploads will fail.

Generic Worker: Add copy-to-temp-file subcommand to generic-worker to copy a file (--copy-file) to a temporary file.

▶ [patch] #6671 Introduces workerManager.workerPoolErrorStats() to return total number of errors for any worker pool or all worker pools. Stats are split into totals by day, hour, kind of error and error code. Worker Pool errors are kept in db for 7 days.

▶ [patch] Removes compatibility columns in refactored queue tables that were used during migration for backward-compatibility purposes.

▶ [patch] #6682 Tweaking server.keepAliveTimeout to fix downstream errors in reverse proxy and load balancer. Default node's http server keepAliveTimeout is 5s which might be an issue when working behind a reverse proxy which has bigger timeouts. To reduce number of 502 errors, application's keep alive timeout should be larger than the one of the reverse proxy, and that in turn, should be larger than the Load Balancer's one.

▶ [patch] Upgrades to go1.21.4 and node 18.18.2.

WORKER-DEPLOYERS

▶ [patch] bug 1859323 Generic Worker now reports the full path of tasks-resolved-count.txt, next-task-user.json and current-task-user.json in worker logs.

Automated Package Updates

  • build(deps): bump aiohttp from 3.8.5 to 3.8.6 in /taskcluster (cfd8296cf)
  • build(deps): bump @​babel/traverse from 7.13.13 to 7.23.2 in /ui (ea440855c)
  • build(deps-dev): bump the deps group in /clients/client with 1 update (575193ad7)

v57.1.0

GENERAL

▶ [minor] #2939 Introduces queue.listPendingTasks(taskQueueId) and queue.listClaimedTasks(taskQueueId). Those endpoints return a list of tasks that are currently pending or claimed by workers.

... (truncated)

Commits
  • ccbf44f v58.0.0
  • 27a7f95 Merge pull request #6692 from taskcluster/feat/keepalive-timeouts
  • a304f18 feat(server): Increase server.keepAliveTimeout
  • 13018a6 Merge pull request #6675 from taskcluster/feat/6671-display-pending-tasks
  • e39e17f Renamed schema fields after code review
  • d336af5 feat(w-m): Introduces worker pool error stats endpoint
  • ece5cb7 Merge pull request #6683 from taskcluster/dependabot/pip/taskcluster/aiohttp-...
  • cfd8296 build(deps): bump aiohttp from 3.8.5 to 3.8.6 in /taskcluster
  • b2c2d37 Merge pull request #6680 from taskcluster/bug1859323
  • 32985b1 Bug 1859323: report full path of tasks-resolved-count.txt, current-task-user....
  • 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 56.0.2 to 58.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v56.0.2...v58.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the report Python tool to upload reports label Nov 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #2171.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/report/taskcluster-58.0.0 branch November 27, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report Python tool to upload reports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants