Skip to content

Commit

Permalink
feat!: drop support for ansible-core 2.13 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Feb 5, 2024
1 parent 55d2616 commit 96f8009
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 107 deletions.
34 changes: 0 additions & 34 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ stages:
- name: Sanity
test: 2.14/sanity

- stage: Sanity_2_13
displayName: Sanity 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: 2.13/sanity

### Units
- stage: Units_devel
displayName: Units devel
Expand Down Expand Up @@ -128,16 +118,6 @@ stages:
- name: (py3.9)
test: 2.14/units/3.9

- stage: Units_2_13
displayName: Units 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.8)
test: 2.13/units/3.8

## Integration
- stage: Integration_devel
displayName: Integration devel
Expand Down Expand Up @@ -183,17 +163,6 @@ stages:
- name: (py3.9)
test: 2.14/integration/3.9

- stage: Integration_2_13
displayName: Integration 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.8)
test: 2.13/integration/3.8

### Finally
- stage: Summary
condition: succeededOrFailed()
Expand All @@ -202,16 +171,13 @@ stages:
- Sanity_2_16
- Sanity_2_15
- Sanity_2_14
- Sanity_2_13
- Units_devel
- Units_2_16
- Units_2_15
- Units_2_14
- Units_2_13
- Integration_devel
- Integration_2_16
- Integration_2_15
- Integration_2_14
- Integration_2_13
jobs:
- template: templates/coverage.yml
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sanity:
- tags
parallel:
matrix:
- ANSIBLE_VERSION: ["devel", "2.13", "2.14", "2.15"]
- ANSIBLE_VERSION: ["devel", "2.14", "2.15"]
GROUP: [1]
script:
- bash tests/utils/gitlab/gitlab.sh ${ANSIBLE_VERSION}/sanity/${GROUP}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repos:
name: ansible-lint
args: [--offline]
additional_dependencies:
- ansible-core>=2.13.3
- ansible-core>=2.14
- netaddr

- repo: local
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/drop-support-for-ansible-core-2.13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breaking_changes:
- Drop support for ansible-core 2.13.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires_ansible: ">=2.13.0"
requires_ansible: ">=2.14.0"

action_groups:
all:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core>=2.13
ansible-core>=2.14

# Collections requirements
netaddr
Expand Down
69 changes: 0 additions & 69 deletions tests/sanity/ignore-2.13.txt

This file was deleted.

0 comments on commit 96f8009

Please sign in to comment.