Releases: aristanetworks/cvprac
Releases · aristanetworks/cvprac
Release v1.0.3
- Fix Issue 103 (cvprac is using the incorrect version of the API for 2018.1.x)
Release v1.0.2
- 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
- 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
- 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
- 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
- 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
- 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
Release v0.5.0
The initial release of cvprac.