Skip to content

Conversation

@dependabot
Copy link

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

Bumps taskcluster from 68.0.4 to 83.1.0.

Release notes

Sourced from taskcluster's releases.

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

▶ [patch] #5438 Fixes hook id in audit history table. Changes worker_pool to worker-pool for consistency as entity type.

v83.0.0

USERS

▶ [MAJOR] #5438 Added audit history tracking for clients, roles, secrets, and hooks. History can be queried using auth.getEntityHistory(type, entityId) and is retained for 30 days.

v82.1.0

USERS

▶ [minor] Worker manager introduces listWorkerPoolsStats() endpoint to return worker stats for all worker pools. Fixes UI not showing capacity for worker pools.

v82.0.1

WORKER-DEPLOYERS

▶ [patch] Fixes an error in worker manager's provisioner when no launch configs are defined.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

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

▶ [patch] #5438 Fixes hook id in audit history table. Changes worker_pool to worker-pool for consistency as entity type.

v83.0.0

USERS

▶ [MAJOR] #5438 Added audit history tracking for clients, roles, secrets, and hooks. History can be queried using auth.getEntityHistory(type, entityId) and is retained for 30 days.

v82.1.0

USERS

▶ [minor] Worker manager introduces listWorkerPoolsStats() endpoint to return worker stats for all worker pools. Fixes UI not showing capacity for worker pools.

v82.0.1

... (truncated)

Commits
  • 811bc14 v83.1.0
  • b492d69 Merge pull request #7554 from taskcluster/dependabot/pip/taskcluster/taskclus...
  • b53e21e Merge pull request #7551 from taskcluster/matt-boris/gwDontChownLoopbackDevices
  • e9aef64 fix(generic-worker): don't chown loopback devices
  • b6fbd62 tests(generic-worker): add loopback device d2g tests that fail
  • f629da7 Merge pull request #7547 from taskcluster/matt-boris/gwOptionalArtifacts
  • 112f59a Address PR comments
  • 5062e7d feat(generic-worker): adds optional payload artifact field
  • e13a857 Merge pull request #7561 from taskcluster/dependabot/go_modules/go-deps-3e644...
  • a7e8430 fix: replace deprecated cobra.Command methods
  • 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.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...v83.1.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 4, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 5, 2025

Superseded by #664.

@dependabot dependabot bot closed this Mar 5, 2025
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-83.1.0 branch March 5, 2025 04:01
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