chore(deps): update dependency taskcluster-client to v56 #175
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:
55.0.0
->56.0.1
Release Notes
taskcluster/taskcluster (taskcluster-client)
v56.0.1
Compare Source
GENERAL
▶ [patch] #2940
Patches 91-migration script to account for non-unique pending tasks. This was a blocking exception during migration time.
v56.0.0
Compare Source
GENERAL
▶ [MAJOR] #2940
Queue service internals refactored.
azure_queue_messages
table andazqueue
library are no longer used.Claim, resolved, deadline and pending queues now use separate tables. Existing messages are preserved during migration.
Database migration
0091
expects that previous0090
migration was applied and there are no pending tasks that didn't migrate to the new format yet.Make sure that
v55.3.x
was deployed first and data was fully migrated before deploying this version.▶ [patch] #2940
Resolved tasks do not drop deadline messages, which was removed during queue refactoring.
Messages will stay until task deadline even if task is being resolved.
▶ [patch]
Upgrades to go1.21.2
USERS
▶ [patch]
UI: Task Definitions and Payloads now display in YAML by default for readability.
Automated Package Updates
1 Dependabot updates
ec421c2
)v55.3.4
Compare Source
GENERAL
▶ [patch]
Patches an issue in github service cancelling task groups for non-push/pull-request events
Automated Package Updates
1 Dependabot updates
928877a
)v55.3.3
Compare Source
USERS
▶ [patch] #6592
Generic Worker no longer allows you to specify the same group twice in the osGroups array property.
▶ [patch] #6590
Generic Worker osGroups feature on Linux has been fixed. It never worked on this platform.
▶ [patch] #6471
Worker Runner now sets the
TASKCLUSTER_WORKER_LOCATION
variable for Generic Worker.Automated Package Updates
5 Dependabot updates
13cd8dd
)89c59ee
)d165b62
)10f5744
)acd7144
)v55.3.2
Compare Source
GENERAL
▶ [patch] #6498
Github service auto cancels previous builds by default now.
This behavior can be disabled by setting
autoCancelPreviousChecks
tofalse
in the.taskcluster.yml
file.OTHER
▶ Additional change not described here: #6571.
v55.3.0
Compare Source
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
, andzst
.This change additionally adds support for the
tar.lz4
format for Writable Directory Caches and Read Only Directories.v55.2.1
Compare Source
GENERAL
▶ [patch]
Updates ubuntu image versions to
jammy
.v55.1.1
Compare Source
WORKER-DEPLOYERS
▶ [patch] #6530
Workers deployed in GCP as spot instances or preemptible VMs now
handle instance termination gracefully.
v55.1.0
Compare Source
GENERAL
▶ [minor] #6528
Github webhook handler supports recommended
X-Hub-Signature-256
verification.All verification failures are being reported to the sentry additionally.
▶ [patch]
Replaces slow db query to fetch check run build status with a faster one, which is used in background status update handlers.
▶ [patch]
Upgrades to go1.21.1
v55.0.1
Compare Source
USERS
▶ [patch] #6521
Generic Worker now outputs a warning in the task log if a Docker Worker payload is supplied, together with the
d2g-converted task definition, in order to help users migrate their tasks to native Generic Worker format.
OTHER
▶ Additional change not described here: #6513.
Automated Package Updates
7 Dependabot updates
1a1e30c
)9f2491c
)487c1c0
)2af04e0
)6421f4f
)c5cd0f5
)8f82a9e
)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.