mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
138 commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
8e0517e4be
|
chore(deps): update module mvdan.cc/sh/v3/cmd/shfmt to v3.12.0 (#791)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mvdan.cc/sh/v3/cmd/shfmt](https://redirect.github.com/mvdan/sh) | `v3.7.0` → `v3.12.0` |  |  | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>mvdan/sh (mvdan.cc/sh/v3/cmd/shfmt)</summary> ### [`v3.12.0`](https://redirect.github.com/mvdan/sh/releases/tag/v3.12.0) [Compare Source](https://redirect.github.com/mvdan/sh/compare/v3.11.0...v3.12.0) - The `mvdan-sh` JS package is discontinued in favor of `sh-syntax` - [#​1145](https://redirect.github.com/mvdan/sh/issues/1145) - **cmd/shfmt** - Support the "simplify" and "minify" flags via EditorConfig - [#​819](https://redirect.github.com/mvdan/sh/issues/819) - `--simplify` and `--minify` are now formatting options, disabling the use of EditorConfig - Do not allow `--write` to replace non-regular files - [#​843](https://redirect.github.com/mvdan/sh/issues/843) - **interp** - Add `IsBuiltin` to check if a command name is a shell built-in - [#​1164](https://redirect.github.com/mvdan/sh/issues/1164) - Add `HandlerContext.Builtin` to allow `ExecHandlerFunc` to call built-ins - Initial support for `$!` and `wait PID` - [#​221](https://redirect.github.com/mvdan/sh/issues/221) - Return non-fatal `ExecHandlerFunc` errors via the `Runner.Run` API - Add `HandlerContext.Pos` to provide handlers with source positions - Deprecate `NewExitStatus` and `IsExitStatus` in favor of `ExitStatus` - Fix `wait` to always return the status of the last given job - Copy all env vars for background subshells to avoid data races - Support reading random numbers via `$RANDOM` and `$SRANDOM` - Set `$BASH_REMATCH` when matching regular expressions via `=~` - Support modifying local vars from the parent calling function - **expand** - Adjust which backslash sequences are expanded in here-docs - [#​1138](https://redirect.github.com/mvdan/sh/issues/1138) - Tweak tilde expansions to match Bash semantics - **pattern** - Remove the flawed and broken `Braces` mode; use `syntax.SplitBraces` instead - Tweak `**` to only act as "globstar" when alone as a path element - [#​1149](https://redirect.github.com/mvdan/sh/issues/1149) - Tweak `*` and `**` to not match leading dots in basenames - Add a `NoGlobStar` mode to match the POSIX semantics - **fileutil** - Treat all non-regular files as definitely not shell scripts - [#​1089](https://redirect.github.com/mvdan/sh/issues/1089) Consider [becoming a sponsor](https://redirect.github.com/sponsors/mvdan) if you benefit from the work that went into this release! Binaries built on `go version go1.24.4 linux/amd64` with: ``` CGO_ENABLED=0 go build -trimpath -ldflags="-w -s -X=main.version=v3.12.0" ``` ### [`v3.11.0`](https://redirect.github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#010---2016-09-20) [Compare Source](https://redirect.github.com/mvdan/sh/compare/v3.10.0...v3.11.0) Initial release. [3.12.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.12.0 [3.11.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.11.0 [3.10.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.10.0 [3.9.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.9.0 [3.8.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.8.0 [3.7.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.7.0 [3.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.6.0 [#​779]: https://redirect.github.com/mvdan/sh/issues/779 [#​803]: https://redirect.github.com/mvdan/sh/issues/803 [#​814]: https://redirect.github.com/mvdan/sh/issues/814 [#​835]: https://redirect.github.com/mvdan/sh/issues/835 [#​841]: https://redirect.github.com/mvdan/sh/issues/841 [#​849]: https://redirect.github.com/mvdan/sh/pull/849 [#​863]: https://redirect.github.com/mvdan/sh/pull/863 [#​866]: https://redirect.github.com/mvdan/sh/pull/866 [#​873]: https://redirect.github.com/mvdan/sh/issues/873 [#​877]: https://redirect.github.com/mvdan/sh/issues/877 [#​879]: https://redirect.github.com/mvdan/sh/pull/879 [#​881]: https://redirect.github.com/mvdan/sh/issues/881 [#​884]: https://redirect.github.com/mvdan/sh/issues/884 [#​885]: https://redirect.github.com/mvdan/sh/issues/885 [#​886]: https://redirect.github.com/mvdan/sh/issues/886 [#​892]: https://redirect.github.com/mvdan/sh/issues/892 [#​900]: https://redirect.github.com/mvdan/sh/pull/900 [#​917]: https://redirect.github.com/mvdan/sh/pull/917 [#​928]: https://redirect.github.com/mvdan/sh/issues/928 [#​929]: https://redirect.github.com/mvdan/sh/pull/929 [#​955]: https://redirect.github.com/mvdan/sh/pull/955 [3.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.1 [#​860]: https://redirect.github.com/mvdan/sh/issues/860 [#​861]: https://redirect.github.com/mvdan/sh/pull/861 [#​862]: https://redirect.github.com/mvdan/sh/pull/862 [3.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.0 [3.4.3]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.3 [3.4.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.2 [3.4.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.1 [3.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.0 [3.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.1 [3.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.0 [3.2.4]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.4 [3.2.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.2 [3.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.1 [3.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.0 [3.1.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.2 [3.1.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.1 [3.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.0 [3.0.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.2 [3.0.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.1 [3.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.0 [2.6.4]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.4 [2.6.3]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.3 [2.6.2]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.2 [2.6.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.1 [2.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.0 [2.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.1 [2.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.0 [2.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.4.0 [2.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.3.0 [2.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.1 [2.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.0 [2.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.1.0 [2.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.0.0 [1.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.1 [1.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.0 [1.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.2.0 [1.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.1.0 [1.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.0.0 [0.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.6.0 [0.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.5.0 [0.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.4.0 [0.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.3.0 [0.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.2.0 [0.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.1.0 ### [`v3.10.0`](https://redirect.github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#010---2016-09-20) [Compare Source](https://redirect.github.com/mvdan/sh/compare/v3.9.0...v3.10.0) Initial release. [3.12.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.12.0 [3.11.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.11.0 [3.10.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.10.0 [3.9.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.9.0 [3.8.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.8.0 [3.7.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.7.0 [3.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.6.0 [#​779]: https://redirect.github.com/mvdan/sh/issues/779 [#​803]: https://redirect.github.com/mvdan/sh/issues/803 [#​814]: https://redirect.github.com/mvdan/sh/issues/814 [#​835]: https://redirect.github.com/mvdan/sh/issues/835 [#​841]: https://redirect.github.com/mvdan/sh/issues/841 [#​849]: https://redirect.github.com/mvdan/sh/pull/849 [#​863]: https://redirect.github.com/mvdan/sh/pull/863 [#​866]: https://redirect.github.com/mvdan/sh/pull/866 [#​873]: https://redirect.github.com/mvdan/sh/issues/873 [#​877]: https://redirect.github.com/mvdan/sh/issues/877 [#​879]: https://redirect.github.com/mvdan/sh/pull/879 [#​881]: https://redirect.github.com/mvdan/sh/issues/881 [#​884]: https://redirect.github.com/mvdan/sh/issues/884 [#​885]: https://redirect.github.com/mvdan/sh/issues/885 [#​886]: https://redirect.github.com/mvdan/sh/issues/886 [#​892]: https://redirect.github.com/mvdan/sh/issues/892 [#​900]: https://redirect.github.com/mvdan/sh/pull/900 [#​917]: https://redirect.github.com/mvdan/sh/pull/917 [#​928]: https://redirect.github.com/mvdan/sh/issues/928 [#​929]: https://redirect.github.com/mvdan/sh/pull/929 [#​955]: https://redirect.github.com/mvdan/sh/pull/955 [3.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.1 [#​860]: https://redirect.github.com/mvdan/sh/issues/860 [#​861]: https://redirect.github.com/mvdan/sh/pull/861 [#​862]: https://redirect.github.com/mvdan/sh/pull/862 [3.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.0 [3.4.3]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.3 [3.4.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.2 [3.4.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.1 [3.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.0 [3.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.1 [3.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.0 [3.2.4]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.4 [3.2.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.2 [3.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.1 [3.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.0 [3.1.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.2 [3.1.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.1 [3.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.0 [3.0.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.2 [3.0.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.1 [3.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.0 [2.6.4]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.4 [2.6.3]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.3 [2.6.2]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.2 [2.6.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.1 [2.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.0 [2.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.1 [2.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.0 [2.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.4.0 [2.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.3.0 [2.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.1 [2.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.0 [2.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.1.0 [2.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.0.0 [1.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.1 [1.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.0 [1.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.2.0 [1.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.1.0 [1.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.0.0 [0.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.6.0 [0.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.5.0 [0.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.4.0 [0.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.3.0 [0.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.2.0 [0.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.1.0 ### [`v3.9.0`](https://redirect.github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#010---2016-09-20) [Compare Source](https://redirect.github.com/mvdan/sh/compare/v3.8.0...v3.9.0) Initial release. [3.12.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.12.0 [3.11.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.11.0 [3.10.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.10.0 [3.9.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.9.0 [3.8.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.8.0 [3.7.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.7.0 [3.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.6.0 [#​779]: https://redirect.github.com/mvdan/sh/issues/779 [#​803]: https://redirect.github.com/mvdan/sh/issues/803 [#​814]: https://redirect.github.com/mvdan/sh/issues/814 [#​835]: https://redirect.github.com/mvdan/sh/issues/835 [#​841]: https://redirect.github.com/mvdan/sh/issues/841 [#​849]: https://redirect.github.com/mvdan/sh/pull/849 [#​863]: https://redirect.github.com/mvdan/sh/pull/863 [#​866]: https://redirect.github.com/mvdan/sh/pull/866 [#​873]: https://redirect.github.com/mvdan/sh/issues/873 [#​877]: https://redirect.github.com/mvdan/sh/issues/877 [#​879]: https://redirect.github.com/mvdan/sh/pull/879 [#​881]: https://redirect.github.com/mvdan/sh/issues/881 [#​884]: https://redirect.github.com/mvdan/sh/issues/884 [#​885]: https://redirect.github.com/mvdan/sh/issues/885 [#​886]: https://redirect.github.com/mvdan/sh/issues/886 [#​892]: https://redirect.github.com/mvdan/sh/issues/892 [#​900]: https://redirect.github.com/mvdan/sh/pull/900 [#​917]: https://redirect.github.com/mvdan/sh/pull/917 [#​928]: https://redirect.github.com/mvdan/sh/issues/928 [#​929]: https://redirect.github.com/mvdan/sh/pull/929 [#​955]: https://redirect.github.com/mvdan/sh/pull/955 [3.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.1 [#​860]: https://redirect.github.com/mvdan/sh/issues/860 [#​861]: https://redirect.github.com/mvdan/sh/pull/861 [#​862]: https://redirect.github.com/mvdan/sh/pull/862 [3.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.0 [3.4.3]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.3 [3.4.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.2 [3.4.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.1 [3.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.0 [3.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.1 [3.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.0 [3.2.4]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.4 [3.2.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.2 [3.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.1 [3.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.0 [3.1.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.2 [3.1.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.1 [3.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.0 [3.0.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.2 [3.0.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.1 [3.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.0 [2.6.4]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.4 [2.6.3]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.3 [2.6.2]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.2 [2.6.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.1 [2.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.0 [2.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.1 [2.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.0 [2.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.4.0 [2.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.3.0 [2.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.1 [2.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.0 [2.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.1.0 [2.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.0.0 [1.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.1 [1.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.0 [1.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.2.0 [1.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.1.0 [1.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.0.0 [0.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.6.0 [0.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.5.0 [0.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.4.0 [0.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.3.0 [0.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.2.0 [0.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.1.0 ### [`v3.8.0`](https://redirect.github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#010---2016-09-20) [Compare Source](https://redirect.github.com/mvdan/sh/compare/v3.7.0...v3.8.0) Initial release. [3.12.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.12.0 [3.11.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.11.0 [3.10.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.10.0 [3.9.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.9.0 [3.8.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.8.0 [3.7.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.7.0 [3.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.6.0 [#​779]: https://redirect.github.com/mvdan/sh/issues/779 [#​803]: https://redirect.github.com/mvdan/sh/issues/803 [#​814]: https://redirect.github.com/mvdan/sh/issues/814 [#​835]: https://redirect.github.com/mvdan/sh/issues/835 [#​841]: https://redirect.github.com/mvdan/sh/issues/841 [#​849]: https://redirect.github.com/mvdan/sh/pull/849 [#​863]: https://redirect.github.com/mvdan/sh/pull/863 [#​866]: https://redirect.github.com/mvdan/sh/pull/866 [#​873]: https://redirect.github.com/mvdan/sh/issues/873 [#​877]: https://redirect.github.com/mvdan/sh/issues/877 [#​879]: https://redirect.github.com/mvdan/sh/pull/879 [#​881]: https://redirect.github.com/mvdan/sh/issues/881 [#​884]: https://redirect.github.com/mvdan/sh/issues/884 [#​885]: https://redirect.github.com/mvdan/sh/issues/885 [#​886]: https://redirect.github.com/mvdan/sh/issues/886 [#​892]: https://redirect.github.com/mvdan/sh/issues/892 [#​900]: https://redirect.github.com/mvdan/sh/pull/900 [#​917]: https://redirect.github.com/mvdan/sh/pull/917 [#​928]: https://redirect.github.com/mvdan/sh/issues/928 [#​929]: https://redirect.github.com/mvdan/sh/pull/929 [#​955]: https://redirect.github.com/mvdan/sh/pull/955 [3.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.1 [#​860]: https://redirect.github.com/mvdan/sh/issues/860 [#​861]: https://redirect.github.com/mvdan/sh/pull/861 [#​862]: https://redirect.github.com/mvdan/sh/pull/862 [3.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.5.0 [3.4.3]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.3 [3.4.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.2 [3.4.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.1 [3.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.4.0 [3.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.1 [3.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.3.0 [3.2.4]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.4 [3.2.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.2 [3.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.1 [3.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.2.0 [3.1.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.2 [3.1.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.1 [3.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.1.0 [3.0.2]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.2 [3.0.1]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.1 [3.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v3.0.0 [2.6.4]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.4 [2.6.3]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.3 [2.6.2]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.2 [2.6.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.1 [2.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.6.0 [2.5.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.1 [2.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.5.0 [2.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.4.0 [2.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.3.0 [2.2.1]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.1 [2.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.2.0 [2.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.1.0 [2.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v2.0.0 [1.3.1]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.1 [1.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.3.0 [1.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.2.0 [1.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.1.0 [1.0.0]: https://redirect.github.com/mvdan/sh/releases/tag/v1.0.0 [0.6.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.6.0 [0.5.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.5.0 [0.4.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.4.0 [0.3.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.3.0 [0.2.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.2.0 [0.1.0]: https://redirect.github.com/mvdan/sh/releases/tag/v0.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
977c3173c8
|
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v26 (#790)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psf/black-pre-commit-mirror](https://redirect.github.com/psf/black-pre-commit-mirror) | repository | major | `25.12.0` → `26.1.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>psf/black-pre-commit-mirror (psf/black-pre-commit-mirror)</summary> ### [`v26.1.0`](https://redirect.github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0) [Compare Source](https://redirect.github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
4e1aa2de2f
|
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.35.0 (#785)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible-community/antsibull-changelog](https://redirect.github.com/ansible-community/antsibull-changelog) | repository | minor | `0.34.0` → `0.35.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible-community/antsibull-changelog (ansible-community/antsibull-changelog)</summary> ### [`v0.35.0`](https://redirect.github.com/ansible-community/antsibull-changelog/releases/tag/0.35.0) [Compare Source](https://redirect.github.com/ansible-community/antsibull-changelog/compare/0.34.0...0.35.0) ##### Release Summary Feature release. ##### Minor Changes - Antsibull-changelog now also depends on antsibull-docs-parser ([#​213](https://redirect.github.com/ansible-community/antsibull-changelog/pull/213)). - Declare support for Python 3.14 ([#​207](https://redirect.github.com/ansible-community/antsibull-changelog/pull/207)). - Process Ansible markup in plugin/module/role <code>short\_description</code> ([#​207](https://redirect.github.com/ansible-community/antsibull-changelog/issues/207), [#​213](https://redirect.github.com/ansible-community/antsibull-changelog/pull/213)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
cfa0d181f7
|
refactor: mark module_utils modules as private (#782)
##### SUMMARY All `module_utils` are now marked as **private**. None of the modules were intended for public use. Similar to https://togithub.com/ansible-collections/community.general/issues/11312 |
||
|
|
e3e3f8dd2d
|
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v25.12.0 (#753)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psf/black-pre-commit-mirror](https://redirect.github.com/psf/black-pre-commit-mirror) | repository | minor | `25.11.0` -> `25.12.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>psf/black-pre-commit-mirror (psf/black-pre-commit-mirror)</summary> ### [`v25.12.0`](https://redirect.github.com/psf/black-pre-commit-mirror/compare/25.11.0...25.12.0) [Compare Source](https://redirect.github.com/psf/black-pre-commit-mirror/compare/25.11.0...25.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
7750769800
|
chore(deps): update pre-commit hook asottile/pyupgrade to v3.21.2 (#746)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [asottile/pyupgrade](https://redirect.github.com/asottile/pyupgrade) | repository | patch | `v3.21.1` -> `v3.21.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>asottile/pyupgrade (asottile/pyupgrade)</summary> ### [`v3.21.2`](https://redirect.github.com/asottile/pyupgrade/compare/v3.21.1...v3.21.2) [Compare Source](https://redirect.github.com/asottile/pyupgrade/compare/v3.21.1...v3.21.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMy41IiwidXBkYXRlZEluVmVyIjoiNDIuMTMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
01fb2188a7
|
deps: update shellcheck pre-commit hook (#742) | ||
|
|
841e4854fa
|
test: extract ansible-lint to ci job (#739)
##### SUMMARY Extract ansible-lint to a CI job to speed up pre-commit. |
||
|
|
a4e1d78bcb
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.11.0 (#736)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.9.2` -> `v25.11.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.11.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.11.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.9.2...v25.11.0) #### Fixes - fix: require ansible-core>=2.17.10 ([#​4835](https://redirect.github.com/ansible/ansible-lint/issues/4835)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: ignore internal types false positives with jinja\[invalid] ([#​4823](https://redirect.github.com/ansible/ansible-lint/issues/4823)) [@​anusshukla](https://redirect.github.com/anusshukla) - fix: make repository key optional in galaxy.yml ([#​4798](https://redirect.github.com/ansible/ansible-lint/issues/4798)) [@​rivv0](https://redirect.github.com/rivv0) - fix: github action ref doesn't checkout that ref ([#​4774](https://redirect.github.com/ansible/ansible-lint/issues/4774)) [@​rohun-apex](https://redirect.github.com/rohun-apex) - fix: add set-environment and unset-environment in executable\_options for systemctl ([#​4785](https://redirect.github.com/ansible/ansible-lint/issues/4785)) [@​ziegenberg](https://redirect.github.com/ziegenberg) - Fix typos ([#​4814](https://redirect.github.com/ansible/ansible-lint/issues/4814)) [@​jsf9k](https://redirect.github.com/jsf9k) #### Maintenance - chore: pre-commit autoupdate ([#​4834](https://redirect.github.com/ansible/ansible-lint/issues/4834)) @​[pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci) - chore: Test cspell configuration ([#​4828](https://redirect.github.com/ansible/ansible-lint/issues/4828)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - chore(deps): update all dependencies ([#​4817](https://redirect.github.com/ansible/ansible-lint/issues/4817)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - Add finalize workflow for secure sonarcloud checks ([#​4820](https://redirect.github.com/ansible/ansible-lint/issues/4820)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Update sonar-project.properties ([#​4815](https://redirect.github.com/ansible/ansible-lint/issues/4815)) [@​alisonlhart](https://redirect.github.com/alisonlhart) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
450b61edb8
|
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v25.11.0 (#731) | ||
|
|
008045092e
|
chore(deps): update pre-commit hook asottile/pyupgrade to v3.21.1 (#730)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [asottile/pyupgrade](https://redirect.github.com/asottile/pyupgrade) | repository | patch | `v3.21.0` -> `v3.21.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>asottile/pyupgrade (asottile/pyupgrade)</summary> ### [`v3.21.1`](https://redirect.github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.1) [Compare Source](https://redirect.github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
27d3250689
|
feat!: drop support for ansible-core 2.17 (#713)
##### SUMMARY Drop support for ansible-core 2.17 which will be EOL in November 2025. https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix |
||
|
|
700961762f
|
feat!: drop support for Python 3.9 (#712)
##### SUMMARY Drop support for EOL Python 3.9. https://devguide.python.org/versions/ |
||
|
|
fa1485b419
|
chore(deps): update pre-commit hook pycqa/isort to v7 (#709)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pycqa/isort](https://redirect.github.com/pycqa/isort) | repository | major | `6.1.0` -> `7.0.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pycqa/isort (pycqa/isort)</summary> ### [`v7.0.0`](https://redirect.github.com/PyCQA/isort/releases/tag/7.0.0) [Compare Source](https://redirect.github.com/pycqa/isort/compare/6.1.0...7.0.0) #### Changes #### 💥 Breaking Changes - Drop support for Python 3.9 ([#​2430](https://redirect.github.com/pycqa/isort/issues/2430)) [@​DanielNoord](https://redirect.github.com/DanielNoord) #### 🚀 Features - Show absolute paths in skipped file messages ([#​2416](https://redirect.github.com/pycqa/isort/issues/2416)) [@​pranlawate](https://redirect.github.com/pranlawate) #### 🪲 Fixes - Some fixes for Python 3.14 ([#​2433](https://redirect.github.com/pycqa/isort/issues/2433)) [@​DanielNoord](https://redirect.github.com/DanielNoord) - Test on `3.14` and fix any bugs ([#​2425](https://redirect.github.com/pycqa/isort/issues/2425)) [@​DanielNoord](https://redirect.github.com/DanielNoord) - Update CHANGELOG.md + Fix Formatting and Grammar ([#​2419](https://redirect.github.com/pycqa/isort/issues/2419)) [@​lukbrew25](https://redirect.github.com/lukbrew25) - Fix output of hanging indent for long lines with noqa ([#​2407](https://redirect.github.com/pycqa/isort/issues/2407)) [@​matan1008](https://redirect.github.com/matan1008) #### :construction\_worker: Continuous Integration - Format with `ruff` instead of `black` ([#​2432](https://redirect.github.com/pycqa/isort/issues/2432)) [@​DanielNoord](https://redirect.github.com/DanielNoord) - Target 3.10 for `ruff` ([#​2431](https://redirect.github.com/pycqa/isort/issues/2431)) [@​DanielNoord](https://redirect.github.com/DanielNoord) - Update development dependencies to latest version ([#​2426](https://redirect.github.com/pycqa/isort/issues/2426)) [@​DanielNoord](https://redirect.github.com/DanielNoord) - docs: update pre-commit examples to version 6.1.0 ([#​2413](https://redirect.github.com/pycqa/isort/issues/2413)) [@​pranlawate](https://redirect.github.com/pranlawate) - Small cleanup for developer environment ([#​2418](https://redirect.github.com/pycqa/isort/issues/2418)) [@​DanielNoord](https://redirect.github.com/DanielNoord) #### 📦 Dependencies - Bump actions/setup-python from 5 to 6 in the github-actions group ([#​2411](https://redirect.github.com/pycqa/isort/issues/2411)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
4b72277744
|
chore(deps): update pre-commit hook asottile/pyupgrade to v3.21.0 (#706)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [asottile/pyupgrade](https://redirect.github.com/asottile/pyupgrade) | repository | minor | `v3.20.0` -> `v3.21.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>asottile/pyupgrade (asottile/pyupgrade)</summary> ### [`v3.21.0`](https://redirect.github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.0) [Compare Source](https://redirect.github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
4a1ba2bc31
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.9.2 (#705)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.9.1` -> `v25.9.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.9.2`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.9.2) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.9.1...v25.9.2) #### Fixes - fix: avoid using unreleased dependency constraints ([#​4802](https://redirect.github.com/ansible/ansible-lint/issues/4802)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Maintenance - chore: rename sonar config file ([#​4810](https://redirect.github.com/ansible/ansible-lint/issues/4810)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore: switch to reusable workflow ([#​4809](https://redirect.github.com/ansible/ansible-lint/issues/4809)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore(deps): update all dependencies ([#​4808](https://redirect.github.com/ansible/ansible-lint/issues/4808)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4805](https://redirect.github.com/ansible/ansible-lint/issues/4805)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4787](https://redirect.github.com/ansible/ansible-lint/issues/4787)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
fae6a39d7e
|
chore(deps): update pre-commit hook pycqa/isort to v6.1.0 (#701)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pycqa/isort](https://redirect.github.com/pycqa/isort) | repository | minor | `6.0.1` -> `6.1.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pycqa/isort (pycqa/isort)</summary> ### [`v6.1.0`](https://redirect.github.com/PyCQA/isort/releases/tag/6.1.0) [Compare Source](https://redirect.github.com/pycqa/isort/compare/6.0.1...6.1.0) #### Changes - Update docs discussions channel ([#​2410](https://redirect.github.com/pycqa/isort/issues/2410)) [@​staticdev](https://redirect.github.com/staticdev) - Add python 3.14 classifier and badge ([#​2409](https://redirect.github.com/pycqa/isort/issues/2409)) [@​staticdev](https://redirect.github.com/staticdev) - Drop use of non-standard pkg\_resources API ([#​2405](https://redirect.github.com/pycqa/isort/issues/2405)) [@​dvarrazzo](https://redirect.github.com/dvarrazzo) - Use working isort version in pre-commit example ([#​2402](https://redirect.github.com/pycqa/isort/issues/2402)) [@​iainelder](https://redirect.github.com/iainelder) - fix typo in \_get\_files\_from\_dir\_cached test ([#​2392](https://redirect.github.com/pycqa/isort/issues/2392)) [@​tiltingpenguin](https://redirect.github.com/tiltingpenguin) - Resolve bandit warnings ([#​2379](https://redirect.github.com/pycqa/isort/issues/2379)) [@​kurtmckee](https://redirect.github.com/kurtmckee) - Add tox for cross-platform, parallel test suite execution ([#​2378](https://redirect.github.com/pycqa/isort/issues/2378)) [@​kurtmckee](https://redirect.github.com/kurtmckee) - Add Project URLs to PyPI Side Panel ([#​2387](https://redirect.github.com/pycqa/isort/issues/2387)) [@​guillermodotn](https://redirect.github.com/guillermodotn) - Fix typos ([#​2376](https://redirect.github.com/pycqa/isort/issues/2376)) [@​co63oc](https://redirect.github.com/co63oc) #### :construction\_worker: Continuous Integration - Add make bash scripts portable ([#​2377](https://redirect.github.com/pycqa/isort/issues/2377)) [@​staticdev](https://redirect.github.com/staticdev) #### 📦 Dependencies - Bump actions/checkout from 4 to 5 in the github-actions group ([#​2406](https://redirect.github.com/pycqa/isort/issues/2406)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump astral-sh/setup-uv from 5 to 6 in the github-actions group ([#​2395](https://redirect.github.com/pycqa/isort/issues/2395)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
8d04a2ab97
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.9.1 (#700)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.9.0` -> `v25.9.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.9.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.9.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.9.0...v25.9.1) #### Fixes - fix: pin to python3.13 for the pre-commit hook ([#​4796](https://redirect.github.com/ansible/ansible-lint/issues/4796)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: add support for python 3.14 ([#​4795](https://redirect.github.com/ansible/ansible-lint/issues/4795)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Maintenance - chore: remove renovate hook ([#​4797](https://redirect.github.com/ansible/ansible-lint/issues/4797)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore: replace toml-sort with tombi ([#​4794](https://redirect.github.com/ansible/ansible-lint/issues/4794)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore(deps): update all dependencies ([#​4786](https://redirect.github.com/ansible/ansible-lint/issues/4786)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4783](https://redirect.github.com/ansible/ansible-lint/issues/4783)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4781](https://redirect.github.com/ansible/ansible-lint/issues/4781)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4780](https://redirect.github.com/ansible/ansible-lint/issues/4780)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4779](https://redirect.github.com/ansible/ansible-lint/issues/4779)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4778](https://redirect.github.com/ansible/ansible-lint/issues/4778)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4776](https://redirect.github.com/ansible/ansible-lint/issues/4776)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
ff16149ba9
|
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v25.9.0 (#690)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psf/black-pre-commit-mirror](https://redirect.github.com/psf/black-pre-commit-mirror) | repository | minor | `25.1.0` -> `25.9.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>psf/black-pre-commit-mirror (psf/black-pre-commit-mirror)</summary> ### [`v25.9.0`](https://redirect.github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.9.0) [Compare Source](https://redirect.github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.9.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
7891974635
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.9.0 (#689)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.8.2` -> `v25.9.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.9.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.9.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.8.2...v25.9.0) #### Fixes - Remove patterns validation checks ([#​4772](https://redirect.github.com/ansible/ansible-lint/issues/4772)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Reapply "fix: adopt uv.lock and dependency-groups ([#​4757](https://redirect.github.com/ansible/ansible-lint/issues/4757))" ([#​4761](https://redirect.github.com/ansible/ansible-lint/issues/4761)) [@​Qalthos](https://redirect.github.com/Qalthos) - Revert "fix: adopt uv.lock and dependency-groups ([#​4757](https://redirect.github.com/ansible/ansible-lint/issues/4757))" ([#​4760](https://redirect.github.com/ansible/ansible-lint/issues/4760)) [@​Qalthos](https://redirect.github.com/Qalthos) - fix: adopt uv.lock and dependency-groups ([#​4757](https://redirect.github.com/ansible/ansible-lint/issues/4757)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: avoid warnings about PATH with uv installations ([#​4714](https://redirect.github.com/ansible/ansible-lint/issues/4714)) [@​SecT0uch](https://redirect.github.com/SecT0uch) - fix: clarify error message related to --fix arguments ([#​4720](https://redirect.github.com/ansible/ansible-lint/issues/4720)) [@​simonLeary42](https://redirect.github.com/simonLeary42) - fix: change patterns schema location ([#​4755](https://redirect.github.com/ansible/ansible-lint/issues/4755)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: recognize Debian 14 (Forky) as a platform ([#​4726](https://redirect.github.com/ansible/ansible-lint/issues/4726)) [@​mcdonnnj](https://redirect.github.com/mcdonnnj) - Prevent false positive pattern detection in filenames containing "pattern.json" ([#​4743](https://redirect.github.com/ansible/ansible-lint/issues/4743)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Require ansible-core 2.19 when used as a pre-commit hook ([#​4744](https://redirect.github.com/ansible/ansible-lint/issues/4744)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Exclude non-linted files in summary ([#​4725](https://redirect.github.com/ansible/ansible-lint/issues/4725)) [@​simonLeary42](https://redirect.github.com/simonLeary42) - Fix rule summary for error messages ([#​4740](https://redirect.github.com/ansible/ansible-lint/issues/4740)) [@​simonLeary42](https://redirect.github.com/simonLeary42) #### Maintenance - chore(deps): update all dependencies ([#​4773](https://redirect.github.com/ansible/ansible-lint/issues/4773)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4771](https://redirect.github.com/ansible/ansible-lint/issues/4771)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4770](https://redirect.github.com/ansible/ansible-lint/issues/4770)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4769](https://redirect.github.com/ansible/ansible-lint/issues/4769)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4768](https://redirect.github.com/ansible/ansible-lint/issues/4768)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update all dependencies ([#​4766](https://redirect.github.com/ansible/ansible-lint/issues/4766)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore: replace prettier with biome ([#​4765](https://redirect.github.com/ansible/ansible-lint/issues/4765)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore: fix renovate config ([#​4764](https://redirect.github.com/ansible/ansible-lint/issues/4764)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore: configure renovate ([#​4753](https://redirect.github.com/ansible/ansible-lint/issues/4753)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore: update hook configs ([#​4752](https://redirect.github.com/ansible/ansible-lint/issues/4752)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore: pre-commit autoupdate ([#​4708](https://redirect.github.com/ansible/ansible-lint/issues/4708)) @​[pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci) - Bump codecov/codecov-action from 5.4.3 to 5.5.0 ([#​4738](https://redirect.github.com/ansible/ansible-lint/issues/4738)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump actions/checkout from 4 to 5 ([#​4718](https://redirect.github.com/ansible/ansible-lint/issues/4718)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump actions/download-artifact from 4 to 5 ([#​4711](https://redirect.github.com/ansible/ansible-lint/issues/4711)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Jinja test fixes ([#​4742](https://redirect.github.com/ansible/ansible-lint/issues/4742)) [@​anusshukla](https://redirect.github.com/anusshukla) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
e849794b89
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.8.2 (#684)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.8.1` -> `v25.8.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.8.2`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.8.2) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.8.1...v25.8.2) #### Bugfixes - Make rule deprecated-local-action preserve module parameters ([#​4733](https://redirect.github.com/ansible/ansible-lint/issues/4733)) [@​koalajoe23](https://redirect.github.com/koalajoe23) - Fix Jinja template rendering error when concatenating \_AnsibleTaggedStr with list ([#​4737](https://redirect.github.com/ansible/ansible-lint/issues/4737)) [@​anusshukla](https://redirect.github.com/anusshukla) - Update supported Ubuntu platforms ([#​4727](https://redirect.github.com/ansible/ansible-lint/issues/4727)) [@​mcdonnnj](https://redirect.github.com/mcdonnnj) - Update deps ([#​4734](https://redirect.github.com/ansible/ansible-lint/issues/4734)) [@​cidrblock](https://redirect.github.com/cidrblock) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
b566c017e2
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.8.1 (#682)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.8.0` -> `v25.8.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.8.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.8.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.8.0...v25.8.1) #### Bugfixes - Fix first-run collection discovery by enabling plugin loader after prepare\_environment ([#​4722](https://redirect.github.com/ansible/ansible-lint/issues/4722)) [@​cidrblock](https://redirect.github.com/cidrblock) #### Maintenance - Fix mypy and pyright type checking errors ([#​4724](https://redirect.github.com/ansible/ansible-lint/issues/4724)) [@​cidrblock](https://redirect.github.com/cidrblock) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
01cd153ff9
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.8.0 (#680)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.7.0` -> `v25.8.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.8.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.8.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.7.0...v25.8.0) #### Bugfixes - Lint failure in ansible.utils: src must be an absolute path fix ([#​4712](https://redirect.github.com/ansible/ansible-lint/issues/4712)) [@​anusshukla](https://redirect.github.com/anusshukla) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
1cb09a1677
|
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#677)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/pre-commit-hooks](https://redirect.github.com/pre-commit/pre-commit-hooks) | repository | major | `v5.0.0` -> `v6.0.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)</summary> ### [`v6.0.0`](https://redirect.github.com/pre-commit/pre-commit-hooks/releases/tag/v6.0.0): pre-commit-hooks v6.0.0 [Compare Source](https://redirect.github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) #### Fixes - `check-shebang-scripts-are-executable`: improve error message. - [#​1115](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1115) PR by [@​homebysix](https://redirect.github.com/homebysix). #### Migrating - now requires python >= 3.9. - [#​1098](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1098) PR by [@​asottile](https://redirect.github.com/asottile). - `file-contents-sorter`: disallow `--unique` and `--ignore-case` at the same time. - [#​1095](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1095) PR by [@​nemacysts](https://redirect.github.com/nemacysts). - [#​794](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/794) issue by [@​teksturi](https://redirect.github.com/teksturi). - Removed `check-byte-order-marker` and `fix-encoding-pragma`. - `check-byte-order-marker`: migrate to `fix-byte-order-marker`. - `fix-encoding-pragma`: migrate to `pyupgrade`. - [#​1034](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1034) PR by [@​mxr](https://redirect.github.com/mxr). - [#​1032](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1032) issue by [@​mxr](https://redirect.github.com/mxr). - [#​522](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/522) PR by [@​jgowdy](https://redirect.github.com/jgowdy). </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
37d0c41924
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.7.0 (#673)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.6.1` -> `v25.7.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.7.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.7.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.6.1...v25.7.0) #### Enhancements - Use 'x-ansible-lint' key for path patterns in schema tests ([#​4690](https://redirect.github.com/ansible/ansible-lint/issues/4690)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Address disable\_lookups deprecation with ansible-core 2.19 ([#​4683](https://redirect.github.com/ansible/ansible-lint/issues/4683)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Add auto-fixing implementation for pattern rule ([#​4679](https://redirect.github.com/ansible/ansible-lint/issues/4679)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Remove patterns specific playbook meta folder ([#​4669](https://redirect.github.com/ansible/ansible-lint/issues/4669)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Allow loading of yamllint config from a different location ([#​4644](https://redirect.github.com/ansible/ansible-lint/issues/4644)) [@​dbrennand](https://redirect.github.com/dbrennand) - Add new rule to validate pattern directory structure ([#​4662](https://redirect.github.com/ansible/ansible-lint/issues/4662)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Add play argspec schema validation to schema rule ([#​4667](https://redirect.github.com/ansible/ansible-lint/issues/4667)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Add schema check for validating pattern specification file ([#​4653](https://redirect.github.com/ansible/ansible-lint/issues/4653)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Enable testing with python 3.14 ([#​4637](https://redirect.github.com/ansible/ansible-lint/issues/4637)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Bugfixes - Check for gh\_action\_ref explicitly and document GHA inputs ([#​4701](https://redirect.github.com/ansible/ansible-lint/issues/4701)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - jinja spacing warning line-endings ([#​4691](https://redirect.github.com/ansible/ansible-lint/issues/4691)) [@​anusshukla](https://redirect.github.com/anusshukla) - Handle lookup templating checks with ASTs ([#​4698](https://redirect.github.com/ansible/ansible-lint/issues/4698)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Fix var-naming\[no-role-prefix] rule incorrectly applying to role variables ([#​4677](https://redirect.github.com/ansible/ansible-lint/issues/4677)) [@​vills](https://redirect.github.com/vills) - schema: add missing subset 'systemd' to gather\_subset ([#​4664](https://redirect.github.com/ansible/ansible-lint/issues/4664)) [@​eliba](https://redirect.github.com/eliba) - Fix typos in --list-tags help text ([#​4661](https://redirect.github.com/ansible/ansible-lint/issues/4661)) [@​correctmost](https://redirect.github.com/correctmost) - Avoid import errors from filters when running in nodeps mode ([#​4651](https://redirect.github.com/ansible/ansible-lint/issues/4651)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Maintenance - packit: reformat, remove deprecated syntax and try merge queue ([#​4639](https://redirect.github.com/ansible/ansible-lint/issues/4639)) [@​mfocko](https://redirect.github.com/mfocko) - Remove patch report from codecov ([#​4671](https://redirect.github.com/ansible/ansible-lint/issues/4671)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Improve cspell configuration ([#​4668](https://redirect.github.com/ansible/ansible-lint/issues/4668)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Update test deps ([#​4658](https://redirect.github.com/ansible/ansible-lint/issues/4658)) [@​ssbarnea](https://redirect.github.com/ssbarnea) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
3efe4f5e41
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.6.1 (#657)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.6.0` -> `v25.6.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.6.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.6.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.6.0...v25.6.1) #### Bugfixes - Revert 'Don't pass deprecated disable\_lookups to template function' ([#​4650](https://redirect.github.com/ansible/ansible-lint/issues/4650)) [@​alisonlhart](https://redirect.github.com/alisonlhart) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
264441b50a
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.6.0 (#654)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.5.0` -> `v25.6.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.6.0`](https://redirect.github.com/ansible/ansible-lint/compare/v25.5.0...v25.6.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.5.0...v25.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
d609bad979
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.5.0 (#642)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.4.0` -> `v25.5.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.5.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.5.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.4.0...v25.5.0) #### Bugfixes - schema/meta: support SLES 15SP6 ([#​4591](https://redirect.github.com/ansible/ansible-lint/issues/4591)) [@​Finkregh](https://redirect.github.com/Finkregh) - Update documentation to reflect creator-ee deprecation ([#​4598](https://redirect.github.com/ansible/ansible-lint/issues/4598)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) #### Maintenance - replace unmaintained creator-ee with community-ansible-dev-tools ([#​4581](https://redirect.github.com/ansible/ansible-lint/issues/4581)) [@​docgalaxyblock](https://redirect.github.com/docgalaxyblock) - Bump codecov/codecov-action from 5.4.2 to 5.4.3 ([#​4609](https://redirect.github.com/ansible/ansible-lint/issues/4609)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump the dependencies group in /.config with 7 updates ([#​4613](https://redirect.github.com/ansible/ansible-lint/issues/4613)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump the dependencies group in /.config with 9 updates ([#​4610](https://redirect.github.com/ansible/ansible-lint/issues/4610)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Make test_broken_ansible_cfg test pass with ansible devel branch ([#​4605](https://redirect.github.com/ansible/ansible-lint/issues/4605)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Update dependencies ([#​4607](https://redirect.github.com/ansible/ansible-lint/issues/4607)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Add merge_group handler for tox workflow ([#​4601](https://redirect.github.com/ansible/ansible-lint/issues/4601)) [@​Qalthos](https://redirect.github.com/Qalthos) - Enable junit.xml reporting to codecov.io ([#​4597](https://redirect.github.com/ansible/ansible-lint/issues/4597)) [@​Qalthos](https://redirect.github.com/Qalthos) - chore: pre-commit autoupdate ([#​4600](https://redirect.github.com/ansible/ansible-lint/issues/4600)) @​[pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci) - Bump the dependencies group in /.config with 6 updates ([#​4599](https://redirect.github.com/ansible/ansible-lint/issues/4599)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump codecov/codecov-action from 5.4.0 to 5.4.2 ([#​4584](https://redirect.github.com/ansible/ansible-lint/issues/4584)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
ce0680f796
|
chore(deps): update pre-commit hook asottile/pyupgrade to v3.20.0 (#641)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [asottile/pyupgrade](https://redirect.github.com/asottile/pyupgrade) | repository | minor | `v3.19.1` -> `v3.20.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>asottile/pyupgrade (asottile/pyupgrade)</summary> ### [`v3.20.0`](https://redirect.github.com/asottile/pyupgrade/compare/v3.19.1...v3.20.0) [Compare Source](https://redirect.github.com/asottile/pyupgrade/compare/v3.19.1...v3.20.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
3c84f19ef5
|
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.34.0 (#633)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible-community/antsibull-changelog](https://redirect.github.com/ansible-community/antsibull-changelog) | repository | minor | `0.33.0` -> `0.34.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible-community/antsibull-changelog (ansible-community/antsibull-changelog)</summary> ### [`v0.34.0`](https://redirect.github.com/ansible-community/antsibull-changelog/releases/tag/0.34.0) [Compare Source](https://redirect.github.com/ansible-community/antsibull-changelog/compare/0.33.0...0.34.0) ##### Release Summary Feature release for antsibull-build. ##### Minor Changes - The <code>RSTDocumentRenderer</code> API now allows to configure section underlines. This is needed to fix the Ansible 12 porting guide ([#​203](https://redirect.github.com/ansible-community/antsibull-changelog/pull/203)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
9b119fa958
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.4.0 (#629) | ||
|
|
b1fd9aa919
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.2.1 (#624) | ||
|
|
f76aa6c28f
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.2.0 (#623)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.1.3` -> `v25.2.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.2.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.2.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.3...v25.2.0) #### Enhancements - Refactor line number identification ([#​4564](https://redirect.github.com/ansible/ansible-lint/issues/4564)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Require ansible-core 2.16.11 ([#​4569](https://redirect.github.com/ansible/ansible-lint/issues/4569)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Bugfixes - Improve testing and code coverage ([#​4561](https://redirect.github.com/ansible/ansible-lint/issues/4561)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Refactor types for future ansible-core compatibility ([#​4557](https://redirect.github.com/ansible/ansible-lint/issues/4557)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Isolate ansible internal types to submodule ([#​4556](https://redirect.github.com/ansible/ansible-lint/issues/4556)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Add line method to Task class ([#​4554](https://redirect.github.com/ansible/ansible-lint/issues/4554)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Move task_to_str to Task class ([#​4553](https://redirect.github.com/ansible/ansible-lint/issues/4553)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Add 2025 to WindowsPlatformModel ([#​4531](https://redirect.github.com/ansible/ansible-lint/issues/4531)) [@​rsdoherty](https://redirect.github.com/rsdoherty) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
5699db28f6
|
test: enable --strict on changelog yaml lint (#621)
##### SUMMARY Enable strict mode when linting the changelog yaml. |
||
|
|
d7b54e708f
|
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.33.0 (#620) | ||
|
|
b82e18ffbd
|
feat: drop support for python 3.8 (#615)
##### SUMMARY Drop support for python 3.8 which is EOL since Oct 2024. https://endoflife.date/python Allow us to upgrade the hcloud-python library. |
||
|
|
140d1508cc
|
feat!: drop support for ansible-core 2.16 (#612)
##### SUMMARY ansible-core 2.16 will be EOL in May 2025. https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix We are dropping support for ansible-core 2.16 alongside ansible-core 2.15 to prevent cutting another major release in the next month. |
||
|
|
92f135456f
|
feat!: drop support for ansible-core 2.15 (#611)
##### SUMMARY ansible-core 2.15 is EOL since Nov 2024. https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix |
||
|
|
303cdeda74
|
test: ensure ansible-lint do not fail for missing api_token (#610)
##### SUMMARY Ansible lint has a rule to check for missing required parameter. This ensure the `api_token` parameter is always set. |
||
|
|
33782fecd5
|
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.32.0 (#608)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible-community/antsibull-changelog](https://redirect.github.com/ansible-community/antsibull-changelog) | repository | minor | `0.31.2` -> `0.32.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible-community/antsibull-changelog (ansible-community/antsibull-changelog)</summary> ### [`v0.32.0`](https://redirect.github.com/ansible-community/antsibull-changelog/releases/tag/0.32.0) [Compare Source](https://redirect.github.com/ansible-community/antsibull-changelog/compare/0.31.2...0.32.0) ##### Release Summary Feature release. ##### Major Changes - The new configuration setting <code>output</code> allows to configure more precisely which changelog files are generated and how they are formatted ([#​190](https://redirect.github.com/ansible-community/antsibull-changelog/issues/190), [#​194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)). ##### Minor Changes - Antsibull-changelog now depends on Pydantic 2 ([#​193](https://redirect.github.com/ansible-community/antsibull-changelog/pull/193)). - Antsibull-changelog now uses Pydantic to parse and validate the config. This means that validation is more strict than before and might reject configs that were incorrect, but still got accepted somehow ([#​193](https://redirect.github.com/ansible-community/antsibull-changelog/pull/193)). ##### Breaking Changes / Porting Guide - When using antsibull-changelog as a library, <code>ChangelogConfig</code>'s constructor should no longer be called directly. Instead, use the class method <code>ChangelogConfig.parse()</code>, which has the same signature than the previous constructor, except that <code>ignore_is_other_project</code> now must be a keyword parameter ([#​193](https://redirect.github.com/ansible-community/antsibull-changelog/pull/193)). - When using antsibull-changelog as a library, <code>rendering.changelog.generate_changelog()</code> now needs a <code>ChangelogOutput</code> object instead of the <code>document_format: TextFormat</code> parameter, and the <code>config</code> and <code>changelog_path</code> parameters have been removed ([#​194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)). - When using the <code>--output</code> argument for <code>antsibull-changelog generate</code>, the generated changelog's title will not contain any parts of the version number. If you need this, [please create an issue](https://redirect.github.com/ansible-community/antsibull-changelog/issues/new) ([#​194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)). ##### Deprecated Features - The configuration settings <code>changelog_filename_template</code>, <code>changelog_filename_version_depth</code>, and <code>output_formats</code> are deprecated and will eventually be removed. Use the new setting <code>output</code> instead. Note that there are no runtime warnings right now. If the time to remove them comes nearer, there will be runtime warnings for a longer time first before they are actually removed ([#​194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)). ##### Removed Features (previously deprecated) - Python API: remove <code>antsibull_changelog.rst</code> module ([#​183](https://redirect.github.com/ansible-community/antsibull-changelog/pull/183)). - Python API: remove constructor arguments <code>plugins</code> and <code>fragments</code> from class <code>ChangelogGenerator</code> in <code>antsibull_changelog.rendering.changelog</code> ([#​183](https://redirect.github.com/ansible-community/antsibull-changelog/pull/183)). - Python API: remove method <code>ChangelogEntry.add_section_content</code>, class <code>ChangelogGenerator</code>, and function <code>generate_changelog</code> from <code>antsibull_changelog.changelog_generator</code> ([#​183](https://redirect.github.com/ansible-community/antsibull-changelog/pull/183)). - When using antsibull-changelog as a library, the fields <code>changelog_filename_template</code>, <code>changelog_filename_version_depth</code>, and <code>output_formats</code> are no longer available in <code>ChangelogConfig</code>. Use <code>output</code> instead ([#​194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
db247619c5
|
chore(deps): update pre-commit hook pycqa/isort to v6.0.1 (#605)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pycqa/isort](https://redirect.github.com/pycqa/isort) | repository | patch | `6.0.0` -> `6.0.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pycqa/isort (pycqa/isort)</summary> ### [`v6.0.1`](https://redirect.github.com/PyCQA/isort/releases/tag/6.0.1) [Compare Source](https://redirect.github.com/pycqa/isort/compare/6.0.0...6.0.1) #### Changes - fix multi_line_output_modes docs ([#​2096](https://redirect.github.com/pycqa/isort/issues/2096)) [@​xinydev](https://redirect.github.com/xinydev) - Ruff rules PT for pytest ([#​2372](https://redirect.github.com/pycqa/isort/issues/2372)) [@​cclauss](https://redirect.github.com/cclauss) - Ruff rules B017, B028, and E203 ([#​2371](https://redirect.github.com/pycqa/isort/issues/2371)) [@​cclauss](https://redirect.github.com/cclauss) - Lint Python code with ruff ([#​2359](https://redirect.github.com/pycqa/isort/issues/2359)) [@​cclauss](https://redirect.github.com/cclauss) - Fix test_find_imports_in_file_error failing on Windows ([#​2369](https://redirect.github.com/pycqa/isort/issues/2369)) [@​kobarity](https://redirect.github.com/kobarity) - Move flake8 settings into pyproject.toml ([#​2360](https://redirect.github.com/pycqa/isort/issues/2360)) [@​cclauss](https://redirect.github.com/cclauss) - Upgrade to uv>=0.6.0 and enable-cache ([#​2364](https://redirect.github.com/pycqa/isort/issues/2364)) [@​cclauss](https://redirect.github.com/cclauss) - Apply some ruff rules ([#​2353](https://redirect.github.com/pycqa/isort/issues/2353)) [@​cclauss](https://redirect.github.com/cclauss) #### 🪲 Fixes - Add OSError handling in find_imports_in_file ([#​2331](https://redirect.github.com/pycqa/isort/issues/2331)) [@​kobarity](https://redirect.github.com/kobarity) - Link GH as changelog ([#​2354](https://redirect.github.com/pycqa/isort/issues/2354)) [@​staticdev](https://redirect.github.com/staticdev) #### 👷 Continuous Integration - Remove Safety ([#​2373](https://redirect.github.com/pycqa/isort/issues/2373)) [@​staticdev](https://redirect.github.com/staticdev) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
258ad51e39
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.1.3 (#601)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.1.2` -> `v25.1.3` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.1.3`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.1.3) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.2...v25.1.3) #### Bugfixes - Allow use with readonly virtualenvs ([#​4526](https://redirect.github.com/ansible/ansible-lint/issues/4526)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Add git clean to allowed executable options ([#​4519](https://redirect.github.com/ansible/ansible-lint/issues/4519)) [@​s-hertel](https://redirect.github.com/s-hertel) - Fix failing `ansible-lint` CI job ([#​4520](https://redirect.github.com/ansible/ansible-lint/issues/4520)) [@​aphedges](https://redirect.github.com/aphedges) - Add .ansible to the implicit ignore list ([#​4518](https://redirect.github.com/ansible/ansible-lint/issues/4518)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Avoid unnecessary warning when meta/runtime.yml is null ([#​4514](https://redirect.github.com/ansible/ansible-lint/issues/4514)) [@​ssbarnea](https://redirect.github.com/ssbarnea) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
a0d8c82933
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25.1.2 (#597)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v25.1.0` -> `v25.1.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.1.2`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.1.2) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.1...v25.1.2) #### Bugfixes - Require ansible-compat>=25.1.2 ([#​4512](https://redirect.github.com/ansible/ansible-lint/issues/4512)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Improve output with broken multiline playbooks ([#​4506](https://redirect.github.com/ansible/ansible-lint/issues/4506)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Avoid broken referencing dependency ([#​4505](https://redirect.github.com/ansible/ansible-lint/issues/4505)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Clarify partial-become rule description ([#​4500](https://redirect.github.com/ansible/ansible-lint/issues/4500)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Allow linter to capture and display initialization warnings ([#​4504](https://redirect.github.com/ansible/ansible-lint/issues/4504)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Update ansible-compat to `v25.1.1` ([#​4499](https://redirect.github.com/ansible/ansible-lint/issues/4499)) [@​audgirka](https://redirect.github.com/audgirka) ### [`v25.1.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.1.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.0...v25.1.1) #### Bugfixes - Update compat and pre-commit versions ([#​4495](https://redirect.github.com/ansible/ansible-lint/issues/4495)) [@​audgirka](https://redirect.github.com/audgirka) - Fix output terminal colors error for black on black ([#​4490](https://redirect.github.com/ansible/ansible-lint/issues/4490)) [@​audgirka](https://redirect.github.com/audgirka) #### Other - Add documentation about how to use private repositories with the github action ([#​4491](https://redirect.github.com/ansible/ansible-lint/issues/4491)) [@​umglurf](https://redirect.github.com/umglurf) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
d483243bd1
|
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v25 (#599) | ||
|
|
ef8af251ab
|
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.31.2 (#598)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible-community/antsibull-changelog](https://redirect.github.com/ansible-community/antsibull-changelog) | repository | patch | `0.31.1` -> `0.31.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible-community/antsibull-changelog (ansible-community/antsibull-changelog)</summary> ### [`v0.31.2`](https://redirect.github.com/ansible-community/antsibull-changelog/releases/tag/0.31.2) [Compare Source](https://redirect.github.com/ansible-community/antsibull-changelog/compare/0.31.1...0.31.2) ##### Release Summary Bugfix release. ##### Bugfixes - When linting found RST problems with rstcheck, the error messages were reduced to a single letter ([#​188](https://redirect.github.com/ansible-community/antsibull-changelog/pull/188)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
85cca8ee10
|
chore(deps): update pre-commit hook pycqa/isort to v6 (#596) | ||
|
|
f7fdcb99a6
|
chore(deps): update pre-commit hook ansible/ansible-lint to v25 (#594) | ||
|
|
855c53c394
|
chore(deps): update pre-commit hook asottile/pyupgrade to v3.19.1 (#592)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [asottile/pyupgrade](https://redirect.github.com/asottile/pyupgrade) | repository | patch | `v3.19.0` -> `v3.19.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>asottile/pyupgrade (asottile/pyupgrade)</summary> ### [`v3.19.1`](https://redirect.github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) [Compare Source](https://redirect.github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
e152fe3480
|
chore(deps): update pre-commit hook ansible/ansible-lint to v24.12.2 (#591)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v24.12.1` -> `v24.12.2` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v24.12.2`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.12.2) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.12.1...v24.12.2) #### Enhancements - Added additional galaxy\[tags] checks ([#​4422](https://redirect.github.com/ansible/ansible-lint/issues/4422)) [@​minsis](https://redirect.github.com/minsis) - Refactor code to avoid use of rich library ([#​4396](https://redirect.github.com/ansible/ansible-lint/issues/4396)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Search for config with the yml/yaml extension ([#​4416](https://redirect.github.com/ansible/ansible-lint/issues/4416)) [@​cornfeedhobo](https://redirect.github.com/cornfeedhobo) - Rename color module to output ([#​4433](https://redirect.github.com/ansible/ansible-lint/issues/4433)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Remove formatting options for listing rules ([#​4432](https://redirect.github.com/ansible/ansible-lint/issues/4432)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Bugfixes - Revert "Accommodate specified inventory files ([#​4393](https://redirect.github.com/ansible/ansible-lint/issues/4393))" ([#​4450](https://redirect.github.com/ansible/ansible-lint/issues/4450)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Enable FQCNs for import_playbook to have subdirs ([#​4412](https://redirect.github.com/ansible/ansible-lint/issues/4412)) [@​cavcrosby](https://redirect.github.com/cavcrosby) - Utilize create_matcherror more in other rules ([#​4408](https://redirect.github.com/ansible/ansible-lint/issues/4408)) [@​cavcrosby](https://redirect.github.com/cavcrosby) - Add Astra Linux Platform to platform items ([#​4429](https://redirect.github.com/ansible/ansible-lint/issues/4429)) [@​razerisback](https://redirect.github.com/razerisback) - Normalize version field for rules ([#​4431](https://redirect.github.com/ansible/ansible-lint/issues/4431)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Enable pyright hook ([#​4426](https://redirect.github.com/ansible/ansible-lint/issues/4426)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Remove dead code and prevent regressions ([#​4425](https://redirect.github.com/ansible/ansible-lint/issues/4425)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Prepare for pyright hook enablement ([#​4410](https://redirect.github.com/ansible/ansible-lint/issues/4410)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Activate and address some ruff violations (preview) ([#​4421](https://redirect.github.com/ansible/ansible-lint/issues/4421)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Fix exception with 'skipped' test ([#​4406](https://redirect.github.com/ansible/ansible-lint/issues/4406)) [@​Gilles95](https://redirect.github.com/Gilles95) - Include ! as a shell word. closes [#​4386](https://redirect.github.com/ansible/ansible-lint/issues/4386) ([#​4403](https://redirect.github.com/ansible/ansible-lint/issues/4403)) [@​wimglenn](https://redirect.github.com/wimglenn) Note this this changelog entry contains changes also included in the two yanked releases before it. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
df465aa376
|
chore(deps): update pre-commit hook ansible/ansible-lint to v24.12.1 (#590)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | patch | `v24.12.0` -> `v24.12.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v24.12.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.12.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.12.0...v24.12.1) #### Enhancements - Added additional galaxy\[tags] checks ([#​4422](https://redirect.github.com/ansible/ansible-lint/issues/4422)) [@​minsis](https://redirect.github.com/minsis) #### Bugfixes - Do inventory parsing non-multithreaded ([#​4447](https://redirect.github.com/ansible/ansible-lint/issues/4447)) [@​cavcrosby](https://redirect.github.com/cavcrosby) - Enable FQCNs for import_playbook to have subdirs ([#​4412](https://redirect.github.com/ansible/ansible-lint/issues/4412)) [@​cavcrosby](https://redirect.github.com/cavcrosby) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |