mozilla / task-boot

Taskcluster Boot utils
Mozilla Public License 2.0
5 stars 15 forks source link

Bump taskcluster from 44.2.2 to 44.13.0 #285

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps taskcluster from 44.2.2 to 44.13.0.

Release notes

Sourced from taskcluster's releases.

v44.13.0

GENERAL

▶ [patch] #5373 Allow local UI to run against existing taskcluster installation using TASKCLUSTER_ROOT_URL.

▶ [patch] #5362 Display task artifacts sorted by importance

▶ [patch] #5348 Fix artifact copy functionality.

▶ [patch] Fix null check error from #5380

▶ [patch] Upgrades some vulnerable rust deps and rust toolchain from 1.49.0 to 1.60.0.

WORKER-DEPLOYERS

▶ [minor] #4999 Trigger immediate resource provisioning for Azure.

Since operations are already async, this shouldn't slow down provisioning loop. It is done in attempt to prevent azure workers stay in 'Requested' state until the next workerScannerAzure loop picks it up.

▶ [patch] bug 1613593 Adding extra information about failed worker provisioning

USERS

▶ [patch] #5364 The github/v1/repository/<owner>/<repo>/<branch>/latest endpoint now supports projects using checks-v2 reporting.

Automated Package Updates

  • Update dependency jwks-rsa to v2.1.0 (ea3902996)

v44.12.3

GENERAL

▶ [patch] Return lastDateActive from queue.listWorkers().

Automated Package Updates

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v44.13.0

GENERAL

▶ [patch] #5373 Allow local UI to run against existing taskcluster installation using TASKCLUSTER_ROOT_URL.

▶ [patch] #5362 Display task artifacts sorted by importance

▶ [patch] #5348 Fix artifact copy functionality.

▶ [patch] Fix null check error from #5380

▶ [patch] Upgrades some vulnerable rust deps and rust toolchain from 1.49.0 to 1.60.0.

WORKER-DEPLOYERS

▶ [minor] #4999 Trigger immediate resource provisioning for Azure.

Since operations are already async, this shouldn't slow down provisioning loop. It is done in attempt to prevent azure workers stay in 'Requested' state until the next workerScannerAzure loop picks it up.

▶ [patch] bug 1613593 Adding extra information about failed worker provisioning

USERS

▶ [patch] #5364 The github/v1/repository/<owner>/<repo>/<branch>/latest endpoint now supports projects using checks-v2 reporting.

Automated Package Updates

  • Update dependency jwks-rsa to v2.1.0 (ea3902996)

v44.12.3

GENERAL

▶ [patch] Return lastDateActive from queue.listWorkers().

... (truncated)

Commits
  • b5981a6 v44.13.0
  • 60784ab Merge pull request #5390 from taskcluster/feature/extended-error-logging
  • cb8717d feat(worker-manager): Extra information about failed provisioning
  • 9b5f9e3 Merge pull request #5389 from taskcluster/matt-boris/rustVulns
  • 141873c build(deps): upgrade vulnerable rust deps and rust to 1.60.0
  • 24b6903 Merge pull request #5387 from taskcluster/dependabot/npm_and_yarn/ejs-3.1.7
  • 9b2c88a build(deps): bump ejs from 3.1.6 to 3.1.7
  • e206e7f Merge pull request #5383 from taskcluster/renovate/jwks-rsa-2.x-lockfile
  • 048e72e Merge pull request #5384 from taskcluster/feature/ui-artifacts-list
  • a04d0c5 feat(ui): Artifacts sorted by priority
  • 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 2 years ago

Superseded by #287.