Skip to content
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

build(deps): bump taskcluster from 64.2.0 to 64.2.7 in /taskcluster in the python-deps group #6996

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the python-deps group in /taskcluster with 1 update: taskcluster.

Updates taskcluster from 64.2.0 to 64.2.7

Release notes

Sourced from taskcluster's releases.

v64.2.7

WORKER-DEPLOYERS

▶ [patch] #6983 AWS provider correctly detects InvalidInstanceID.NotFound error and marks worker as stopped.

USERS

▶ [patch] #6987 Generic Worker now checks if a graceful termination was requested from worker runner before calling queue.claimWork().

This helps fix a race condition where a preemption occurs right after Generic Worker starts up, but before the graceful termination handler to abort the task has been initialized.

DEVELOPERS

▶ [patch] #6984 Github auto-cancel gracefully ignores missing task groups and doesn't log errors in github comments. This can happen when decision task failed on previous runs.

▶ [patch] #6761 Switching from googleapis package to a smaller @googleapis/* libraries to reduce startup time and avoid loading APIs we don't use.

v64.2.6

WORKER-DEPLOYERS

▶ [patch] #6972 Generic Worker now uploads task payload artifacts in parallel to decrease graceful termination time in the event of a spot termination.

The insecure engine no longer performs a file copy command as the task user before the artifact upload process happens to help speed up the process.

Generic Worker (posix only) now tries to put an exclusive file lock on artifacts before upload to prevent the file from being written to by any other process. This is done in lieu of copying the file to a temporary location which was achieving the same thing. If putting the lock on the file fails, Generic Worker will fallback to copying the file.

USERS

▶ [patch] #6972 Don't compress .npz artifacts by default in Generic Worker.

Automated Package Updates

  • build(deps): bump aiohttp from 3.9.2 to 3.9.4 in /taskcluster (c4737ab)
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (95aa8bf)

v64.2.5

GENERAL

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v64.2.7

WORKER-DEPLOYERS

▶ [patch] #6983 AWS provider correctly detects InvalidInstanceID.NotFound error and marks worker as stopped.

USERS

▶ [patch] #6987 Generic Worker now checks if a graceful termination was requested from worker runner before calling queue.claimWork().

This helps fix a race condition where a preemption occurs right after Generic Worker starts up, but before the graceful termination handler to abort the task has been initialized.

DEVELOPERS

▶ [patch] #6984 Github auto-cancel gracefully ignores missing task groups and doesn't log errors in github comments. This can happen when decision task failed on previous runs.

▶ [patch] #6761 Switching from googleapis package to a smaller @googleapis/* libraries to reduce startup time and avoid loading APIs we don't use.

v64.2.6

WORKER-DEPLOYERS

▶ [patch] #6972 Generic Worker now uploads task payload artifacts in parallel to decrease graceful termination time in the event of a spot termination.

The insecure engine no longer performs a file copy command as the task user before the artifact upload process happens to help speed up the process.

Generic Worker (posix only) now tries to put an exclusive file lock on artifacts before upload to prevent the file from being written to by any other process. This is done in lieu of copying the file to a temporary location which was achieving the same thing. If putting the lock on the file fails, Generic Worker will fallback to copying the file.

USERS

▶ [patch] #6972 Don't compress .npz artifacts by default in Generic Worker.

Automated Package Updates

  • build(deps): bump aiohttp from 3.9.2 to 3.9.4 in /taskcluster (c4737ab)
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (95aa8bf)

v64.2.5

... (truncated)

Commits
  • 6f28121 v64.2.7
  • 4b9f67f Merge pull request #6926 from taskcluster/feat/6761-googleapis
  • 7fd3e4b chore: rename changelog file to correct issue number
  • 781ee40 Merge pull request #6989 from taskcluster/feat/6984-ignore-missing-taskgroups...
  • 312c174 feat(github): Ignore missing task groups on auto-cancel
  • 684417e feat(auth,w-m): Use separate @googleapis/* packages
  • a84ce33 Merge pull request #6988 from taskcluster/matt-boris/genericWorkerGracefulTer...
  • 656df78 fix(generic-worker): check for graceful termination before claiming work
  • fa46160 Merge pull request #6985 from taskcluster/feat/6983-aws-error-code
  • 5c64296 feat(worker-manager): Fixes error code detection in AWS checkWorker
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner May 1, 2024 14:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2024
@dependabot dependabot bot requested review from lotas, petemoore and matt-boris and removed request for a team May 1, 2024 14:47
@matt-boris
Copy link
Contributor

@dependabot rebase

Bumps the python-deps group in /taskcluster with 1 update: [taskcluster](https://github.com/taskcluster/taskcluster).


Updates `taskcluster` from 64.2.0 to 64.2.7
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](v64.2.0...v64.2.7)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster/python-deps-98b3099d8f branch from 95bd2cc to 435162d Compare May 2, 2024 15:16
@taskcluster-bot taskcluster-bot merged commit 6976972 into main May 2, 2024
73 checks passed
@taskcluster-bot taskcluster-bot deleted the dependabot/pip/taskcluster/python-deps-98b3099d8f branch May 2, 2024 15:46
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.

None yet

2 participants