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 68.0.4 to 77.1.0 in /tools #49986

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps taskcluster from 68.0.4 to 77.1.0.

Release notes

Sourced from taskcluster's releases.

v77.1.0

USERS

▶ [minor] #7404 Re-apply the patch to fix docker cache issues and fix the issues when using podman as the container engine.

DEVELOPERS

▶ [minor] Adding type checks with jsdoc and typescript.

Automated Package Updates

  • build(deps): bump taskcluster from 75.0.0 to 77.0.0 in /taskcluster (1cb203ecc)
  • build(deps-dev): bump the client-web-node-deps group (b73bd5464)
  • build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /taskcluster (d2003e3f8)
  • build(deps): bump the go-deps group with 2 updates (3d8bd1bbb)
  • build(deps): bump debug in /clients/client in the client-node-deps group (a6146f51c)

v77.0.0

WORKER-DEPLOYERS

▶ [MAJOR] Generic Worker: adds worker config feature toggles to quickly/easily enable/disable features across entire worker pools. All features are enabled, by default.

Generic Worker: adds d2gConfig worker config to configure D2G translations. enableD2G and containerEngine config settings have been moved into this new config. The following is the new structure (with default values shown):

{
    ...
    "d2gConfig": {
        "enableD2G": false,
        "allowChainOfTrust": true,
        "allowDisableSeccomp": true,
        "allowHostSharedMemory": true,
        "allowInteractive": true,
        "allowKVM": true,
        "allowLoopbackAudio": true,
        "allowLoopbackVideo": true,
        "allowPrivileged": true,
        "allowPtrace": true,
        "allowTaskclusterProxy": true,
        "containerEngine": "docker"
    },
</tr></table> 

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v77.1.0

USERS

▶ [minor] #7404 Re-apply the patch to fix docker cache issues and fix the issues when using podman as the container engine.

DEVELOPERS

▶ [minor] Adding type checks with jsdoc and typescript.

Automated Package Updates

  • build(deps): bump taskcluster from 75.0.0 to 77.0.0 in /taskcluster (1cb203ecc)
  • build(deps-dev): bump the client-web-node-deps group (b73bd5464)
  • build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /taskcluster (d2003e3f8)
  • build(deps): bump the go-deps group with 2 updates (3d8bd1bbb)
  • build(deps): bump debug in /clients/client in the client-node-deps group (a6146f51c)

v77.0.0

WORKER-DEPLOYERS

▶ [MAJOR] Generic Worker: adds worker config feature toggles to quickly/easily enable/disable features across entire worker pools. All features are enabled, by default.

Generic Worker: adds d2gConfig worker config to configure D2G translations. enableD2G and containerEngine config settings have been moved into this new config. The following is the new structure (with default values shown):

{
    ...
    "d2gConfig": {
        "enableD2G": false,
        "allowChainOfTrust": true,
        "allowDisableSeccomp": true,
        "allowHostSharedMemory": true,
        "allowInteractive": true,
        "allowKVM": true,
        "allowLoopbackAudio": true,
        "allowLoopbackVideo": true,
        "allowPrivileged": true,
        "allowPtrace": true,
        "allowTaskclusterProxy": true,
</tr></table> 

... (truncated)

Commits
  • 7cf022d v77.1.0
  • 92edd87 Merge pull request #7428 from Eijebong/worker-caches
  • 5ef9480 Force all task users to share the same subuid map
  • e8e4235 fix(generic-worker)!: only chown writable directory cache files owned by prev...
  • 26f667e Merge pull request #7435 from taskcluster/dependabot/pip/taskcluster/taskclus...
  • 1cb203e build(deps): bump taskcluster from 75.0.0 to 77.0.0 in /taskcluster
  • ba0a1a8 Merge pull request #7429 from taskcluster/browserslist-update
  • 9883009 Type checks (passive) (#7421)
  • df7f09b Merge pull request #7437 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 510d195 Merge pull request #7434 from taskcluster/dependabot/pip/taskcluster/jinja2-3...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 68.0.4 to 77.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v68.0.4...v77.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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2025

Superseded by #50006.

@dependabot dependabot bot closed this Jan 9, 2025
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-77.1.0 branch January 9, 2025 22:12
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.

2 participants