mozilla / coverage-crawler

A crawler to find websites that exercise code in Firefox that is not covered by unit tests
Mozilla Public License 2.0
17 stars 28 forks source link

Bump taskcluster from 44.22.1 to 54.4.1 #622

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps taskcluster from 44.22.1 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)
dependabot[bot] commented 1 year ago

Superseded by #630.