Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps taskcluster from 49.2.0 to 54.4.1.

Release notes

Sourced from taskcluster's releases.

v54.4.1

GENERAL

▶ [patch] Upgrade Node.js to 18.17.0.

ADMINS

▶ [patch] #6405 Expire artifacts job no longer logs errors for each missing artifact. Instead it reports the number of missing artifacts at the end of the job.

USERS

▶ [patch] Adds a task log letting the user know their Docker Worker payload is being converted to a Generic Worker payload using d2g.

Automated Package Updates

  • build(deps): bump aiohttp from 3.8.4 to 3.8.5 in /taskcluster (56a9903ae)

v54.4.0

USERS

▶ [minor] #5961 Generic Worker now supports the osGroups feature on macOS, Linux and FreeBSD. Support was already added to Windows in Generic Worker 6.0.0.

Example Linux/macOS task (requires docker to be installed on worker):

created: <timestamp>
deadline: <timestamp>
workerType: my-worker-type
provisionerId: mv-provisioner-id
scopes:
  - generic-worker:os-group:my-provisioner-id/my-worker-type/docker
payload:
  osGroups:
    - docker
  command:
    - - docker
      - run
      - --rm
      - ubuntu:latest
      - /usr/bin/echo
</tr></table> 

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v54.4.1

GENERAL

▶ [patch] Upgrade Node.js to 18.17.0.

ADMINS

▶ [patch] #6405 Expire artifacts job no longer logs errors for each missing artifact. Instead it reports the number of missing artifacts at the end of the job.

USERS

▶ [patch] Adds a task log letting the user know their Docker Worker payload is being converted to a Generic Worker payload using d2g.

Automated Package Updates

  • build(deps): bump aiohttp from 3.8.4 to 3.8.5 in /taskcluster (56a9903ae)

v54.4.0

USERS

▶ [minor] #5961 Generic Worker now supports the osGroups feature on macOS, Linux and FreeBSD. Support was already added to Windows in Generic Worker 6.0.0.

Example Linux/macOS task (requires docker to be installed on worker):

created: <timestamp>
deadline: <timestamp>
workerType: my-worker-type
provisionerId: mv-provisioner-id
scopes:
  - generic-worker:os-group:my-provisioner-id/my-worker-type/docker
payload:
  osGroups:
    - docker
  command:
    - - docker
      - run
      - --rm
</tr></table> 

... (truncated)

Commits
  • a38a78d v54.4.1
  • 877a5ec Merge pull request #6435 from taskcluster/feat/delete-object-errors-gcp
  • 4938bb2 feat(queue): Expire artifacts don't report errors on each missing object
  • fac2706 Merge pull request #6434 from taskcluster/matt-boris/countD2gTranslations
  • 9dbf840 chore(generic-worker): extra d2g data
  • 4cf1af5 Merge pull request #6433 from taskcluster/dependabot/pip/taskcluster/aiohttp-...
  • 56a9903 build(deps): bump aiohttp from 3.8.4 to 3.8.5 in /taskcluster
  • e039b82 Merge pull request #6432 from taskcluster/matt-boris/smallChangelogFix
  • a0732a0 fix(changelog): small formatting fix
  • 8c50ed7 Merge pull request #6430 from taskcluster/matt-boris/node18.17.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 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 49.2.0 to 54.4.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v49.2.0...v54.4.1)

---
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 the dependencies Pull requests that update a dependency file label Aug 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Superseded by #380.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/pip/taskcluster-54.4.1 branch August 21, 2023 14:26
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants