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
16 stars 28 forks source link

Bump taskcluster from 44.22.1 to 51.1.0 #616

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps taskcluster from 44.22.1 to 51.1.0.

Release notes

Sourced from taskcluster's releases.

v51.1.0

ADMINS

▶ [minor] #6247 Worker manager now also quarantines worker on removeWorker call. This is used to prevent some race conditions when worker is still polling for new work and is removed/shutdown at the same time.

USERS

▶ [patch] The new (unused in production) indexed artifacts feature of Generic Worker was broken in release 51.0.0. This has (hopefully) been fixed.

DEVELOPERS

▶ [patch] New .taskcuster.yml linter added in UI to help validate github integration.

▶ [patch] Taskcluster YAML validator can load file from URL.

v51.0.0

USERS

▶ [minor] #6245 Generic Worker payload now supports declaratively mounting indexed artifacts into the task directory. For example:

payload:
  mounts:
    content:
      namespace: my.index.namespace
      artifact: public/image.jpg
    file: pics/image.jpg

DEVELOPERS

▶ [MAJOR] The jsonschema2go tool now considers SHA and KVM to be words that should be capitalised when generating go type names.

As a consequence, the taskcluster go client is backwardly incomaptible with the previous release, since the tcgithub.Build struct member Sha has been renamed to SHA.

▶ [patch] node-fetch dependency removed in favour of got.

v50.1.3

ADMINS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v51.1.0

ADMINS

▶ [minor] #6247 Worker manager now also quarantines worker on removeWorker call. This is used to prevent some race conditions when worker is still polling for new work and is removed/shutdown at the same time.

USERS

▶ [patch] The new (unused in production) indexed artifacts feature of Generic Worker was broken in release 51.0.0. This has (hopefully) been fixed.

DEVELOPERS

▶ [patch] New .taskcuster.yml linter added in UI to help validate github integration.

▶ [patch] Taskcluster YAML validator can load file from URL.

v51.0.0

USERS

▶ [minor] #6245 Generic Worker payload now supports declaratively mounting indexed artifacts into the task directory. For example:

payload:
  mounts:
    content:
      namespace: my.index.namespace
      artifact: public/image.jpg
    file: pics/image.jpg

DEVELOPERS

▶ [MAJOR] The jsonschema2go tool now considers SHA and KVM to be words that should be capitalised when generating go type names.

As a consequence, the taskcluster go client is backwardly incomaptible with the previous release, since the tcgithub.Build struct member Sha has been renamed to SHA.

▶ [patch] node-fetch dependency removed in favour of got.

v50.1.3

... (truncated)

Commits
  • 63b4aef v51.1.0
  • 75f6316 Merge pull request #6270 from taskcluster/fix/tcyml-warnings
  • f4006a6 Quarantine worker on removeWorker (#6267)
  • b41a813 feat(ui): Fix undefined in task counts
  • 52eae75 Merge pull request #6265 from taskcluster/feat/github-tcyaml-debug-improvements
  • 8dcc128 feat(ui): Allow sharing debug tool with yaml url
  • 3ef3e72 Merge pull request #6264 from taskcluster/whoops
  • 3c5cf0a Generic Worker: fix: unmarshal indexed content into IndexedContent go type
  • d4e4b4d Added .taskcluster.yml validation tool (#6263)
  • d768d4a v51.0.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 #619.