22
33## Build Status
44
5- OV Version | 6.50| 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
6- | ------------- | ------------- | :-------------:| :-------------:| :-------------:| :-------------:| :-------------:| :-------------:|
7- SDK Version/Tag |[ v6.5.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0 ) |[ v6.4.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0 ) |[ v6.3.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0 ) |[ v6.2.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0 ) | [ v6.1.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0 ) | [ v6.0.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0 ) | [ v5.6.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0 ) |
8- Build Status | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124)| [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373)|
5+ OV Version | 6.60| 6. 50| 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
6+ | ------------- | ------------- | ------------- | :-------------:| :-------------:| :-------------:| :-------------:| :-------------:| :-------------:|
7+ SDK Version/Tag |[ v6.6.0 ] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0 ) | [ v6. 5.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0 ) |[ v6.4.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0 ) |[ v6.3.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0 ) |[ v6.2.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0 ) | [ v6.1.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0 ) | [ v6.0.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0 ) | [ v5.6.0] ( https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0 ) |
8+ Build Status | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124)| [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373)|
99
1010
1111## Introduction
@@ -23,7 +23,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
2323
2424## What's New
2525
26- HPE OneView Python library extends support of the SDK to OneView REST API version 3600 (OneView v6.50 )
26+ HPE OneView Python library extends support of the SDK to OneView REST API version 3800 (OneView v6.60 )
2727
2828Please refer to [ notes] ( https://github.com/HewlettPackard/oneview-python/blob/master/CHANGELOG.md ) for more information on the changes , features supported and issues fixed in this version
2929
@@ -90,12 +90,12 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
9090
9191 Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
9292 ``` bash
93- $ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.5 .0-OV6.5
93+ $ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.6 .0-OV6.6
9494 ```
9595
9696 Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
9797 ``` bash
98- $ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.5 .0-OV6.5 /bin/sh
98+ $ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.6 .0-OV6.6 /bin/sh
9999 ```
100100
101101## Configuration
0 commit comments