From 9f09774534a1f81d0d63c17b3a91259d4a0653c5 Mon Sep 17 00:00:00 2001 From: AkshithGunasheelan Date: Tue, 29 Aug 2023 14:45:52 +0530 Subject: [PATCH 1/3] OV8.5 Validation --- .github/workflows/createtagandrelease.yml | 2 +- CHANGELOG.md | 2 +- docs/source/conf.py | 4 ++-- hpeOneView/__init__.py | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/createtagandrelease.yml b/.github/workflows/createtagandrelease.yml index 80004c5f..5de849c7 100644 --- a/.github/workflows/createtagandrelease.yml +++ b/.github/workflows/createtagandrelease.yml @@ -17,7 +17,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true - CUSTOM_TAG: "v8.5.0" + CUSTOM_TAG: "v8.5.1" - name: Display run: echo ${{ steps.tag_and_prepare_release.outputs.new_tag }} - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4419b5ed..a76c1431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 8.5.0 +# 8.5.1 #### Notes Extends Support Of The Sdk To Oneview Rest Api Version 5600 (Oneview V8.5.0) diff --git a/docs/source/conf.py b/docs/source/conf.py index fc6bab49..1aab6471 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = u'8.5.0' +version = u'8.5.1' # The full version, including alpha/beta/rc tags. -release = u'8.5.0' +release = u'8.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hpeOneView/__init__.py b/hpeOneView/__init__.py index 5e6cdc1c..57aba030 100644 --- a/hpeOneView/__init__.py +++ b/hpeOneView/__init__.py @@ -14,7 +14,7 @@ standard_library.install_aliases() __title__ = 'hpeOneView' -__version__ = '8.5.0' +__version__ = '8.5.1' __copyright__ = '(C) Copyright (2012-2021) Hewlett Packard Enterprise Development LP' __license__ = 'Apache' diff --git a/setup.py b/setup.py index 723b28d7..f217f0ad 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup(name='hpeOneView', - version='8.5.0', + version='8.5.1', description='HPE OneView Python Library', url='https://github.com/HewlettPackard/oneview-python', download_url="https://github.com/HewlettPackard/oneview-python/tarball/v8.5.0", From 33ecbb1d1657d9b49a57a4b0fb8bd624b2bad3ee Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:28:58 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49e5c39c..3f8d0d50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | OV Version | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: | -| SDK Version/Tag |[v8.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.5.0)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [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) | +| SDK Version/Tag |[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [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) | | Build Status |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) | ## Introduction @@ -97,13 +97,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image.
```bash - $ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v8.5.0-OV8.5 + $ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v8.5.1-OV8.5 ``` Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests
```bash - $ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v8.5.0-OV8.5 /bin/sh + $ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v8.5.1-OV8.5 /bin/sh ``` From e9afb1b87ec046a1c3c87462af0d56bf9dca6699 Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:30:53 +0530 Subject: [PATCH 3/3] Update __init__.py --- hpeOneView/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpeOneView/__init__.py b/hpeOneView/__init__.py index 57aba030..986d28d4 100644 --- a/hpeOneView/__init__.py +++ b/hpeOneView/__init__.py @@ -15,7 +15,7 @@ __title__ = 'hpeOneView' __version__ = '8.5.1' -__copyright__ = '(C) Copyright (2012-2021) Hewlett Packard Enterprise Development LP' +__copyright__ = '(C) Copyright (2012-2023) Hewlett Packard Enterprise Development LP' __license__ = 'Apache' ###