Releases: aristanetworks/ansible-cvp
Releases · aristanetworks/ansible-cvp
v3.12.0
What's Changed
- Bump: Add support for Ansible 2.18.x by @carlbuchmann in #719
Full Changelog: v3.11.0...v3.12.0
v3.11.0
What's Changed
- CI: Update pre-commit versions by @sugetha24 in #695
- Fix: cv_validate_v3 broken with cvprac 1.4.0 due to argument keyword change by @noredistribution in #694
- Doc(cv_change_control_v3): add actions documentation by @noredistribution in #701
- Doc: Readme updates to align with new Red Hat template by @JulioPDX in #693
- Bump(requirements): Set ansible-core version 2.15.x to 2.17.x by @sugetha24 in #699
- CI: Update and fix dev requirements by @carlbuchmann in #702
- Fix(cv_device_v3): device decommissioning fails if a device is not streaming and not provisioned by @noredistribution in #700
- Cut: Remove dev containers and Ansible EE by @carlbuchmann in #708
- CI: Remove collection.yml by @sugetha24 in #707
- Fix(cv_device_v3): Allow cv_device_v3 to handle SN-based decomms by @alexeygorbunov in #705
- Doc: Updated doc with supported ansible-core version by @sugetha24 in #711
- Test: Fix v1 molecule tests by @sugetha24 in #710
- CI: Update offline link check by @carlbuchmann in #713
- Cut: Deprecate dhcp_configuration role by @carlbuchmann in #712
- CI: Bump action molecule by @ankudinov in #706
- CI: Make CI better again by @sugetha24 in #714
New Contributors
- @alexeygorbunov made their first contribution in #705
Full Changelog: v3.10.1...v3.11.0
v3.10.1
What's Changed
- Fix: Update Readme with correct ansible-core version by @sugetha24 in #687
- Bump: Release 3.10.1 by @carlbuchmann in #688
Full Changelog: v3.10.0...v3.10.1
v3.10.0
What's Changed
- Bump: required ansible version to pass certification by @sugetha24 in #683
Full Changelog: v3.9.0...v3.10.0
v3.9.0
What's Changed
- CI: Fix python version for pre-commit by @gmuloc in #652
- CI: Add readthedocs.yaml configuration file by @carlbuchmann in #681
- Fix(cv_tag_v3): Long workspace name to avoid conflict by @sugetha24 in #679
- Fix(cv_device_v3): reconciled configlets are not treated specially by @noredistribution in #667
- Doc: Migrating documentation to MD and within modules by @JulioPDX in #678
- Feat(cv_facts_v3): raise errors when svcaccount/user is not authorized by @noredistribution in #677
- Doc: Insert license header in all source files by @carlbuchmann in #664
New Contributors
- @carlbuchmann made their first contribution in #681
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- Test: Adding integration tests for cv_configlet_v3 by @Shivani-chourasiya in #624
- Refactor(cv_container_v3): Adding image bundle dictionary to the output. by @Vibhu-gslab in #627
- Fix(cv_tag_v3): Delete assigned tags by @Vibhu-gslab in #634
- Doc: Remove stale link by @sugetha24 in #655
- Feat: Added 'images', 'tasks' options and containers 'regexp_filter' in cv_facts_v3 with examples by @Shivani-chourasiya in #632
- Test: Adding integration tests for cv_image_v3 by @Vibhu-gslab in #625
- Test: PR testing update by @noredistribution in #658
- Test: Added molecule test for cv_facts_v3 by @Shivani-chourasiya in #630
- Test: Adding integration tests for cv_task_v3 by @Vibhu-gslab in #631
- Fix: update cv_task_v3 module documentation by @jorisc90 in #604
- Test: enhance cv_task_v3 molecule test by @noredistribution in #661
- Test: Added integration test for cv_change_control_v3 by @Shivani-chourasiya in #635
- Test: Adding integration tests for cv_device_v3 by @Vibhu-gslab in #621
- Refactor: Updating molecule tests for Dual_DC topology by @Shivani-chourasiya in #662
- Feat(cv_device_v3): Add "inventory_mode" to allow ignoring missing devices by @ClausHolbechArista in #594
New Contributors
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- Test: Unittest lib restructuring by @sugetha24 in #614
- Test(cv_device_v3): Adding unittests for cv_device_v3 module by @Shivani-chourasiya in #572
- Test(cv_device_v3): Adding tests for apply_bundle() by @Shivani-chourasiya in #590
- Test(cv_device_v3): Add tests for detach_bundle() by @Shivani-chourasiya in #596
- Test(cv_device_v3): Adding tests for move_device() by @Vibhu-gslab in #598
- Fix(cv_device_v3): increment counter when we remove devices by @noredistribution in #629
- Doc: image examples by @sugetha24 in #623
- Doc: configlet example by @sugetha24 in #622
- CI: Add cv_tag_v3 to PR semantic by @sugetha24 in #641
- Feat(cv_device_v3): Configlet Validation support by @sugetha24 in #615
- Doc: update links in homepage by @sugetha24 in #650
New Contributors
- @Shivani-chourasiya made their first contribution in #572
- @Vibhu-gslab made their first contribution in #598
Full Changelog: v3.6.1...v3.7.0
v3.6.1
What's Changed
- Bump: min pipeline python version bump by @sugetha24 in #591
- CI: Bump pylint version to 2.16.1 by @sugetha24 in #587
- Fix(cv_container_v3): check_mode error by @sugetha24 in #584
- Fix(cv_device_v3): Implement device check mode by @colinmacgiolla in #571
- Test: adding library files for unittests by @sugetha24 in #586
- Fix: device decommission failure scenario by @sugetha24 in #577
- Test: jsonschema for cv_change_control_v3 by @sugetha24 in #559
- Fix(cv_device_v3): Fix check for missing devices by @ClausHolbechArista in #593
- Test: Script to test PRs by @sugetha24 in #597
- Refactor: Avoid redundant API calls by @ClausHolbechArista in #592
- Fix: Allow tag assignment to serial numbers by @sugetha24 in #581
- Test: Update install script by @sugetha24 in #600
Full Changelog: 3.6.0...v3.6.1
v3.6.0
What's Changed
- Doc: Create advanced MLAG upgrade example by @colinmacgiolla in #554
- Feat(cv_container_v3): Add support for image bundles on containers by @colinmacgiolla in #550
- Fix(cv_facts_v3): Handle stale and empty devices in the inventory having an image bundle of type None by @colinmacgiolla in #569
Full Changelog: v3.5.1...3.6.0
v3.5.1
What's Changed
- Fix: Bump update min cvprac version by @sugetha24 in #547
- CI: Adding ignores for unsupported versions of python (2.7-3.5) by @alisonlhart in #548
- Doc: Update cvp version support for schedule option by @sugetha24 in #546
New Contributors
- @alisonlhart made their first contribution in #548
Full Changelog: v3.5.0...v3.5.1