timescale / timescaledb-docker

Release Docker builds of TimescaleDB
Apache License 2.0
290 stars 128 forks source link

Update maintenance (major) #245

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/add-to-project action major v0.6.1 -> v1.0.1
actions/checkout action major v3 -> v4
docker/setup-buildx-action action major v1 -> v3
docker/setup-qemu-action action major v1 -> v3
tspascoal/get-user-teams-membership action major v2 -> v3

Release Notes

actions/add-to-project (actions/add-to-project) ### [`v1.0.1`](https://togithub.com/actions/add-to-project/releases/tag/v1.0.1) [Compare Source](https://togithub.com/actions/add-to-project/compare/v1.0.0...v1.0.1) #### Summary This release includes dependency updates, including security fix to undici. #### What's Changed - Dependabot/npm and yarn/undici 5.28.4 fixes by [@​skw](https://togithub.com/skw) in [https://github.com/actions/add-to-project/pull/550](https://togithub.com/actions/add-to-project/pull/550) - build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.4.0 to 7.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/546](https://togithub.com/actions/add-to-project/pull/546) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.4.0 to 7.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/547](https://togithub.com/actions/add-to-project/pull/547) - build(deps-dev): bump typescript from 5.4.3 to 5.4.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/549](https://togithub.com/actions/add-to-project/pull/549) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 16.18.91 to 16.18.96 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/548](https://togithub.com/actions/add-to-project/pull/548) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/542](https://togithub.com/actions/add-to-project/pull/542) **Full Changelog**: https://github.com/actions/add-to-project/compare/v1.0.0...v1.0.1 ### [`v1.0.0`](https://togithub.com/actions/add-to-project/releases/tag/v1.0.0) [Compare Source](https://togithub.com/actions/add-to-project/compare/v0.6.1...v1.0.0) #### Summary This release promotes `actions/add-to-projects` to a major version 1 and marks the public API stable. #### What's Changed - build(deps-dev): bump eslint-plugin-github from 4.10.0 to 4.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/532](https://togithub.com/actions/add-to-project/pull/532) - build(deps-dev): bump prettier from 3.0.3 to 3.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/531](https://togithub.com/actions/add-to-project/pull/531) - build(deps-dev): bump [@​vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0 to 0.38.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/530](https://togithub.com/actions/add-to-project/pull/530) - build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/528](https://togithub.com/actions/add-to-project/pull/528) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/533](https://togithub.com/actions/add-to-project/pull/533) - build(deps-dev): bump [@​types/jest](https://togithub.com/types/jest) from 29.5.7 to 29.5.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/534](https://togithub.com/actions/add-to-project/pull/534) - build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.9.1 to 7.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/529](https://togithub.com/actions/add-to-project/pull/529) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.0.1 to 7.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/536](https://togithub.com/actions/add-to-project/pull/536) - build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.3.1 to 7.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/535](https://togithub.com/actions/add-to-project/pull/535) **Full Changelog**: https://github.com/actions/add-to-project/compare/v0.6.1...v1.0.0
actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436)
docker/setup-buildx-action (docker/setup-buildx-action) ### [`v3`](https://togithub.com/docker/setup-buildx-action/compare/v2...v3) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2...v3) ### [`v2`](https://togithub.com/docker/setup-buildx-action/compare/v1...v2) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v1...v2)
docker/setup-qemu-action (docker/setup-qemu-action) ### [`v3`](https://togithub.com/docker/setup-qemu-action/compare/v2...v3) [Compare Source](https://togithub.com/docker/setup-qemu-action/compare/v2...v3) ### [`v2`](https://togithub.com/docker/setup-qemu-action/compare/v1...v2) [Compare Source](https://togithub.com/docker/setup-qemu-action/compare/v1...v2)
tspascoal/get-user-teams-membership (tspascoal/get-user-teams-membership) ### [`v3`](https://togithub.com/tspascoal/get-user-teams-membership/compare/v2...v3) [Compare Source](https://togithub.com/tspascoal/get-user-teams-membership/compare/v2...v3)

Configuration

📅 Schedule: Branch creation - "every month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

CLAassistant commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.