Skip to content

build(deps): bump taskcluster from 47.1.2 to 48.1.0 in /tools #1813

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 Mar 27, 2023

Bumps taskcluster from 47.1.2 to 48.1.0.

Release notes

Sourced from taskcluster's releases.

v48.1.0

GENERAL

▶ [minor] jsonschema2go: jsonschema default values are encoded into struct tags of generated go types for use with github.com/mcuadros/go-defaults.

In order to utilise this new features, callers should call defaults.SetDefaults(&val) before calling json.Unmarshal(data, &val).

▶ [patch] Go upgrade from 1.19.5 to 1.19.7. Also upgraded golangci-lint from 1.50.1 to 1.51.2.

Node.js upgrade from 18.14.1 to 18.15.0.

USERS

▶ [patch] Dashboard displays worker manager provisioning stats separately. Values are being automatically reloaded every 30 seconds.

▶ [patch] #6109 The worker-manager methods createWorker, listWorkersForWorkerGroup, updateWorker, and worker had an extraneous colon (:) character in their URL path. This colon has been removed. The old paths (containing the colon) will continue to work, but the new paths are preferred.

v48.0.0

DEPLOYERS

▶ [patch] #6067 Worker-manager now considers stoppingCapacity when estimating the required number of workers to start, preventing failed to start workers from growing beyond maxCapacity and slowing down the scanner loop.

USERS

▶ [MAJOR] #6059 It is now possible to seal a task group which is an operation to prevent additional tasks from being added.

New APIs:

  • HTTP API queue.sealTaskGroup to seal task group and prevent addition of new tasks to it. This operation is irreversible.
  • HTTP API queue.getTaskGroup to return task group information without tasks (use queue.listTaskGroup to return information with tasks)
  • Pulse exchange exchange/taskcluster-queue/v1/task-group-sealed reports when a task group is sealed.

Updated APIs:

  • HTTP API queue.createTask returns HTTP 409 error if task group was sealed.
  • HTTP API queue.listTaskGroup returns extra fields schedulerId, expires, sealed.
  • Pulse exchange exchange/taskcluster-queue/v1/task-group-resolved publishes extra fields schedulerId, expires, sealed.

UI updates:

  • Task group view displays expiration and sealing time.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v48.1.0

GENERAL

▶ [minor] jsonschema2go: jsonschema default values are encoded into struct tags of generated go types for use with github.com/mcuadros/go-defaults.

In order to utilise this new features, callers should call defaults.SetDefaults(&val) before calling json.Unmarshal(data, &val).

▶ [patch] Go upgrade from 1.19.5 to 1.19.7. Also upgraded golangci-lint from 1.50.1 to 1.51.2.

Node.js upgrade from 18.14.1 to 18.15.0.

USERS

▶ [patch] Dashboard displays worker manager provisioning stats separately. Values are being automatically reloaded every 30 seconds.

▶ [patch] #6109 The worker-manager methods createWorker, listWorkersForWorkerGroup, updateWorker, and worker had an extraneous colon (:) character in their URL path. This colon has been removed. The old paths (containing the colon) will continue to work, but the new paths are preferred.

v48.0.0

DEPLOYERS

▶ [patch] #6067 Worker-manager now considers stoppingCapacity when estimating the required number of workers to start, preventing failed to start workers from growing beyond maxCapacity and slowing down the scanner loop.

USERS

▶ [MAJOR] #6059 It is now possible to seal a task group which is an operation to prevent additional tasks from being added.

New APIs:

  • HTTP API queue.sealTaskGroup to seal task group and prevent addition of new tasks to it. This operation is irreversible.
  • HTTP API queue.getTaskGroup to return task group information without tasks (use queue.listTaskGroup to return information with tasks)
  • Pulse exchange exchange/taskcluster-queue/v1/task-group-sealed reports when a task group is sealed.

Updated APIs:

  • HTTP API queue.createTask returns HTTP 409 error if task group was sealed.
  • HTTP API queue.listTaskGroup returns extra fields schedulerId, expires, sealed.
  • Pulse exchange exchange/taskcluster-queue/v1/task-group-resolved publishes extra fields schedulerId, expires, sealed.

UI updates:

... (truncated)

Commits
  • fa6cdbd v48.1.0
  • 8f77332 Merge pull request #6114 from taskcluster/feat/ui-dashboard-improvements
  • 2ecc626 feat(ui): Reordered stats widget on dashboard.
  • 4feb99d Merge pull request #6113 from taskcluster/jsonschema2go-defaults
  • 377a57b Remove blank line
  • 2d2ec7c jsonschema2go: Support default values for type:(boolean|string)
  • fd69f27 Revert "feat(tools): Use *bool instead of bool in jsonschema in go"
  • 8cb6216 Merge pull request #6115 from taskcluster/revert-6112-dependabot/npm_and_yarn...
  • ef2f47a Revert "build(deps): bump matrix-js-sdk from 15.6.0 to 23.5.0"
  • d2d7ba7 Merge pull request #6112 from taskcluster/dependabot/npm_and_yarn/matrix-js-s...
  • 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 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 47.1.2 to 48.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v47.1.2...v48.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2023

Superseded by #1824.

@dependabot dependabot bot closed this Apr 3, 2023
@dependabot dependabot bot deleted the dependabot/pip/tools/taskcluster-48.1.0 branch April 3, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Common Python tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants