Skip to content

Commit

Permalink
Prepare 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 24, 2024
1 parent 8530f7c commit 4695716
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 626 deletions.
47 changes: 10 additions & 37 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
ansible:
# It's important that Sanity is tested against all stable-X.Y branches
# Testing against `devel` may fail as new tests are added.
- stable-2.9
- stable-2.10
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
Expand Down Expand Up @@ -85,48 +79,27 @@ jobs:
python_version:
- ''
include:
# 2.9
- ansible: stable-2.9
docker_container: ubuntu1604
sops_version: 3.5.0
- ansible: stable-2.9
docker_container: ubuntu1804
sops_version: 3.7.1
# 2.10
- ansible: stable-2.10
docker_container: ubuntu1804
sops_version: 3.6.0
# 2.11
- ansible: stable-2.11
docker_container: ubuntu1804
sops_version: 3.7.2
# 2.12
- ansible: stable-2.12
docker_container: ubuntu2004
sops_version: 3.7.0
# 2.13
- ansible: stable-2.13
docker_container: ubuntu2004
sops_version: 3.7.3
# 2.14
- ansible: stable-2.14
docker_container: ubuntu2204
sops_version: 3.7.3
# 2.15
- ansible: stable-2.15
docker_container: ubuntu2004
sops_version: 3.5.0
- ansible: stable-2.15
docker_container: ubuntu2204
sops_version: 3.7.3
sops_version: 3.6.0
# 2.16
- ansible: stable-2.16
docker_container: ubuntu2004
sops_version: 3.7.0
- ansible: stable-2.16
docker_container: ubuntu2204
sops_version: 3.8.0
sops_version: 3.7.3
# 2.17
- ansible: stable-2.17
docker_container: ubuntu2204
sops_version: 3.8.1
sops_version: 3.8.0
- ansible: stable-2.17
docker_container: fedora39
sops_version: 3.9.0
sops_version: 3.8.1
# 2.18
- ansible: stable-2.18
docker_container: ubuntu2404
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ For more information about communication, see the [Ansible communication guide](

## Tested with Ansible

Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, ansible-core 2.17, and ansible-core 2.18 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.

The vars plugin requires ansible-base 2.10 or later.
Tested with the current ansible-core 2.15, ansible-core 2.16, ansible-core 2.17, and ansible-core 2.18 releases and the current development version of ansible-core. Ansible versions before 2.15.0 are not supported.

## External requirements

Expand Down
5 changes: 5 additions & 0 deletions changelogs/fragments/2.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_summary: Major verison that drops support for End of Life Ansible/ansible-base/ansible-core versions.
removed_features:
- "The collection no longer supports Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14.
If you need to continue using End of Life versions of Ansible/ansible-base/ansible-core, please use community.sops 1.x.y
(https://github.com/ansible-collections/community.sops/pull/206)."
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace: community
name: sops
version: 1.9.0
version: 2.0.0
readme: README.md
authors:
- Edoardo Tenani
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later

requires_ansible: '>=2.9.10'
requires_ansible: '>=2.15.0'
Loading

0 comments on commit 4695716

Please sign in to comment.