mozilla / task-boot

Taskcluster Boot utils
Mozilla Public License 2.0
5 stars 15 forks source link

Bump taskcluster from 44.2.2 to 44.23.1 #310

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps taskcluster from 44.2.2 to 44.23.1.

Release notes

Sourced from taskcluster's releases.

v44.23.1

GENERAL

▶ [patch] #5728 Adds auto release lock functionality to queued locks to prevent some GitHub handlers to run forever and keep the queue locked.

▶ [patch] #5737 Persist task group filter in URL, so navigating back restores filtered state.

v44.23.0

GENERAL

▶ [minor] #5728 Changed the way that github events are being handled. There was a problem with treating those callbacks in async manner which resulted in total messages being processed to be limited by consumer's "prefetch" count (5 by default). And resulted in messages being piled up. Introduces extra monitoring information with the numbers of active handlers count and total messages processed.

▶ [patch] Upgrades @xmldom/xmldom to 0.7.6 to fix critical security vulnerability.

Also utilized the yarn upgrade-interactive --latest command for the following package upgrades:

@azure/ms-rest-js@2.6.2, apollo-server-core@3.10.3, apollo-server-express@3.10.3, aws-sdk@2.1238.0, express@4.18.2, graphql-scalars@1.20.0, jwks-r sa@2.1.5, marked@4.1.1, nodemailer@6.8.0, passport-auth0@1.4.3, pg@8.8.0, sanitize-html@2.7.2, c8@7.12.0, commander@9.4.1, dockerode@3.3.4, nock@13.2.9

▶ [patch] Upgrades to latest Node version, v16.18.0.

DEPLOYERS

▶ [patch] #5726 The github service no longer fetches live logs from workers, but instead fetches backing logs from artifact storage. This reduces exceptions due to certificate expiries of live logs from stateless dns server.

v44.22.1

GENERAL

▶ [patch] Reverts commit e2015f35330a4b059d1bccf55c871df2af77bfbb.

v44.22.0

GENERAL

▶ [minor] Add a docker-worker capability disableSeccomp to disable the seccomp system call filter.

It allows significant information leakage, and its use should not be considered secure. This is required to run rr inside a container, as described here: https://github.com/mozilla/rr/wiki/Docker

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v44.23.1

GENERAL

▶ [patch] #5728 Adds auto release lock functionality to queued locks to prevent some GitHub handlers to run forever and keep the queue locked.

▶ [patch] #5737 Persist task group filter in URL, so navigating back restores filtered state.

v44.23.0

GENERAL

▶ [minor] #5728 Changed the way that github events are being handled. There was a problem with treating those callbacks in async manner which resulted in total messages being processed to be limited by consumer's "prefetch" count (5 by default). And resulted in messages being piled up. Introduces extra monitoring information with the numbers of active handlers count and total messages processed.

▶ [patch] Upgrades @xmldom/xmldom to 0.7.6 to fix critical security vulnerability.

Also utilized the yarn upgrade-interactive --latest command for the following package upgrades:

@azure/ms-rest-js@2.6.2, apollo-server-core@3.10.3, apollo-server-express@3.10.3, aws-sdk@2.1238.0, express@4.18.2, graphql-scalars@1.20.0, jwks-r sa@2.1.5, marked@4.1.1, nodemailer@6.8.0, passport-auth0@1.4.3, pg@8.8.0, sanitize-html@2.7.2, c8@7.12.0, commander@9.4.1, dockerode@3.3.4, nock@13.2.9

▶ [patch] Upgrades to latest Node version, v16.18.0.

DEPLOYERS

▶ [patch] #5726 The github service no longer fetches live logs from workers, but instead fetches backing logs from artifact storage. This reduces exceptions due to certificate expiries of live logs from stateless dns server.

v44.22.1

GENERAL

▶ [patch] Reverts commit e2015f35330a4b059d1bccf55c871df2af77bfbb.

v44.22.0

GENERAL

▶ [minor] Add a docker-worker capability disableSeccomp to disable the seccomp system call filter.

... (truncated)

Commits
  • 12e201f v44.23.1
  • 2b5c0ce Merge branch 'feature/handler-queue-lock'
  • 84d9118 feat(ui): Persist task group filter in URL
  • 471f56a Update changelog/issue-5728.md
  • fa9c55f feat(github): Add auto-release to github status handlers
  • ea6142b Merge pull request #5736 from taskcluster/fix/release-version
  • 50ec266 Fix release process - generic-worker image version was not updated in
  • 6f1b363 v44.23.0
  • 563a59a Merge pull request #5733 from taskcluster/feature/5728-statushandler-fix
  • 56f003b feat(github): Fix async status handler issues
  • 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 2 years ago

Superseded by #314.