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.2.2 to 44.15.2 in /tools #236

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2022

Bumps taskcluster from 44.2.2 to 44.15.2.

Release notes

Sourced from taskcluster's releases.

v44.15.2

USERS

▶ [patch] Fix GRAPHQL_VALIDATION_FAILED error on ViewWorker query.

v44.15.1

USERS

▶ [patch] Fix output schema validation error when calling workerManager.listWorkers() and workerManager.getWorker() methods by not requiring additional worker manager fields.

v44.15.0

GENERAL

▶ [patch] #5459 Add exponential backoff retries to the dockerPush function to help alleviate intermittent failures in the release-publish task.

DEPLOYERS

▶ [patch] Updated k8s ingress API from deprecated extensions/v1beta1 to networking.k8s.io/v1 allowing usage of k8s 1.22+

USERS

▶ [minor] #5440 Add functionality to terminate workers via a Terminate Worker button in the Worker views.

▶ [minor] #3060 Mix queue and worker info to provide worker manager worker data in Worker views. This additional data also enabled us to provide a Terminate Worker button in the Worker views.

Deprecated: queue.listWorkers() and queue.getWorker()

Use instead: workerManager.listWorkers() and workerManager.getWorker()

▶ [patch] #5446 Don't require user to hover over speed dial actions button to reach Raw Log button. Show by default.

▶ [patch] #5361 Link Worker State Buttons on Worker Pool Details View to a filtered view of workers in that state.

▶ [patch] Update some rust dependencies to get rid of duplicated versions of base64

DEVELOPERS

▶ [minor] #5152 Fix default config value and improve prompt message.

v44.14.0

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v44.15.2

USERS

▶ [patch] Fix GRAPHQL_VALIDATION_FAILED error on ViewWorker query.

v44.15.1

USERS

▶ [patch] Fix output schema validation error when calling workerManager.listWorkers() and workerManager.getWorker() methods by not requiring additional worker manager fields.

v44.15.0

GENERAL

▶ [patch] #5459 Add exponential backoff retries to the dockerPush function to help alleviate intermittent failures in the release-publish task.

DEPLOYERS

▶ [patch] Updated k8s ingress API from deprecated extensions/v1beta1 to networking.k8s.io/v1 allowing usage of k8s 1.22+

USERS

▶ [minor] #5440 Add functionality to terminate workers via a Terminate Worker button in the Worker views.

▶ [minor] #3060 Mix queue and worker info to provide worker manager worker data in Worker views. This additional data also enabled us to provide a Terminate Worker button in the Worker views.

Deprecated: queue.listWorkers() and queue.getWorker()

Use instead: workerManager.listWorkers() and workerManager.getWorker()

▶ [patch] #5446 Don't require user to hover over speed dial actions button to reach Raw Log button. Show by default.

▶ [patch] #5361 Link Worker State Buttons on Worker Pool Details View to a filtered view of workers in that state.

▶ [patch] Update some rust dependencies to get rid of duplicated versions of base64

DEVELOPERS

▶ [minor] #5152

... (truncated)

Commits
  • a07641d v44.15.2
  • 0f238b0 Merge pull request #5477 from taskcluster/matt-boris/depCombos
  • fa8d5e4 Merge pull request #5476 from taskcluster/matt-boris/graphqlValidationErrorFix
  • 7b2e49d build(deps): bump got from 11.8.3 to 11.8.5 in /clients/client (from PR #5466)
  • 4e70045 build(deps-dev): bump eslint in /clients/client-web (from PR #5468)
  • 6ccdac3 build(deps): bump marked from 4.0.12 to 4.0.16 (from PR #5470)
  • 836894c build(deps): bump request-ip from 2.1.3 to 2.2.0 (from PR #5471)
  • 67cf454 build(deps-dev): bump @​babel/core in /clients/client-web (from PR #5472)
  • 82e8603 build(deps-dev): bump karma from 6.3.19 to 6.3.20 in /clients/client-web (fro...
  • eda10eb fix(graphql): add workerPoolId field to Worker
  • 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.2.2 to 44.15.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v44.2.2...v44.15.2)

---
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 Jun 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2022

Superseded by #238.

@dependabot dependabot bot closed this Jun 3, 2022
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-44.15.2 branch June 3, 2022 11:22
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.

0 participants