Skip to content

build(deps): bump taskcluster from 56.0.2 to 58.0.2 in /report #2171

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

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps taskcluster from 56.0.2 to 58.0.2.

Release notes

Sourced from taskcluster's releases.

v58.0.2

GENERAL

▶ [patch] #6701 Generic Worker: Fixes permission denied error while checking if generic-worker binary is executable by the task user for simple engine.

▶ [patch] Upgrades rust version to 1.74.0 and ran cargo audit fix to fix insecure crates.

Automated Package Updates

  • build(deps): bump slugid from 4.0.0 to 5.0.1 in /clients/client (947e00ba6)

v58.0.1

GENERAL

▶ [patch] Generic Worker: Adds validation that the task user is able to read and execute the generic-worker binary on startup of the worker. If the task user is not able to read and execute the binary, the worker will exit with exit code 69, internal error.

USERS

▶ [patch] #4998 This fixes a bug in the Python client where an exception was raised on 300 HTTP status.

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,

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v58.0.2

GENERAL

▶ [patch] #6701 Generic Worker: Fixes permission denied error while checking if generic-worker binary is executable by the task user for simple engine.

▶ [patch] Upgrades rust version to 1.74.0 and ran cargo audit fix to fix insecure crates.

Automated Package Updates

  • build(deps): bump slugid from 4.0.0 to 5.0.1 in /clients/client (947e00ba6)

v58.0.1

GENERAL

▶ [patch] Generic Worker: Adds validation that the task user is able to read and execute the generic-worker binary on startup of the worker. If the task user is not able to read and execute the binary, the worker will exit with exit code 69, internal error.

USERS

▶ [patch] #4998 This fixes a bug in the Python client where an exception was raised on 300 HTTP status.

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

... (truncated)

Commits
  • d083728 v58.0.2
  • 060ab82 Merge pull request #6702 from taskcluster/matt-boris/fixGwVersionCheckSimpleE...
  • 3ccd517 fix(generic-worker): fix gwVersion check on simple engine
  • b439568 Merge pull request #6699 from taskcluster/matt-boris/rustBump
  • d367c68 build(deps): upgrade to rust 1.74.0
  • ee9847f Merge pull request #6698 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 947e00b build(deps): bump slugid from 4.0.0 to 5.0.1 in /clients/client
  • 73007b7 v58.0.1
  • 719708e Merge pull request #6679 from taskcluster/matt-boris/verifyGenericWorkerBinary
  • 281c022 Address PR comments
  • 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.2.
- [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.2)

---
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 27, 2023
@marco-c marco-c merged commit 525e45c into master Nov 28, 2023
@marco-c marco-c deleted the dependabot/pip/report/taskcluster-58.0.2 branch November 28, 2023 13:12
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.

1 participant