Renovate: Update all dependencies #16

Merged
HueHe merged 1 commit from renovate-all into main 2024-03-25 13:45:05 +01:00
Member

This PR contains the following updates:

Package Type Update Change
koalaman/shellcheck final minor v0.9.0 -> v0.10.0
pre-commit minor 3.6.0 -> 3.7.0
python stage patch 3.12.1-alpine3.19 -> 3.12.2-alpine3.19
woodpeckerci/plugin-docker-buildx (source) minor 3.0.0 -> 3.2.0

Release Notes

pre-commit/pre-commit (pre-commit)

v3.7.0

Compare Source

==================

Features
  • Use a tty for docker and docker_image hooks when --color is specified.
Fixes
Updating
  • The per-hook behaviour of fail_fast was fixed. If you want the pre-3.7.0
    behaviour, add fail_fast: true to all hooks before the last fail_fast
    hook.

v3.6.2

Compare Source

==================

Fixes

v3.6.1

Compare Source

==================

Fixes
woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx)

v3.2.0

Compare Source

Features
  • Allow default_tag to be empty (#​145) WARNING: not battle-tested (as I did not have a use case and testing repo). Please expect issues along the way.
  • Add SOURCE_DATE_EPOCH build_arg (#​130)
  • Add provenance config setting (#​139)
  • Add secrets config setting (#​135)
Dependencies
  • chore(deps): update docker/buildx-bin docker tag to v0.13.1
  • chore(deps): update docker docker tag to v25.0.4

v3.1.0

Compare Source

Features
  • Improve support for cache_to and cache_from & add cache_images (#​129)
Dependencies
  • chore(deps): update docker docker tag to v25.0.2

v3.0.1

Compare Source

  • fix(deps): update module github.com/aws/aws-sdk-go to v1.50.5
  • chore(deps): update docker docker tag to v25.0.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | koalaman/shellcheck | final | minor | `v0.9.0` -> `v0.10.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | | minor | `3.6.0` -> `3.7.0` | | python | stage | patch | `3.12.1-alpine3.19` -> `3.12.2-alpine3.19` | | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | | minor | `3.0.0` -> `3.2.0` | --- ### Release Notes <details> <summary>pre-commit/pre-commit (pre-commit)</summary> ### [`v3.7.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#370---2024-03-24) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.0) \================== ##### Features - Use a tty for `docker` and `docker_image` hooks when `--color` is specified. - [#&#8203;3122](https://github.com/pre-commit/pre-commit/issues/3122) PR by [@&#8203;glehmann](https://github.com/glehmann). ##### Fixes - Fix `fail_fast` for individual hooks stopping when previous hooks had failed. - [#&#8203;3167](https://github.com/pre-commit/pre-commit/issues/3167) issue by [@&#8203;tp832944](https://github.com/tp832944). - [#&#8203;3168](https://github.com/pre-commit/pre-commit/issues/3168) PR by [@&#8203;asottile](https://github.com/asottile). ##### Updating - The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks before the last `fail_fast` hook. ### [`v3.6.2`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#362---2024-02-18) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.6.1...v3.6.2) \================== ##### Fixes - Fix building golang hooks during `git commit --all`. - [#&#8203;3130](https://github.com/pre-commit/pre-commit/issues/3130) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;2722](https://github.com/pre-commit/pre-commit/issues/2722) issue by [@&#8203;pestanko](https://github.com/pestanko) and [@&#8203;matthewhughes934](https://github.com/matthewhughes934). ### [`v3.6.1`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#361---2024-02-10) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.1) \================== ##### Fixes - Remove `PYTHONEXECUTABLE` from environment when running. - [#&#8203;3110](https://github.com/pre-commit/pre-commit/issues/3110) PR by [@&#8203;untitaker](https://github.com/untitaker). - Handle staged-files-only with only a crlf diff. - [#&#8203;3126](https://github.com/pre-commit/pre-commit/issues/3126) PR by [@&#8203;asottile](https://github.com/asottile). - issue by [@&#8203;tyyrok](https://github.com/tyyrok). </details> <details> <summary>woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx)</summary> ### [`v3.2.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v3.2.0) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v3.1.0...v3.2.0) ##### Features - Allow `default_tag` to be empty ([#&#8203;145](https://github.com/woodpecker-plugins/docker-buildx/issues/145)) WARNING: not battle-tested (as I did not have a use case and testing repo). Please expect issues along the way. - Add `SOURCE_DATE_EPOCH` build_arg ([#&#8203;130](https://github.com/woodpecker-plugins/docker-buildx/issues/130)) - Add `provenance` config setting ([#&#8203;139](https://github.com/woodpecker-plugins/docker-buildx/issues/139)) - Add `secrets` config setting ([#&#8203;135](https://github.com/woodpecker-plugins/docker-buildx/issues/135)) ##### Dependencies - chore(deps): update docker/buildx-bin docker tag to v0.13.1 - chore(deps): update docker docker tag to v25.0.4 ### [`v3.1.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v3.1.0) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v3.0.1...v3.1.0) ##### Features - Improve support for `cache_to` and `cache_from` & add `cache_images` ([#&#8203;129](https://github.com/woodpecker-plugins/docker-buildx/issues/129)) ##### Dependencies - chore(deps): update docker docker tag to v25.0.2 ### [`v3.0.1`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v3.0.1) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v3.0.0...v3.0.1) - fix(deps): update module github.com/aws/aws-sdk-go to v1.50.5 - chore(deps): update docker docker tag to v25.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjIxOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added 1 commit 2024-01-30 12:57:45 +01:00
Renovate: Pin dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
023a250a74
renovate force-pushed renovate-all from 023a250a74 to 294209a716 2024-02-01 08:03:51 +01:00 Compare
renovate force-pushed renovate-all from 294209a716 to 1249b41f52 2024-02-08 08:04:20 +01:00 Compare
renovate force-pushed renovate-all from 1249b41f52 to b2745cbe5e 2024-02-12 08:04:11 +01:00 Compare
renovate force-pushed renovate-all from b2745cbe5e to 50c07a3d8f 2024-02-19 08:04:22 +01:00 Compare
renovate changed title from Renovate: Pin dependencies to Renovate: Update all dependencies 2024-03-08 08:04:07 +01:00
renovate force-pushed renovate-all from 50c07a3d8f to 0e1bcdc616 2024-03-08 08:04:07 +01:00 Compare
renovate force-pushed renovate-all from 0e1bcdc616 to 599c791ea3 2024-03-13 09:32:52 +01:00 Compare
renovate force-pushed renovate-all from 599c791ea3 to 97e4976e67 2024-03-25 08:04:11 +01:00 Compare
HueHe merged commit 97e4976e67 into main 2024-03-25 13:45:05 +01:00
HueHe deleted branch renovate-all 2024-03-25 13:45:06 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: verdigado-images/container-pre-commit#16
No description provided.