Skip to content

build(deps): bump taskcluster from 47.1.2 to 48.3.0 in /tools #1824

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 Apr 3, 2023

Bumps taskcluster from 47.1.2 to 48.3.0.

Release notes

Sourced from taskcluster's releases.

v48.3.0

ADMINS

▶ [minor] #4343 Workers can be quarantined with an optional comment. queue.quarantineWorker accepts a quarantineInfo string. Quarantine details also include timestamp and clientId of the user who quarantined the worker. This information can be fetched with worker-manager.getWorker. quarantineDetails would be a list of all the quarantine requests made for the worker. UI shows this history and allows to specify a comment for quarantine request.

USERS

▶ [patch] Enables missing collaborators_quiet policy to the schema validation of .taskcluster.yml.

▶ [patch] bug 1824937 docker-worker no longer waits indefinitely when downloading an image artifact, and will retry if the connection is idle for 60s

v48.2.1

WORKER-DEPLOYERS

▶ [patch] #6130 This patch ensures that the worker pool ID passed to generic worker contains a slash (/) and will error out describing the issue as opposed to panicing when an index out of range error.

USERS

▶ [patch] bug 1590886 Fix Github statuses: skip unnecessary API updates when task starts running.

v48.2.0

USERS

▶ [minor] #3652 It is now possible to cancel a sealed task group by calling the queue.cancelTaskGroup API method. This will cancel all scheduled/pending/running tasks within given group.

▶ [patch] bug 1590886 Github service update statuses back to pending when task is retried.

DEVELOPERS

▶ [minor] #5993 Adds the liveLog and backingLog feature flags to the generic worker payload so they can be disabled for a task. These are enabled by default. Adds the logs property to the generic worker payload allowing customization of the live and backing log artifact names.

v48.1.1

USERS

▶ [patch] #6124 Fix a bug in UI where TaskGroup page would show "Malformed query" warning.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v48.3.0

ADMINS

▶ [minor] #4343 Workers can be quarantined with an optional comment. queue.quarantineWorker accepts a quarantineInfo string. Quarantine details also include timestamp and clientId of the user who quarantined the worker. This information can be fetched with worker-manager.getWorker. quarantineDetails would be a list of all the quarantine requests made for the worker. UI shows this history and allows to specify a comment for quarantine request.

USERS

▶ [patch] Enables missing collaborators_quiet policy to the schema validation of .taskcluster.yml.

▶ [patch] bug 1824937 docker-worker no longer waits indefinitely when downloading an image artifact, and will retry if the connection is idle for 60s

v48.2.1

WORKER-DEPLOYERS

▶ [patch] #6130 This patch ensures that the worker pool ID passed to generic worker contains a slash (/) and will error out describing the issue as opposed to panicing when an index out of range error.

USERS

▶ [patch] bug 1590886 Fix Github statuses: skip unnecessary API updates when task starts running.

v48.2.0

USERS

▶ [minor] #3652 It is now possible to cancel a sealed task group by calling the queue.cancelTaskGroup API method. This will cancel all scheduled/pending/running tasks within given group.

▶ [patch] bug 1590886 Github service update statuses back to pending when task is retried.

DEVELOPERS

▶ [minor] #5993 Adds the liveLog and backingLog feature flags to the generic worker payload so they can be disabled for a task. These are enabled by default. Adds the logs property to the generic worker payload allowing customization of the live and backing log artifact names.

v48.1.1

... (truncated)

Commits
  • 2250b34 v48.3.0
  • e202756 Merge branch 'feat/quarantine-worker-metadata'
  • 7feee61 feat(github): Add 'collaborators_quiet' to the schema.
  • 7e0ca9b feat(queue): Quarantine worker with comment.
  • 5dced6e Merge pull request #6133 from jcristau/docker-timeout
  • dd99fe1 docker-worker: set a timeout when downloading artifact
  • 34aa51b Merge pull request #6136 from taskcluster/matt-boris/fixSomeLinks
  • 286b763 fix(docs): fix some doc links
  • dbf1430 v48.2.1
  • ff36c94 Merge pull request #6132 from taskcluster/fix/statuses-github
  • 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 47.1.2 to 48.3.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v47.1.2...v48.3.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 tools Common Python tools label Apr 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2023

Superseded by #1846.

@dependabot dependabot bot closed this Apr 10, 2023
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-48.3.0 branch April 10, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Common Python tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants