Skip to content

Releases: aristanetworks/cvprac

Release v1.0.3

04 Jun 16:12
3e112b0
Compare
Choose a tag to compare
  • Fix Issue 103 (cvprac is using the incorrect version of the API for 2018.1.x)

Release v1.0.2

03 Feb 20:57
f89d7e7
Compare
Choose a tag to compare
  • Add support for CVP 2019.x.
  • Add methods for adding/removing configlets to/from containers.
  • Add method for resetting a device back to Undefined container.
  • Add methods for configlet builder handling.
  • Add methods for Change Controls and handle CVP 2019.x changes.
  • Additional enhancements and bug fixes.

Release v1.0.1

17 Jan 04:12
c241740
Compare
Choose a tag to compare
  • Add support for Python 3.
  • Add necessary methods and update systests to put CVP node under test back to original state.
  • Update add_image method to use cvp_client.
  • Reformat client _make_request method to support Python 3 format.

Release v1.0.0

05 Dec 19:13
611eceb
Compare
Choose a tag to compare
  • Added method for getting device running config.
  • Added methods for working with change controls.
  • Fix connection handling for CVP 2018 support.
  • Enhance api modules to handle API changes in CVP 2018.2.
  • Added flag for waitForTaskIds parameter to update_configlets method.
  • Added assorted methods for APIs related to configlets, images, and topology.

Release v0.9.0

17 Apr 20:05
Compare
Choose a tag to compare
  • Add Inventory handling methods.
  • Add basic logout method.
  • Add query parameter to get_inventory.
  • Add contact info to docs.
  • Several Bug Fixes.

Release v0.8.0

12 Sep 16:52
Compare
Choose a tag to compare
  • Add validate_config api function
  • Update client protocol to default to https with http fallback.
  • Store last node a request was sent to in CvpClient object.
  • Fix bug when removing images from devices and containers.
  • Update to use default Python logging module.

Release v0.7.0

30 Mar 19:13
Compare
Choose a tag to compare
  • Adds image upgrade
  • Adds wrapper for deploying a device
  • Adds ability to set logging level
  • Prepends call to addTempAction before saveTopology

Release v0.6.0

19 Dec 21:43
Compare
Choose a tag to compare
  • Added support for API calls (#5)
  • Pypi package fixes (#11)
  • Added request timeout instance variable to API so user may specify client get/post timeouts used by API calls. (#12)

Full Changelog

Release v0.5.0

08 Jun 02:47
Compare
Choose a tag to compare

The initial release of cvprac.