Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps taskcluster from 68.0.4 to 83.2.0.

Release notes

Sourced from taskcluster's releases.

v83.2.0

GENERAL

▶ [patch] #7541 Added missing primary keys for several db tables.

WORKER-DEPLOYERS

▶ [minor] #7552 D2G: use the default docker bridge network instead of the host network.

▶ [minor] Generic Worker: when running a task through d2g, the taskcluster proxy now listens on the docker bridge instead of localhost.

Automated Package Updates

  • build(deps): bump fast-azure-storage from 3.1.6 to 4.0.0 (9e093e4ff1)

v83.1.0

USERS

▶ [minor] #7545 D2G: sets each payload artifact as optional so tasks won't resolve as failed/failed if the artifact doesn't exist, like Docker Worker does.

▶ [minor] #7545 Generic Worker: adds optional field to payload artifacts to ignore any artifact upload errors, for example, if the artifact isn't known to exist at the end of a task but you don't want the task to resolve as failed/failed. This makes the transition from Docker Worker --> Generic Worker (through d2g) more seamless, as Docker Worker does not resolve tasks as failed/failed if the artifact doesn't exist.

▶ [patch] #7411 Generic Worker: no longer chown loopback video/audio devices to the task user. Explicitly change group of the devices to video/audio, respectively, so that users in those groups may still access them.

Automated Package Updates

  • build(deps): bump the go-deps group with 6 updates (84deac48d4)
  • build(deps): bump got in /clients/client in the client-node-deps group (8af8bc3d9e)
  • build(deps-dev): bump the client-web-node-deps group (6771b0038e)
  • build(deps): bump taskcluster from 79.0.0 to 83.0.1 in /taskcluster (cf16b31c9a)

v83.0.1

USERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v83.2.0

GENERAL

▶ [patch] #7541 Added missing primary keys for several db tables.

WORKER-DEPLOYERS

▶ [minor] #7552 D2G: use the default docker bridge network instead of the host network.

▶ [minor] Generic Worker: when running a task through d2g, the taskcluster proxy now listens on the docker bridge instead of localhost.

Automated Package Updates

  • build(deps): bump fast-azure-storage from 3.1.6 to 4.0.0 (9e093e4ff1)

v83.1.0

USERS

▶ [minor] #7545 D2G: sets each payload artifact as optional so tasks won't resolve as failed/failed if the artifact doesn't exist, like Docker Worker does.

▶ [minor] #7545 Generic Worker: adds optional field to payload artifacts to ignore any artifact upload errors, for example, if the artifact isn't known to exist at the end of a task but you don't want the task to resolve as failed/failed. This makes the transition from Docker Worker --> Generic Worker (through d2g) more seamless, as Docker Worker does not resolve tasks as failed/failed if the artifact doesn't exist.

▶ [patch] #7411 Generic Worker: no longer chown loopback video/audio devices to the task user. Explicitly change group of the devices to video/audio, respectively, so that users in those groups may still access them.

Automated Package Updates

  • build(deps): bump the go-deps group with 6 updates (84deac48d4)
  • build(deps): bump got in /clients/client in the client-node-deps group (8af8bc3d9e)
  • build(deps-dev): bump the client-web-node-deps group (6771b0038e)
  • build(deps): bump taskcluster from 79.0.0 to 83.0.1 in /taskcluster (cf16b31c9a)

v83.0.1

... (truncated)

Commits
  • eedd8d2 v83.2.0
  • 5e8d697 Merge pull request #7565 from jcristau/d2g-net
  • df28501 feat(d2g): stop using the host network
  • 959fd97 Merge pull request #7563 from taskcluster/feat/7541-db-primary-keys
  • 443b07b Merge pull request #7564 from jcristau/d2g-proxy
  • 78c478e feat(g-w): for d2g tasks, have the tc proxy listen on the docker bridge inter...
  • e1368f3 chore(db): Add missing primary keys on tables introduced in v91
  • 6f6b9d5 Merge pull request #7491 from taskcluster/dependabot/npm_and_yarn/fast-azure-...
  • 9e093e4 build(deps): bump fast-azure-storage from 3.1.6 to 4.0.0
  • 811bc14 v83.1.0
  • 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 83.2.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...v83.2.0)

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

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 Mar 5, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2025

Superseded by #669.

@dependabot dependabot bot closed this Mar 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-83.2.0 branch March 6, 2025 03:57
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