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.17.0 #296

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps taskcluster from 44.2.2 to 44.17.0.

Release notes

Sourced from taskcluster's releases.

v44.17.0

GENERAL

▶ [minor] #5456 This change adds more DB functions to allow for filtering in the DB based on worker state and quarantined status for the workers page. Previously, filtering would only happen on the initial page loaded from the DB if results were paginated. This should also speed up the workers page rendering when a filter is applied.

▶ [patch] #5529 This patch makes it so that the docker-compose.yml file is updated with the new taskcluster docker image version on a yarn release. Previously, the version wasn't updated, so the meta-generate task would fail on releases. This issue first appeared in v44.16.4.

▶ [patch] #5319 This patch migrates the legacy, process.hrtime([time]) to the new, process.hrtime.bigint(). See Node Docs for more information.

▶ [patch] This patch upgrades dependencies to their latest minor/patch versions. Doing so fixes a handful of vulns found within Snyk and docker scans.

DEVELOPERS

▶ [patch] Added a cloudbuild.yaml file for the Google Cloud Build trigger on the main branch.

v44.16.4

USERS

▶ [patch] #5517 This patch fixes the quarantined value on the workers table to be n/a if the quarantined value is in the past. This issue was first noticed in v44.16.3.

DEVELOPERS

▶ [patch] Added docker-compose.yml for local development.

OTHER

▶ Additional change not described here: #5503.

v44.16.3

GENERAL

▶ [patch] This patch returns up the quarantineUntil field in the workerManager.getWorker and workerManager.listWorkers methods. This issue was first noticed in v44.15.0.

v44.16.2

GENERAL

▶ [patch] This patch adds a new field to be logged out on a failed provision call. This field will be used to measure the provisioning failed count.

USERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v44.17.0

GENERAL

▶ [minor] #5456 This change adds more DB functions to allow for filtering in the DB based on worker state and quarantined status for the workers page. Previously, filtering would only happen on the initial page loaded from the DB if results were paginated. This should also speed up the workers page rendering when a filter is applied.

▶ [patch] #5529 This patch makes it so that the docker-compose.yml file is updated with the new taskcluster docker image version on a yarn release. Previously, the version wasn't updated, so the meta-generate task would fail on releases. This issue first appeared in v44.16.4.

▶ [patch] #5319 This patch migrates the legacy, process.hrtime([time]) to the new, process.hrtime.bigint(). See Node Docs for more information.

▶ [patch] This patch upgrades dependencies to their latest minor/patch versions. Doing so fixes a handful of vulns found within Snyk and docker scans.

DEVELOPERS

▶ [patch] Added a cloudbuild.yaml file for the Google Cloud Build trigger on the main branch.

v44.16.4

USERS

▶ [patch] #5517 This patch fixes the quarantined value on the workers table to be n/a if the quarantined value is in the past. This issue was first noticed in v44.16.3.

DEVELOPERS

▶ [patch] Added docker-compose.yml for local development.

OTHER

▶ Additional change not described here: #5503.

v44.16.3

GENERAL

▶ [patch] This patch returns up the quarantineUntil field in the workerManager.getWorker and workerManager.listWorkers methods. This issue was first noticed in v44.15.0.

v44.16.2

GENERAL

▶ [patch]

... (truncated)

Commits
  • f6a0023 v44.17.0
  • 2ff506a Merge pull request #5535 from taskcluster/matt-boris/depUpgrades
  • 8cf6f0b build(deps): upgrade deps and fix vulns snyk found
  • 78e548f Merge pull request #5534 from taskcluster/matt-boris/processHrtime
  • 70aee2e fix: migrate to process.hrtime.bigint()
  • 142da79 Merge pull request #5533 from taskcluster/fix-formatting-readme-client-go
  • 52c096b Fix client-go README formatting
  • bbd624a Merge pull request #5532 from taskcluster/matt-boris/cloudBuildConfig
  • fd4958d feat(build): add cloudbuild config for gcp trigger
  • e7188a5 Merge pull request #5531 from taskcluster/matt-boris/workersFilteringInDB
  • 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 #298.