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 55.3.2 #636

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps taskcluster from 44.22.1 to 55.3.2.

Release notes

Sourced from taskcluster's releases.

v55.3.2

GENERAL

▶ [patch] #6498 Github service auto cancels previous builds by default now. This behavior can be disabled by setting autoCancelPreviousChecks to false in the .taskcluster.yml file.

OTHER

▶ Additional change not described here: #6571.

v55.3.1

This release failed to publish, due to a goreleaser upgrade. Therefore release v55.3.2 was made, pinning the goreleaser version, to resolve the issue (among other changes).

v55.3.1

GENERAL

▶ [patch] #6564 Fixes CSP related issue with running single UI container locally docker compose ui. If run with shipped nginx.conf, it would not be able to load some resources correctly because of the stricter 'Content-Security-Policy' headers.

▶ [patch] Upgrades Node.js to v18.18.0

USERS

▶ [patch] #6569 This patch updates the regex for the hookGroupId and hookId params for the hooks API to allow for up to 1000 characters.

v55.3.0

GENERAL

▶ [patch] #2940 Prepares azure_queue_messages table for upcoming migration by adding task_queue_id, priority columns.

▶ [patch] D2G now takes advantage of Generic Worker Indexed Artifacts, introduced in Generic Worker 51.0.0. D2G translates Indexed Docker Images into Generic Worker mounted Indexed Artifacts. Previously, D2G generated commands to query the taskcluster Index and fetch the docker image. With this improvement, docker images are now cached on workers, docker image dependencies between tasks are declarative (and thus inspectable), and generated Generic Worker task payloads are simpler and easier to understand.

USERS

▶ [minor] #6553 Generic Worker File Mounts now include an optional format field to specify the compression format for the content. Generic Worker will decompress the retrieved content using the format specified before writing to disk. To avoid decompression, do not include the format field.

Allowed compression formats are: bz2, gz, lz4, xz, and zst.

This change additionally adds support for the tar.lz4 format for Writable Directory Caches and Read Only Directories.

v55.2.1

GENERAL

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v55.3.2

GENERAL

▶ [patch] #6498 Github service auto cancels previous builds by default now. This behavior can be disabled by setting autoCancelPreviousChecks to false in the .taskcluster.yml file.

OTHER

▶ Additional change not described here: #6571.

v55.3.1

GENERAL

▶ [patch] #6564 Fixes CSP related issue with running single UI container locally docker compose ui. If run with shipped nginx.conf, it would not be able to load some resources correctly because of the stricter 'Content-Security-Policy' headers.

▶ [patch] Upgrades Node.js to v18.18.0

USERS

▶ [patch] #6569 This patch updates the regex for the hookGroupId and hookId params for the hooks API to allow for up to 1000 characters.

v55.3.0

GENERAL

▶ [patch] #2940 Prepares azure_queue_messages table for upcoming migration by adding task_queue_id, priority columns.

▶ [patch] D2G now takes advantage of Generic Worker Indexed Artifacts, introduced in Generic Worker 51.0.0. D2G translates Indexed Docker Images into Generic Worker mounted Indexed Artifacts. Previously, D2G generated commands to query the taskcluster Index and fetch the docker image. With this improvement, docker images are now cached on workers, docker image dependencies between tasks are declarative (and thus inspectable), and generated Generic Worker task payloads are simpler and easier to understand.

USERS

▶ [minor] #6553 Generic Worker File Mounts now include an optional format field to specify the compression format for the content. Generic Worker will decompress the retrieved content using the format specified before writing to disk. To avoid decompression, do not include the format field.

Allowed compression formats are: bz2, gz, lz4, xz, and zst.

This change additionally adds support for the tar.lz4 format for Writable Directory Caches and Read Only Directories.

v55.2.1

GENERAL

... (truncated)

Commits
  • 986b02b v55.3.2
  • 4ccffe3 Merge pull request #6573 from taskcluster/feat/6498-github-autocancel-by-default
  • 4d8bc3a feat(github): Enable auto build cancellation by default for all
  • 2bdc09e Merge pull request #6572 from taskcluster/matt-boris/fixGoreleaser
  • 5598dae fix(release): replace deprecated goreleaser config
  • 15284ce v55.3.1
  • b4309dd Merge pull request #6570 from taskcluster/matt-boris/bumpHookMaxLength
  • dfbd4d5 Fixes local UI running issues (#6568)
  • d7726aa fix(hooks): allow for 1000 characters in hookGroupId and hookId
  • e90b86b Merge pull request #6565 from bhearsum/docs
  • 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 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)
dependabot[bot] commented 11 months ago

Superseded by #642.