1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

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

View file

@ -77,16 +77,6 @@ stages:
- name: Sanity
test: 2.16/sanity
- stage: Sanity_2_15
displayName: Sanity 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: 2.15/sanity
### Units
- stage: Units_devel
displayName: Units devel
@ -128,16 +118,6 @@ stages:
- name: (py3.10)
test: 2.16/units/3.10
- stage: Units_2_15
displayName: Units 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.9)
test: 2.15/units/3.9
## Integration
- stage: Integration_devel
displayName: Integration devel
@ -183,17 +163,6 @@ stages:
- name: (py3.10)
test: 2.16/integration/3.10
- stage: Integration_2_15
displayName: Integration 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.9)
test: 2.15/integration/3.9
### Finally
- stage: Summary
condition: succeededOrFailed()
@ -201,14 +170,11 @@ stages:
- Sanity_devel
- Sanity_2_17
- Sanity_2_16
- Sanity_2_15
- Units_devel
- Units_2_17
- Units_2_16
- Units_2_15
- Integration_devel
- Integration_2_17
- Integration_2_16
- Integration_2_15
jobs:
- template: templates/coverage.yml

View file

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

View file

@ -0,0 +1,2 @@
breaking_changes:
- Drop support for ansible-core 2.15.

View file

@ -1,4 +1,4 @@
requires_ansible: ">=2.15.0"
requires_ansible: ">=2.16.0"
action_groups:
all:

View file

@ -1,4 +1,4 @@
ansible-core>=2.15
ansible-core>=2.16
# Collections requirements
netaddr

View file

@ -1 +0,0 @@
plugins/inventory/hcloud.py yamllint:unparsable-with-libyaml # bug in ansible-test - https://github.com/ansible/ansible/issues/82353