summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-17 10:37:50 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-17 10:37:50 +0000
commit482a491a78d1a930983497c1c632b278bd469bef (patch)
tree5c9f9bd86bbc891878821095b79a91f13877a222 /docs
parentReleasing debian version 1.3.1+dfsg-5. (diff)
downloadcvprac-482a491a78d1a930983497c1c632b278bd469bef.tar.xz
cvprac-482a491a78d1a930983497c1c632b278bd469bef.zip
Merging upstream version 1.3.2+dfsg.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'docs')
-rw-r--r--docs/labs/README.md8
-rw-r--r--docs/release-notes-1.3.2.rst23
2 files changed, 29 insertions, 2 deletions
diff --git a/docs/labs/README.md b/docs/labs/README.md
index 132ee64..d91a81a 100644
--- a/docs/labs/README.md
+++ b/docs/labs/README.md
@@ -5,10 +5,12 @@ to help users interact with Arista CloudVision easily and automate the provision
## Table of Contents
-1. [Authentication](#authentication)
+- [cvprac labs](#cvprac-labs)
+ - [Table of Contents](#table-of-contents)
+ - [Authentication](#authentication)
- [Password Authentication](#password-authentication)
- [Service Account Token Authentication](#service-account-token-authentication)
-1. [Known Limitations](#known-limitations)
+ - [Known Limitations](#known-limitations)
## Authentication
@@ -60,6 +62,8 @@ clnt = CvpClient()
clnt.connect(nodes=['10.83.13.33'], username='',password='',api_token=token)
```
+> Note that for CVaaS the correct regional URL must be used including `www.`. Please refer to the main page's [README.md](../../README.md#cvaas)
+
## Known Limitations
- for any APIs that interact with EOS devices, the service account name must match the name of the username
diff --git a/docs/release-notes-1.3.2.rst b/docs/release-notes-1.3.2.rst
new file mode 100644
index 0000000..91958d5
--- /dev/null
+++ b/docs/release-notes-1.3.2.rst
@@ -0,0 +1,23 @@
+######
+v1.3.2
+######
+
+2023-12-14
+
+Enhancements
+^^^^^^^^^^^^
+
+* Add handling of new password change logout functionality in 2023.1.0. (`254 <https://github.com/aristanetworks/cvprac/pull/254>`_) [`mharista <https://github.com/mharista>`_]
+* Add support for config validation during config assign. (`255 <https://github.com/aristanetworks/cvprac/pull/255>`_) [`noredistribution <https://github.com/noredistribution>`_]
+* Add support for config validation during config removal. (`256 <https://github.com/aristanetworks/cvprac/pull/256>`_) [`noredistribution <https://github.com/noredistribution>`_]
+
+Fixed
+^^^^^
+
+* Add ability to use device_decommissioning for unprovisioned devices. (`253 <https://github.com/aristanetworks/cvprac/pull/253>`_) [`noredistribution <https://github.com/noredistribution>`_]
+* Add check to connect() to ensure token works. (`258 <https://github.com/aristanetworks/cvprac/pull/258>`_) [`chetryan <https://github.com/chetryan>`_]
+
+Documentation
+^^^^^^^^^^^^^
+
+* Add documentation for CVaaS regional URLs. (`259 <https://github.com/aristanetworks/cvprac/pull/259>`_) [`noredistribution <https://github.com/noredistribution>`_]