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.22.1 #309

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps taskcluster from 44.2.2 to 44.22.1.

Release notes

Sourced from taskcluster's releases.

v44.22.1

GENERAL

▶ [patch] Reverts commit e2015f35330a4b059d1bccf55c871df2af77bfbb.

v44.22.0

GENERAL

▶ [minor] Add a docker-worker capability disableSeccomp to disable the seccomp system call filter.

It allows significant information leakage, and its use should not be considered secure. This is required to run rr inside a container, as described here: https://github.com/mozilla/rr/wiki/Docker

▶ [patch] Adjust GCP CloudBuild config to cancel other ongoing jobs, so that the latest job is the only one that runs and no race conditions will occur with deploying to dev.

▶ [patch] Upgrade many deps with the following command: pmac add 5692 5691 5690 5689 5688 5687

▶ [patch] Upgrades to latest Node version, v16.17.1, which is a security release.

USERS

▶ [minor] Added basic dashboard stats: Worker pools, provisioners, hooks, clients counts.

v44.21.0

GENERAL

▶ [minor] #4534 Add completions for other shells

WORKER-DEPLOYERS

▶ [patch] #5666 The generic-worker no longer panics if it gets no HTTP responses from Queue for over 15 minutes.

DEVELOPERS

▶ [minor] Refactored github status checks handler to do handle task status transitions in single place.

Previous implementation relied on two handlers: taskDefined and statusChanged. For some tasks both events happened at the same time, which led to a race condition and multiple check_runs being created.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v44.22.1

GENERAL

▶ [patch] Reverts commit e2015f35330a4b059d1bccf55c871df2af77bfbb.

v44.22.0

GENERAL

▶ [minor] Add a docker-worker capability disableSeccomp to disable the seccomp system call filter.

It allows significant information leakage, and its use should not be considered secure. This is required to run rr inside a container, as described here: https://github.com/mozilla/rr/wiki/Docker

▶ [patch] Adjust GCP CloudBuild config to cancel other ongoing jobs, so that the latest job is the only one that runs and no race conditions will occur with deploying to dev.

▶ [patch] Upgrade many deps with the following command: pmac add 5692 5691 5690 5689 5688 5687

▶ [patch] Upgrades to latest Node version, v16.17.1, which is a security release.

USERS

▶ [minor] Added basic dashboard stats: Worker pools, provisioners, hooks, clients counts.

v44.21.0

GENERAL

▶ [minor] #4534 Add completions for other shells

WORKER-DEPLOYERS

▶ [patch] #5666 The generic-worker no longer panics if it gets no HTTP responses from Queue for over 15 minutes.

DEVELOPERS

▶ [minor] Refactored github status checks handler to do handle task status transitions in single place.

... (truncated)

Commits
  • ef7d75b v44.22.1
  • 99bab16 Merge pull request #5717 from taskcluster/matt-boris/revertMatrixDep
  • ef9c1c4 Revert "build(deps): bump matrix-js-sdk from 15.6.0 to 20.0.2 (from PR #5692)"
  • 18b7248 Merge pull request #5710 from ahal/github_deploy_docs
  • 626aa14 Merge pull request #5711 from taskcluster/renovate/cronstrue-2.x-lockfile
  • d384cd0 Update dependency cronstrue to v2.14.0
  • 6fba240 docs: update Github deployment docs for new Github interface
  • b7dc2dc Merge pull request #5707 from taskcluster/renovate/cronstrue-2.x-lockfile
  • aa96f68 Update dependency cronstrue to v2.13.0
  • 5026ff9 Merge pull request #5698 from taskcluster/dependabot/npm_and_yarn/cronstrue-2...
  • 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 #310.