Skip to content

Releases: aristanetworks/ansible-cvp

v3.10.1

06 Dec 23:48
204509b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.0...v3.10.1

v3.10.0

05 Dec 21:59
724d398
Compare
Choose a tag to compare

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

22 Nov 19:31
f00de07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.8.0

29 Aug 22:39
04380db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

10 Jul 18:16
e808c48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.1...v3.7.0

v3.6.1

29 Mar 22:07
f8b8e40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...v3.6.1

v3.6.0

12 Jan 22:16
ebcc2eb
Compare
Choose a tag to compare

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

03 Nov 17:55
805d0bc
Compare
Choose a tag to compare

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

Full Changelog: v3.5.0...v3.5.1

v3.5.0

01 Nov 18:57
5d90ea8
Compare
Choose a tag to compare

Features

  • 2cc57f9 [Feat] Expose verbose option in cv_facts_v3 (#535)
  • f07ebf7 [Feat] Implement image bundle on device level (#505)
  • c8f495d [Feat] Request add support for access point provisioning (#527)
  • 010145f [module_utils] Add support for approve/execute actions (#529)

Bug fixes

  • f3c1cac [cv_device_v3] Allow all search_by options when assigning and removing image bundles (#541)
  • 7844696 [cv_facts_v3] Make image bundle name key usage consistent (#513)

Code Refactoring

  • 0d6977e [Refactor] Relax the condition to raise exception for inline vault password (#533)

Documentation

v3.4.0

22 Jul 17:32
cc4d428
Compare
Choose a tag to compare

v3.4.0

Features

  • c30bd1e [Feat] (dhcp_configuration) add a name to the dhcp record (#481)
  • 90dba82 [Feat] Add support for change controls (#413) (#464)
  • 8377c7d [Feat] Add svc account token auth method for on-prem and standardize i… (#458)
  • 57a2384 [Feat] New module to support topology tags (#459)
  • 30899be [Feat] Facts update (#469)
  • aaac3cc [cv_facts_v3] Show assigned image bundles on devices and containers (#488)
  • a129aa4 [module_utils] Raise NotImplementedError if encrypted Vault password… (#479)

Bug fixes

  • a5ba03d [Fix] (image_tools) Change from error to warning if image already exists (#471)
  • 169074f [Fix] Changed pytest to check for a warning (#485)
  • f1dd534 [cv_container] Cannot remove containers anymore (#487)

Code Refactoring

  • bcf4545 [ansible-cvp] Remove distutils import to anticipate deprecation (#478)

Documentation

  • 1f920cf [Doc] Add documentation for cv_change_control_v3 (#489)

Other changes

  • 8e1cf90 [actions] CI: Update list of reviewers (#473)
  • b5f4706 [changelog] Build system: Update base url to point to ansible-cvp