1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

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.
This commit is contained in:
Jonas L. 2025-03-21 14:51:58 +01:00 committed by GitHub
parent 92f135456f
commit 140d1508cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 38 deletions

View file

@ -57,7 +57,7 @@ repos:
entry: env HCLOUD_TOKEN= python3 -m ansiblelint -v --force-color
args: [--offline]
additional_dependencies:
- ansible-core>=2.16
- ansible-core>=2.17
- netaddr
- repo: local