Skip to content

build(deps): bump taskcluster from 47.1.2 to 55.2.1 in /tools #2065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2023

Bumps taskcluster from 47.1.2 to 55.2.1.

Release notes

Sourced from taskcluster's releases.

v55.2.1

GENERAL

▶ [patch] Updates ubuntu image versions to jammy.

v55.1.1

WORKER-DEPLOYERS

▶ [patch] #6530 Workers deployed in GCP as spot instances or preemptible VMs now handle instance termination gracefully.

v55.1.0

GENERAL

▶ [minor] #6528 Github webhook handler supports recommended X-Hub-Signature-256 verification. All verification failures are being reported to the sentry additionally.

▶ [patch] Replaces slow db query to fetch check run build status with a faster one, which is used in background status update handlers.

▶ [patch] Upgrades to go1.21.1

v55.0.1

USERS

▶ [patch] #6521 Generic Worker now outputs a warning in the task log if a Docker Worker payload is supplied, together with the d2g-converted task definition, in order to help users migrate their tasks to native Generic Worker format.

OTHER

▶ Additional change not described here: #6513.

Automated Package Updates

  • build(deps-dev): bump the deps group (1a1e30ce3)
  • build(deps-dev): bump the deps-dev group (9f2491c20)
  • build(deps): bump actions/checkout from 3 to 4 (487c1c0de)
  • build(deps-dev): bump @​babel/core in /clients/client-web (2af04e02f)
  • build(deps): bump taskcluster from 54.4.1 to 55.0.0 in /taskcluster (6421f4f8c)
  • build(deps-dev): bump chai from 4.3.7 to 4.3.8 in /clients/client-web (c5cd0f576)
  • build(deps-dev): bump eslint in /clients/client-web (8f82a9e90)

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v55.2.1

GENERAL

▶ [patch] Updates ubuntu image versions to jammy.

v55.2.0

GENERAL

▶ [patch] #6543 Generic Worker: d2g no longer passes the environment variable values to the podman run command. Instead, just the variable name is passed as -e VAR which tells podman to take the value from the host. This will tidy up the run command and will help with any escaping issues users may have been having.

DEPLOYERS

▶ [minor] #5514 Adds support for postgres version 15.

Note: if you want to migrate your local dev db to pg15, you'll need to either erase the existing db with docker volume rm taskcluster_db-data before you migrate, or, if you'd prefer to keep your local dev data, you'll need to manually dump the db contents and then import them into the upgraded db.

Support for postgres v11 will be dropped from Taskcluster on November 9, 2023 (v11 EoL date) and that will be a breaking change.

▶ [patch] #6534 Upgrades kubernetes cronjob api version to batch/v1.

WORKER-DEPLOYERS

▶ [patch] #6540 Generic Worker panicked when evicting caches to free up space on workers. This was reported via sentry here.

USERS

▶ [patch] #6470 D2G now properly escapes artifact paths in generated podman cp commands.

▶ [patch] #6488 Generic Worker no longer panics if an IO error occurs while scanning the filesystem for artifacts.

▶ [patch] #6516 Generic Worker now handles Indexed Docker Images where the docker image contains multiple tags. Previously, Generic Worker assumed that indexed docker images would have only one tag.

DEVELOPERS

▶ [patch] Updates Github integration documentation to tell which events to subscribe to.

v55.1.1

... (truncated)

Commits
  • db1a10e v55.2.1
  • a057385 Merge pull request #6551 from taskcluster/matt-boris/ubuntuJammy
  • 390bfa8 Use nvm to install node
  • fe3a00c chore: standardize ubuntu versions to jammy
  • 960abc3 v55.2.0
  • 03771e7 Merge pull request #6548 from taskcluster/issue6470
  • 5c1f21e Issue 6470: D2G now properly escapes artifact path in podman cp commands
  • 8955f52 Merge pull request #6547 from taskcluster/issue6488
  • 10254bf Merge pull request #6546 from taskcluster/issue6516
  • e3001de Issue 6488 - Generic Worker no longer panics on IO errors while scanning file...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 47.1.2 to 55.2.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v47.1.2...v55.2.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@marco-c marco-c merged commit 5203cb1 into master Sep 16, 2023
@marco-c marco-c deleted the dependabot/pip/tools/taskcluster-55.2.1 branch September 16, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Common Python tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant