Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: drop support for ansible-core 2.14 #512

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15/sanity

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

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

- stage: Units_2_14
displayName: Units 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.9)
test: 2.14/units/3.9

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

- stage: Integration_2_14
displayName: Integration 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.9)
test: 2.14/integration/3.9

### Finally
- stage: Summary
condition: succeededOrFailed()
Expand All @@ -202,16 +171,13 @@ stages:
- Sanity_2_17
- Sanity_2_16
- Sanity_2_15
- Sanity_2_14
- Units_devel
- Units_2_17
- Units_2_16
- Units_2_15
- Units_2_14
- Integration_devel
- Integration_2_17
- Integration_2_16
- Integration_2_15
- Integration_2_14
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.14", "2.15"]
- ANSIBLE_VERSION: ["devel", "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.14
- ansible-core>=2.15
- netaddr

- repo: local
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/drop-support-for-ansible-core-2.14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breaking_changes:
- Drop support for ansible-core 2.14.
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.14.0"
requires_ansible: ">=2.15.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.14
ansible-core>=2.15

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

This file was deleted.