Skip to content

build(deps): bump taskcluster from 56.0.2 to 57.0.0 in /report #2139

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps taskcluster from 56.0.2 to 57.0.0.

Release notes

Sourced from taskcluster's releases.

v57.0.0

GENERAL

▶ [patch] #6644 Fixes version endpiont 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

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v57.0.0

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

... (truncated)

Commits
  • 5bc0e3f v57.0.0
  • 7994df4 Merge pull request #6648 from taskcluster/feat/6644-broken-version-endpoint
  • ade3733 feat(web-server): fix version endpoint
  • 3b02e2a Merge pull request #6618 from taskcluster/matt-boris/d2gFullTaskPayload
  • 77829a2 Add test that translates a new task definition field
  • a18262d Handle if taskQueueId isn't provided
  • 3aee65d Address PR comments
  • 4ec1428 fix(d2g): add kvm OS group for KVM feature
  • c64b83d feat(d2g): translate full task definition
  • 9986a55 Merge pull request #6643 from taskcluster/dependabot/npm_and_yarn/ui/browseri...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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](https://github.com/taskcluster/taskcluster) from 56.0.2 to 57.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v56.0.2...v57.0.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the report Python tool to upload reports label Oct 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

Superseded by #2143.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/report/taskcluster-57.0.0 branch November 6, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report Python tool to upload reports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants