Skip to content

Commit

Permalink
Merge pull request #162 from HewlettPackard/Release6.2
Browse files Browse the repository at this point in the history
6.2 Release changes
  • Loading branch information
yuvirani authored Jul 12, 2021
2 parents 1245bc5 + 940c164 commit db45c84
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Login to Docker Hub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Build the tagged Docker image
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.1
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.2
- name: Push the tagged Docker image
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.1
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 6.2.0(unreleased)
# 6.2.0
#### Notes
Extends support of the SDK to OneView REST API version 3000 (OneView v6.20)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Build Status

OV Version | 6.10 | 6.00 | 5.60 | 5.50 |
OV Version | 6.20 | 6.10 | 6.00 | 5.60 |
| ------------- |:-------------:| :-------------:| -------------:| -------------:|
SDK Version/Tag | [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) | [v5.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.5.0) |
Build Status | [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134)| [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124)| [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373)| [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)]( https://travis-ci.com/github/HewlettPackard/oneview-python/builds/198224416)|
SDK Version/Tag |[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://action-badges.now.sh/JasonEtco/action-badges)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563)| [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134)| [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124)| [![Build status](https://action-badges.now.sh/JasonEtco/action-badges)](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373)|


## Introduction
Expand All @@ -23,7 +23,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.

## What's New

HPE OneView Python library extends support of the SDK to OneView REST API version 2800 (OneView v6.10)
HPE OneView Python library extends support of the SDK to OneView REST API version 3000 (OneView v6.20)

Please 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

Expand Down Expand Up @@ -74,10 +74,10 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
The Docker Store image tag consist of two sections: <sdk_version-OV_version>

Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.1.0-OV6.1
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.2.0-OV6.2

Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.1.0-OV6.1 /bin/sh
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.2.0-OV6.2 /bin/sh

## Configuration

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = u'6.1.0'
version = u'6.2.0'
# The full version, including alpha/beta/rc tags.
release = u'6.1.0'
release = u'6.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hpeOneView/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
standard_library.install_aliases()

__title__ = 'hpeOneView'
__version__ = '6.1.0'
__version__ = '6.2.0'
__copyright__ = '(C) Copyright (2012-2021) Hewlett Packard Enterprise Development LP'
__license__ = 'Apache'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
from setuptools import setup

setup(name='hpeOneView',
version='6.1.0',
version='6.2.0',
description='HPE OneView Python Library',
url='https://github.com/HewlettPackard/oneview-python',
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v6.1.0",
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v6.2.0",
author='Hewlett Packard Enterprise Development LP',
author_email='[email protected]',
license='Apache',
Expand Down

0 comments on commit db45c84

Please sign in to comment.