Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency taskcluster-client to v56 #175

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
taskcluster-client (source) 55.0.0 -> 56.0.1 age adoption passing confidence

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 and azqueue 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 previous 0090 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
  • build(deps): bump postcss from 8.4.21 to 8.4.31 (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
  • build(deps): bump urllib3 from 2.0.3 to 2.0.6 in /taskcluster (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
  • build(deps): bump get-func-name from 2.0.0 to 2.0.2 in /ui (13cd8dd)
  • build(deps): bump the deps group with 4 updates (89c59ee)
  • build(deps-dev): bump webpack in /clients/client-web (d165b62)
  • build(deps-dev): bump the deps group (10f5744)
  • build(deps): bump the deps group in /taskcluster with 3 updates (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 to false 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, and zst.

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
  • build(deps-dev): bump the deps group (1a1e30c)
  • build(deps-dev): bump the deps-dev group (9f2491c)
  • build(deps): bump actions/checkout from 3 to 4 (487c1c0)
  • build(deps-dev): bump @​babel/core in /clients/client-web (2af04e0)
  • build(deps): bump taskcluster from 54.4.1 to 55.0.0 in /taskcluster (6421f4f)
  • build(deps-dev): bump chai from 4.3.7 to 4.3.8 in /clients/client-web (c5cd0f5)
  • build(deps-dev): bump eslint in /clients/client-web (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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 11, 2023 16:10
@renovate renovate bot enabled auto-merge (rebase) October 11, 2023 16:10
@renovate renovate bot merged commit bece4a8 into main Oct 11, 2023
@renovate renovate bot deleted the renovate/taskcluster-client-56.x branch October 11, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants