mozilla / coverage-crawler

A crawler to find websites that exercise code in Firefox that is not covered by unit tests
Mozilla Public License 2.0
17 stars 28 forks source link

Bump taskcluster from 44.22.1 to 48.2.0 #604

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps taskcluster from 44.22.1 to 48.2.0.

Release notes

Sourced from taskcluster's releases.

v48.2.0

USERS

▶ [minor] #3652 It is now possible to cancel a sealed task group by calling the queue.cancelTaskGroup API method. This will cancel all scheduled/pending/running tasks within given group.

▶ [patch] bug 1590886 Github service update statuses back to pending when task is retried.

DEVELOPERS

▶ [minor] #5993 Adds the liveLog and backingLog feature flags to the generic worker payload so they can be disabled for a task. These are enabled by default. Adds the logs property to the generic worker payload allowing customization of the live and backing log artifact names.

v48.1.1

USERS

▶ [patch] #6124 Fix a bug in UI where TaskGroup page would show "Malformed query" warning. This was due to the sift library getting upgraded which changed the behaviour of filters.

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

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v48.2.0

USERS

▶ [minor] #3652 It is now possible to cancel a sealed task group by calling the queue.cancelTaskGroup API method. This will cancel all scheduled/pending/running tasks within given group.

▶ [patch] bug 1590886 Github service update statuses back to pending when task is retried.

DEVELOPERS

▶ [minor] #5993 Adds the liveLog and backingLog feature flags to the generic worker payload so they can be disabled for a task. These are enabled by default. Adds the logs property to the generic worker payload allowing customization of the live and backing log artifact names.

v48.1.1

USERS

▶ [patch] #6124 Fix a bug in UI where TaskGroup page would show "Malformed query" warning. This was due to the sift library getting upgraded which changed the behaviour of filters.

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.

... (truncated)

Commits
  • f5b7905 v48.2.0
  • 380ed43 Statuses API set back status to pending when task was restarted (#6129)
  • 9610c5f Cancel task group endpoint (#6054)
  • 135d219 Merge pull request #6119 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 8e43d2f build(deps-dev): bump @​babel/core in /clients/client-web
  • bf7d250 Merge pull request #6120 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 94e9e8b build(deps-dev): bump eslint in /clients/client-web
  • 4074e3b Merge pull request #6128 from taskcluster/dependabot/cargo/clients/client-rus...
  • 4d163c2 build(deps): bump openssl in /clients/client-rust
  • 8a04c23 Merge pull request #6107 from taskcluster/matt-boris/genericWorkerCustomLogLo...
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #606.