▶ [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:
▶ [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.
▶ [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
▶ [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:
▶ [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.
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 from 44.2.2 to 44.23.1.
Release notes
Sourced from taskcluster's releases.
... (truncated)
Changelog
Sourced from taskcluster's changelog.
... (truncated)
Commits
12e201f
v44.23.12b5c0ce
Merge branch 'feature/handler-queue-lock'84d9118
feat(ui): Persist task group filter in URL471f56a
Update changelog/issue-5728.mdfa9c55f
feat(github): Add auto-release to github status handlersea6142b
Merge pull request #5736 from taskcluster/fix/release-version50ec266
Fix release process - generic-worker image version was not updated in6f1b363
v44.23.0563a59a
Merge pull request #5733 from taskcluster/feature/5728-statushandler-fix56f003b
feat(github): Fix async status handler issuesDependabot 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)