Skip to content

build(deps): bump taskcluster from 47.1.2 to 53.1.0 in /report #1978

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 Jun 26, 2023

Bumps taskcluster from 47.1.2 to 53.1.0.

Release notes

Sourced from taskcluster's releases.

v53.1.0

USERS

▶ [minor] #5994 Generic Worker: Adds task.payload.feature.loopbackVideo for loopback video device support on Linux.

The v4l2loopback kernel module must be installed on the host system for this feature to work, although it does not need to be loaded. Generic Worker loads the module with modprobe and generates the virtual video device with a v4l2loopback command. Under the multiuser engine, it also manages file ownership of the device with chown to ensure that only tasks with suitable scopes have read/write access to the virtual device.

For tasks that enable the feature, the virtual video device location will be provided to the task commands via the environment variable TASKCLUSTER_VIDEO_DEVICE. The value of the environment variable depends on deployment configuration, and therefore tasks should not assume a fixed value. Its value will however take the form /dev/video<DEVICE_NUMBER> where <DEVICE_NUMBER> is an integer between 0 and 255. The Generic Worker config setting loopbackVideoDeviceNumber may be used to change the device number. Future releases of Generic Worker may provide the capability of having more than one virtual video device; currently only one virtual video device is supported.

▶ [patch] #6326 Running taskcluster group list without a task group ID now outputs error message:

Error: list expects argument <taskGroupId>

Previously, it incorrectly outputted:

Error: list expects argument <taskId>

v53.0.0

GENERAL

▶ [minor] This essentially reverts the change in #6279.

We learned from RelOps that the simple engine is useful for running generic worker inside a VM and inside of docker containers.

▶ [patch] Upgrade to go 1.19.10.

go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime.

ADMINS

▶ [minor] #6247 Revert worker-manager from quarantining workers on removal that was introduced in PR 6267.

USERS

▶ [MAJOR] Rework the interactive feature for generic worker allowing to run interactive commands in it

▶ [patch] Introduced github.renderTaskclusterYml endpoint to render provided .taskcluster.yml file for various events. This might be used for debug purposes or to validate the .taskcluster.yml file and make sure that resulting tasks and scopes produce expected values.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v53.1.0

USERS

▶ [minor] #5994 Generic Worker: Adds task.payload.feature.loopbackVideo for loopback video device support on Linux.

The v4l2loopback kernel module must be installed on the host system for this feature to work, although it does not need to be loaded. Generic Worker loads the module with modprobe and generates the virtual video device with a v4l2loopback command. Under the multiuser engine, it also manages file ownership of the device with chown to ensure that only tasks with suitable scopes have read/write access to the virtual device.

For tasks that enable the feature, the virtual video device location will be provided to the task commands via the environment variable TASKCLUSTER_VIDEO_DEVICE. The value of the environment variable depends on deployment configuration, and therefore tasks should not assume a fixed value. Its value will however take the form /dev/video<DEVICE_NUMBER> where <DEVICE_NUMBER> is an integer between 0 and 255. The Generic Worker config setting loopbackVideoDeviceNumber may be used to change the device number. Future releases of Generic Worker may provide the capability of having more than one virtual video device; currently only one virtual video device is supported.

▶ [patch] #6326 Running taskcluster group list without a task group ID now outputs error message:

Error: list expects argument <taskGroupId>

Previously, it incorrectly outputted:

Error: list expects argument <taskId>

v53.0.0

GENERAL

▶ [minor] This essentially reverts the change in #6279.

We learned from RelOps that the simple engine is useful for running generic worker inside a VM and inside of docker containers.

▶ [patch] Upgrade to go 1.19.10.

go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime.

ADMINS

▶ [minor] #6247 Revert worker-manager from quarantining workers on removal that was introduced in PR 6267.

USERS

▶ [MAJOR] Rework the interactive feature for generic worker allowing to run interactive commands in it

▶ [patch] Introduced github.renderTaskclusterYml endpoint to render provided .taskcluster.yml file for various events.

... (truncated)

Commits
  • 9af952e v53.1.0
  • e2fd9f6 Merge pull request #6331 from taskcluster/matt-boris/loopbackVideoGenericWorker
  • 82863db Add tests and update to use device number from config
  • c9cb7f2 Address some PR comments
  • bb7ceed Apply suggestions from code review
  • 81f83e1 Test for video device and env var presence
  • e4b3ac8 Update task timeouts for building/testing/linting gw
  • 96e5b3c Address PR comments and add some initial tests
  • 88f5ddb feat(generic-worker): add loopbackVideo support
  • e8e9d27 Merge pull request #6327 from taskcluster/issue6326
  • 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 53.1.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...v53.1.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 report Python tool to upload reports label Jun 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2023

Superseded by #1986.

@dependabot dependabot bot closed this Jul 3, 2023
@dependabot dependabot bot deleted the dependabot/pip/report/taskcluster-53.1.0 branch July 3, 2023 15:39
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.

0 participants