Skip to content

Commit

Permalink
Ansible 8: allow dellemc.enterprise_sonic != 2.1.0 (#245)
Browse files Browse the repository at this point in the history
* Allow dellemc.enterprise_sonic != 2.1.0 for Ansible 8.

* Improve formulation.

Co-authored-by: Maxwell G <[email protected]>

---------

Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
felixfontein and gotmax23 authored Jun 2, 2023
1 parent d86ffa1 commit d571a2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions 8/ansible-8.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ community.zabbix: >=2.0.0,<3.0.0
containers.podman: >=1.10.0,<2.0.0
cyberark.conjur: >=1.2.0,<2.0.0
cyberark.pas: >=1.0.0,<2.0.0
# 2.1.0 has depclosure errors
# https://github.com/ansible-community/ansible-build-data/issues/233
dellemc.enterprise_sonic: ==2.0.0
dellemc.enterprise_sonic: >=2.0.0,<3.0.0,!=2.1.0
dellemc.openmanage: >=7.5.0,<8.0.0
dellemc.powerflex: >=1.6.0,<2.0.0
dellemc.unity: >=1.6.0,<2.0.0
Expand Down
7 changes: 7 additions & 0 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ releases:
release_summary: 'Release Date: 2023-05-30
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-05-30'
8.1.0:
changes:
breaking_changes:
- Please note that the breaking change announced in the dellemc.enterprise_sonic
changelog below is from dellemc.enterprise_sonic 2.1.0 and was reverted in
dellemc.enterprise_sonic 2.2.0, so it is not contained in Ansible 8.
For technical reasons, this entry is still shown here.

0 comments on commit d571a2b

Please sign in to comment.