Skip to content

Bump taskcluster from 64.2.8 to 67.1.0 in /tools#522

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tools/taskcluster-67.1.0
Closed

Bump taskcluster from 64.2.8 to 67.1.0 in /tools#522
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tools/taskcluster-67.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

Bumps taskcluster from 64.2.8 to 67.1.0.

Release notes

Sourced from taskcluster's releases.

v67.1.0

WORKER-DEPLOYERS

▶ [patch] #7073 CLI tools and generic-worker now returns short-version string if executed with --short-version argument:

  • generic-worker --short-version
  • livelog --short-version
  • websocktunnel --short-version
  • start-worker --short-version
  • taskcluster version --short-version

▶ [patch] #7129 Worker-manager would avoid sending emails with duplicate error messages, as long as error message and information are the same.

USERS

▶ [minor] #7139 Generic Worker now sets environment variable TASK_GROUP_ID to the taskGroupId of the currently running task.

▶ [patch] #7132 Bug fix: Generic Worker multiuser on Linux/macOS was previously executing task commands as processes that did not include the supplementary groups of the task user, only its primary group. Until upgrading from Ubuntu 22.04 to Ubuntu 24.04 task users did not have supplementary groups, so this had no negative consequences. However, /usr/sbin/adduser on Ubuntu 24.04 by default gives newly generated users the supplementary group users, which introduced a discrepency between the groups that the task command process was in, and the groups that the user was in. Generic Worker multiuser on Linux and macOS now ensures that the launched processes of task commands are given not only the primary group of the task user, but also any supplementary groups that it has.

Automated Package Updates

  • build(deps): bump the ui-node-deps group across 1 directory with 3 updates (b55fb4d50)
  • build(deps-dev): bump chai-as-promised in /clients/client-web (0809b9ea8)
  • build(deps): bump certifi from 2023.7.22 to 2024.7.4 in /taskcluster (c0fa41ae2)

v67.0.1

USERS

▶ [patch] #7085 Adds timestamp to the worker related pulse events that were added in #7085.

DEVELOPERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v67.1.0

WORKER-DEPLOYERS

▶ [patch] #7073 CLI tools and generic-worker now returns short-version string if executed with --short-version argument:

  • generic-worker --short-version
  • livelog --short-version
  • websocktunnel --short-version
  • start-worker --short-version
  • taskcluster version --short-version

▶ [patch] #7129 Worker-manager would avoid sending emails with duplicate error messages, as long as error message and information are the same.

USERS

▶ [minor] #7139 Generic Worker now sets environment variable TASK_GROUP_ID to the taskGroupId of the currently running task.

▶ [patch] #7132 Bug fix: Generic Worker multiuser on Linux/macOS was previously executing task commands as processes that did not include the supplementary groups of the task user, only its primary group. Until upgrading from Ubuntu 22.04 to Ubuntu 24.04 task users did not have supplementary groups, so this had no negative consequences. However, /usr/sbin/adduser on Ubuntu 24.04 by default gives newly generated users the supplementary group users, which introduced a discrepency between the groups that the task command process was in, and the groups that the user was in. Generic Worker multiuser on Linux and macOS now ensures that the launched processes of task commands are given not only the primary group of the task user, but also any supplementary groups that it has.

Automated Package Updates

  • build(deps): bump the ui-node-deps group across 1 directory with 3 updates (b55fb4d50)
  • build(deps-dev): bump chai-as-promised in /clients/client-web (0809b9ea8)
  • build(deps): bump certifi from 2023.7.22 to 2024.7.4 in /taskcluster (c0fa41ae2)

v67.0.1

USERS

▶ [patch] #7085 Adds timestamp to the worker related pulse events that were added in #7085.

... (truncated)

Commits
  • 0e62d3b v67.1.0
  • dcbba77 Merge pull request #7109 from taskcluster/higher-priority-lint
  • d514d06 Bump priority of lint-golang since other tasks depend on it
  • 2288cef Merge pull request #7141 from taskcluster/feat/7073-consistent-versioning
  • 1e138b4 Merge pull request #7142 from taskcluster/feat/7129-w-m-error-reporting
  • 278b420 feat(cli): Add an option to output short-version only for all cli tools
  • 60bd3c7 feat(w-m): avoid sending duplicate email errors
  • 2a2659f Merge pull request #7140 from taskcluster/issue7139
  • da2b7ad Merge pull request #7138 from taskcluster/simplification
  • a91f125 Issue 7139: Set TASK_GROUP_ID env var in Generic Worker tasks
  • 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 64.2.8 to 67.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v64.2.8...v67.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 Jul 12, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 22, 2024

Superseded by #564.

@dependabot dependabot bot closed this Aug 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-67.1.0 branch August 22, 2024 03:11
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