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.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:
|
targets:
|
||||||
- name: Sanity
|
- name: Sanity
|
||||||
test: "2.13/sanity/1"
|
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)
|
## Integration tests (remote)
|
||||||
- stage: Hetzner_devel
|
- stage: Hetzner_devel
|
||||||
|
|
@ -143,20 +134,6 @@ stages:
|
||||||
- name: hcloud
|
- name: hcloud
|
||||||
test: "2.13/hcloud/3.9"
|
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
|
### Finally
|
||||||
- stage: Summary
|
- stage: Summary
|
||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
|
|
@ -165,11 +142,9 @@ stages:
|
||||||
- Ansible_2_15
|
- Ansible_2_15
|
||||||
- Ansible_2_14
|
- Ansible_2_14
|
||||||
- Ansible_2_13
|
- Ansible_2_13
|
||||||
- Ansible_2_12
|
|
||||||
- Hetzner_devel
|
- Hetzner_devel
|
||||||
- Hetzner_2_15
|
- Hetzner_2_15
|
||||||
- Hetzner_2_14
|
- Hetzner_2_14
|
||||||
- Hetzner_2_13
|
- Hetzner_2_13
|
||||||
- Hetzner_2_12
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: templates/coverage.yml
|
- template: templates/coverage.yml
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ sanity:
|
||||||
- tags
|
- tags
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- ANSIBLE_VERSION: ["devel", "2.12", "2.13", "2.14", "2.15"]
|
- ANSIBLE_VERSION: ["devel", "2.13", "2.14", "2.15"]
|
||||||
GROUP: [1]
|
GROUP: [1]
|
||||||
script:
|
script:
|
||||||
- bash tests/utils/gitlab/gitlab.sh ${ANSIBLE_VERSION}/sanity/${GROUP}
|
- 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:
|
plugin_routing:
|
||||||
modules:
|
modules:
|
||||||
hcloud_location_facts:
|
hcloud_location_facts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue