mozilla / task-boot

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

Bump taskcluster from 44.23.4 to 46.0.0 #322

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps taskcluster from 44.23.4 to 46.0.0.

Release notes

Sourced from taskcluster's releases.

v46.0.0

GENERAL

▶ [patch] Upgrade taskcluster-taskgraph version to v4.0.0 as well as upgrade other python packages.

USERS

▶ [minor] #5804 Adds pagination to the hooks last fires api call.

This prevents loading all last fires for the hooks that have thousands of records, which results in 500 errors. Changes the behaviour of the existing get_last_fires function by using a different sort column - creation time instead of task_id.

▶ [patch] #5804 Fix empty error message for hooks last fire.

▶ [patch] #5804 Fix graphql endpoint for hook without last fires.

DEVELOPERS

▶ [MAJOR] #2791 Hashes for object upload and download are now more precisely defined: uploaders should supply all acceptable hash algorithms, and downloaders should verify all recognized algorihtms and ensure that at least one is present. This has the effect of a breaking change in the Go client types, leading to this change's designation as major.

▶ [patch] #4624 The startDownload method now accepts getUrl as a download method.

▶ [patch] This patch switches running CI tasks on generic-worker-ubuntu-18-04 worker pool to the new, 22-04 worker pool.

v45.0.1

GENERAL

▶ [patch] Minor and patch version bumps via Dependabot using pmac:

pmac add 5822 5821 5819 5818 5817 5816 5815 5814 5813 5790 5789

USERS

▶ [patch] bug 1803745 Docker-worker and generic-worker now skip gzipping artifacts with a .deb extension.

v45.0.0

GENERAL

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v46.0.0

GENERAL

▶ [patch] Upgrade taskcluster-taskgraph version to v4.0.0 as well as upgrade other python packages.

USERS

▶ [minor] #5804 Adds pagination to the hooks last fires api call.

This prevents loading all last fires for the hooks that have thousands of records, which results in 500 errors. Changes the behaviour of the existing get_last_fires function by using a different sort column - creation time instead of task_id.

▶ [patch] #5804 Fix empty error message for hooks last fire.

▶ [patch] #5804 Fix graphql endpoint for hook without last fires.

DEVELOPERS

▶ [MAJOR] #5791 Hashes for object upload and download are now more precisely defined: uploaders should supply all acceptable hash algorithms, and downloaders should verify all recognized algorihtms and ensure that at least one is present. This has the effect of a breaking change in the Go client types, leading to this change's designation as major.

▶ [patch] #4624 The startDownload method now accepts getUrl as a download method.

▶ [patch] This patch switches running CI tasks on generic-worker-ubuntu-18-04 worker pool to the new, 22-04 worker pool.

v45.0.1

GENERAL

▶ [patch] Minor and patch version bumps via Dependabot using pmac:

pmac add 5822 5821 5819 5818 5817 5816 5815 5814 5813 5790 5789

USERS

▶ [patch] bug 1803745 Docker-worker and generic-worker now skip gzipping artifacts with a .deb extension.

... (truncated)

Commits
  • ff1570e v46.0.0
  • 270062f Merge pull request #5843 from taskcluster/snyk-upgrade-5a70ed25b4050cadf12bd4...
  • 8f311ff Merge pull request #5845 from djmitche/docker-compose-updates
  • cfbbcf9 fix URL for docker-compose-plugin
  • 59cae97 Merge pull request #5848 from taskcluster/feature/5804-hook-lastfires-pagination
  • 56777e9 feat(ui): Fix empty error message for hook last fire
  • 24bc6ae Merge pull request #5846 from djmitche/object-service-backends-in-dev
  • ec134b7 Update infrastructure/tooling/src/generate/generators/docker-compose.js
  • 6b0fa87 Merge branch 'main' into object-service-backends-in-dev
  • b446806 Merge pull request #5837 from djmitche/issue2791
  • 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 #323.