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

Bump taskcluster from 44.18.0 to 44.21.0 in /tools #35954

Merged
merged 1 commit into from Sep 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps taskcluster from 44.18.0 to 44.21.0.

Release notes

Sourced from taskcluster's releases.

v44.21.0

GENERAL

▶ [minor] #4534 Add completions for other shells

WORKER-DEPLOYERS

▶ [patch] #5666 The generic-worker no longer panics if it gets no HTTP responses from Queue for over 15 minutes.

DEVELOPERS

▶ [minor] Refactored github status checks handler to do handle task status transitions in single place.

Previous implementation relied on two handlers: taskDefined and statusChanged. For some tasks both events happened at the same time, which led to a race condition and multiple check_runs being created. To prevent concurrent handlers overwriting newer updates, simple time-based check was added to prevent this.

v44.20.4

DEVELOPERS

▶ [patch] #5663 This patch upgrades to the new, v2 Docker Hub APIs. v1 APIs were deprecated as of September 5, 2022 - see here for more info.

v44.20.2

No changes

v44.20.0

GENERAL

▶ [patch] #5653 Fix a bug with github status checks not being updated.

In 44.19.1 release github service started tracking additional task state changes, and this resulted in a race condition between "taskDefined" and "status" handlers where both of them would create new check run at the same time. Wrong check run would later get all status updates, while Github UI will be showing a different check run which didn't receive all the updates.

▶ [patch] Upgrade node to the latest LTS release, v16.17.0

DEPLOYERS

▶ [patch] #5041 Add support for private docker registry by adding imagePullSecrets config value.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v44.21.0

GENERAL

▶ [minor] #4534 Add completions for other shells

WORKER-DEPLOYERS

▶ [patch] #5666 The generic-worker no longer panics if it gets no HTTP responses from Queue for over 15 minutes.

DEVELOPERS

▶ [minor] Refactored github status checks handler to do handle task status transitions in single place.

Previous implementation relied on two handlers: taskDefined and statusChanged. For some tasks both events happened at the same time, which led to a race condition and multiple check_runs being created. To prevent concurrent handlers overwriting newer updates, simple time-based check was added to prevent this.

v44.20.4

DEVELOPERS

▶ [patch] #5663 This patch upgrades to the new, v2 Docker Hub APIs. v1 APIs were deprecated as of September 5, 2022 - see here for more info.

v44.20.3

USERS

▶ [patch] Fixes UI bug with hooks creation form, where changing Exchange input resulted in error message.

▶ [patch] Trim ANSI control codes from the live log that is being shown in github check run.

v44.20.2

No changes

v44.20.1

DEVELOPERS

▶ [patch] Trim github payload for the check run updates call.

... (truncated)

Commits
  • 4ae6f59 v44.21.0
  • d6cc304 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/clients/client-w...
  • f78778f Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/clients/client-w...
  • c0a821f Merge remote-tracking branch 'origin/snyk-upgrade-e192db872fa0161be75574c9dd7...
  • 64cfbff build(deps): bump jose from 2.0.5 to 2.0.6
  • 96b2dd3 Merge pull request #5673 from taskcluster/netlify-redirect-docs
  • fcca773 Add redirect to /docs/ for netlify deployment
  • 622c1d5 fix(github): Increment debug counter
  • 13096b4 Merge pull request #5665 from taskcluster/feature/github-status-handlers
  • 5239527 feat(github): Refactor status handler, remove taskDefined handler
  • 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 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 44.18.0 to 44.21.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v44.18.0...v44.21.0)

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

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 19, 2022
@jgraham jgraham merged commit f96321c into master Sep 20, 2022
@jgraham jgraham deleted the dependabot/pip/tools/taskcluster-44.21.0 branch September 20, 2022 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci dependencies Pull requests that update a dependency file infra python Pull requests that update Python code requirements_tests.txt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants