Update dependency taskcluster-client to v49 #161
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
48.1.0
->49.0.0
Release Notes
taskcluster/taskcluster
v49.0.0
Compare Source
GENERAL
▶ [patch]
Builds and tests generic worker (multiuser) on macOS Ventura 13 on new, arm64 machines.
USERS
▶ [MAJOR]
Remove python 3.6 support as it's past its end-of-life date.
Add python 3.10 and python 3.11 support.
▶ [minor] #6147
Adds
task.payload.onExitStatus.purgeCaches
feature to generic worker to bring to parity with an existing docker worker feature.purgeCaches
is an array of exit status code integers that the user wants all caches associated with the task to be purged.v48.3.0
Compare Source
ADMINS
▶ [minor] #4343
Workers can be quarantined with an optional comment.
queue.quarantineWorker
accepts aquarantineInfo
string.Quarantine details also include timestamp and clientId of the user who quarantined the worker.
This information can be fetched with
worker-manager.getWorker
.quarantineDetails
would be a list of all the quarantine requests made for the worker.UI shows this history and allows to specify a comment for quarantine request.
USERS
▶ [patch]
Enables missing
collaborators_quiet
policy to the schema validation of.taskcluster.yml
.▶ [patch] bug 1824937
docker-worker no longer waits indefinitely when downloading an image artifact, and will retry if the connection is idle for 60s
v48.2.1
Compare Source
WORKER-DEPLOYERS
▶ [patch] #6130
This patch ensures that the worker pool ID passed to generic worker contains a slash (
/
) and will error out describing the issue as opposed to panicing when anindex out of range
error.USERS
▶ [patch] bug 1590886
Fix Github statuses: skip unnecessary API updates when task starts running.
v48.2.0
Compare Source
USERS
▶ [minor] #3652
It is now possible to cancel a sealed task group by calling the
queue.cancelTaskGroup
API method.This will cancel all scheduled/pending/running tasks within given group.
▶ [patch] bug 1590886
Github service update statuses back to pending when task is retried.
DEVELOPERS
▶ [minor] #5993
Adds the
liveLog
andbackingLog
feature flags to the generic worker payload so they can be disabled for a task. These are enabled by default.Adds the
logs
property to the generic worker payload allowing customization of the live and backing log artifact names.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.