▶ [patch] #5666
The generic-worker no longer panics if it gets no HTTP responses from Queue for over 15 minutes.
DEVELOPERS
▶ [minor]
Refactored github status checks handler to do handle task status transitions in single place.
Previous implementation relied on two handlers: taskDefined and statusChanged.
For some tasks both events happened at the same time, which led to a race condition and multiple check_runs being created.
To prevent concurrent handlers overwriting newer updates, simple time-based check was added to prevent this.
v44.20.4
DEVELOPERS
▶ [patch] #5663
This patch upgrades to the new, v2 Docker Hub APIs.
v1 APIs were deprecated as of September 5, 2022 - see here for more info.
v44.20.2
No changes
v44.20.0
GENERAL
▶ [patch] #5653
Fix a bug with github status checks not being updated.
In 44.19.1 release github service started tracking additional task
state changes, and this resulted in a race condition between "taskDefined"
and "status" handlers where both of them would create new check run at
the same time. Wrong check run would later get all status updates, while
Github UI will be showing a different check run which didn't receive all
the updates.
▶ [patch]
Upgrade node to the latest LTS release, v16.17.0
DEPLOYERS
▶ [patch] #5041
Add support for private docker registry by adding imagePullSecrets config value.
▶ [patch] #5666
The generic-worker no longer panics if it gets no HTTP responses from Queue for over 15 minutes.
DEVELOPERS
▶ [minor]
Refactored github status checks handler to do handle task status transitions in single place.
Previous implementation relied on two handlers: taskDefined and statusChanged.
For some tasks both events happened at the same time, which led to a race condition and multiple check_runs being created.
To prevent concurrent handlers overwriting newer updates, simple time-based check was added to prevent this.
v44.20.4
DEVELOPERS
▶ [patch] #5663
This patch upgrades to the new, v2 Docker Hub APIs.
v1 APIs were deprecated as of September 5, 2022 - see here for more info.
v44.20.3
USERS
▶ [patch]
Fixes UI bug with hooks creation form, where changing Exchange input resulted in error message.
▶ [patch]
Trim ANSI control codes from the live log that is being shown in github check run.
v44.20.2
No changes
v44.20.1
DEVELOPERS
▶ [patch]
Trim github payload for the check run updates call.
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.21.0.
Release notes
Sourced from taskcluster's releases.
... (truncated)
Changelog
Sourced from taskcluster's changelog.
... (truncated)
Commits
4ae6f59
v44.21.0d6cc304
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/clients/client-w...f78778f
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/clients/client-w...c0a821f
Merge remote-tracking branch 'origin/snyk-upgrade-e192db872fa0161be75574c9dd7...64cfbff
build(deps): bump jose from 2.0.5 to 2.0.696b2dd3
Merge pull request #5673 from taskcluster/netlify-redirect-docsfcca773
Add redirect to /docs/ for netlify deployment622c1d5
fix(github): Increment debug counter13096b4
Merge pull request #5665 from taskcluster/feature/github-status-handlers5239527
feat(github): Refactor status handler, remove taskDefined handlerDependabot 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)