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 v57 #176

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

taskcluster/taskcluster (taskcluster-client)

v57.0.0

Compare Source

GENERAL

▶ [patch] #​6644
Fixes version endpoint in web-server

▶ [patch] #​6634
Fixes queue.claimWork endpoint returning 500 in some rare conditions.

USERS

▶ [minor] #​6371
D2G tool now can convert an entire Docker Worker task definition to a Generic Worker task definition.

New taskcluster d2g -h output:

Converts a docker-worker payload (JSON) to a generic-worker payload (JSON).
To convert a task definition (JSON), you must use the task definition flag (-t, --task-def).

Usage:
  taskcluster d2g [flags]

Examples:
  taskcluster d2g -f /path/to/input/payload.json
  taskcluster d2g -t -f /path/to/input/task-definition.json
  cat /path/to/input/payload.json | taskcluster d2g
  cat /path/to/input/task-definition.json | taskcluster d2g -t
  echo '{"image": "ubuntu", "command": ["bash", "-c", "echo hello world"], "maxRunTime": 300}' | taskcluster d2g

Flags:
  -f, --file string   Path to a .json file containing a docker-worker payload or task definition.
  -h, --help          help for d2g
  -t, --task-def      Must use if the input is a docker-worker task definition.

Global Flags:
  -v, --verbose   verbose output

▶ [patch]
Hooks last fires display unknown as task state if task is missing or not scheduled. This can happen with task was expired and removed but last run information still exist.

▶ [patch] #​6472
D2G: Add the kvm OS group to the Generic Worker payload if the KVM device is enabled in the Docker Worker payload.

▶ [patch]
docker-worker: fix error message when a task is missing scopes for cache volumes

DEVELOPERS

▶ [MAJOR] #​4260
Javascript codebase converted to use ECMAScript modules (ESM).
This includes db, libraries/*, services/* and infrastructure/tooling/* folders.

Clients remain unchanged.

▶ [patch]
Introduces helper databaes utilities to create new version (migration) and renumber existing.

yarn db:new creates new db migration and test
yarn db:renumber old new renumbers existing version

▶ [patch]
Move docker compose image names to .env file to keep compose files unchanged between releases.

OTHER

▶ Additional change not described here: #​6621.

Automated Package Updates
4 Dependabot updates
  • build(deps): bump browserify-sign from 4.2.1 to 4.2.2 in /ui (bc0ca94)
  • build(deps): bump browserify-sign in /clients/client-web (140940e)
  • build(deps): bump crypto-js from 4.1.1 to 4.2.0 in /ui (1b8caf4)
  • build(deps): bump crypto-js from 4.1.1 to 4.2.0 in /clients/client-web (49f3816)

v56.0.3

Compare Source

USERS

▶ [patch] #​6616
Github service no longer cancels builds for the same SHA for push events.
Only pull_request events would cancel running builds for the same pull request if they exist.

This is to avoid canceling same commit pushed to different branches.

▶ [patch]
Allow specifying 0 as a value for onExitStatus.purgeCaches.

Automated Package Updates
2 Dependabot updates

v56.0.2

Compare Source

GENERAL

▶ [patch] #​2940
Fixes claimed task resolver db query that returned too many records. Bug introduced in migration 91

▶ [patch] #​2940
Patches existing migration to prevent data loss because of incorrect field values.

▶ [patch]
Upgrades to go1.21.3 and node v18.18.1

Automated Package Updates
1 Dependabot updates
  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (a2da524)

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 30, 2023 13:56
@renovate renovate bot enabled auto-merge (rebase) October 30, 2023 13:56
@renovate renovate bot merged commit ead313b into main Oct 30, 2023
@renovate renovate bot deleted the renovate/taskcluster-client-57.x branch October 30, 2023 13:56
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