mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
feat: drop support for ansible-core 2.12 (#240)
* feat: drop support for ansible-core 2.12 ansible-core 2.12 is EOL since the 22 May 2023. https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#support-life * dropping ansible-core versions is a breaking change * rename changelog fragment
This commit is contained in:
parent
3055f4ab08
commit
3da91df8c3
4 changed files with 4 additions and 27 deletions
|
@ -76,15 +76,6 @@ stages:
|
|||
targets:
|
||||
- name: Sanity
|
||||
test: "2.13/sanity/1"
|
||||
- stage: Ansible_2_12
|
||||
displayName: Sanity 2.12
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
targets:
|
||||
- name: Sanity
|
||||
test: "2.12/sanity/1"
|
||||
|
||||
## Integration tests (remote)
|
||||
- stage: Hetzner_devel
|
||||
|
@ -143,20 +134,6 @@ stages:
|
|||
- name: hcloud
|
||||
test: "2.13/hcloud/3.9"
|
||||
|
||||
- stage: Hetzner_2_12
|
||||
displayName: Hetzner 2.12
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
targets:
|
||||
- name: hcloud
|
||||
test: "2.12/hcloud/3.9"
|
||||
|
||||
### Finally
|
||||
- stage: Summary
|
||||
condition: succeededOrFailed()
|
||||
|
@ -165,11 +142,9 @@ stages:
|
|||
- Ansible_2_15
|
||||
- Ansible_2_14
|
||||
- Ansible_2_13
|
||||
- Ansible_2_12
|
||||
- Hetzner_devel
|
||||
- Hetzner_2_15
|
||||
- Hetzner_2_14
|
||||
- Hetzner_2_13
|
||||
- Hetzner_2_12
|
||||
jobs:
|
||||
- template: templates/coverage.yml
|
||||
|
|
|
@ -26,7 +26,7 @@ sanity:
|
|||
- tags
|
||||
parallel:
|
||||
matrix:
|
||||
- ANSIBLE_VERSION: ["devel", "2.12", "2.13", "2.14", "2.15"]
|
||||
- ANSIBLE_VERSION: ["devel", "2.13", "2.14", "2.15"]
|
||||
GROUP: [1]
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh ${ANSIBLE_VERSION}/sanity/${GROUP}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
breaking_changes:
|
||||
- Drop support for ansible-core 2.12
|
|
@ -1,4 +1,4 @@
|
|||
requires_ansible: ">=2.12.0"
|
||||
requires_ansible: ">=2.13.0"
|
||||
plugin_routing:
|
||||
modules:
|
||||
hcloud_location_facts:
|
||||
|
|
Loading…
Reference in a new issue