Skip to content

Commit

Permalink
Merge pull request #119 from HewlettPackard/Release_5_6_0
Browse files Browse the repository at this point in the history
Release python 5.6.0
  • Loading branch information
VenkateshRavula authored Jan 25, 2021
2 parents 7fd1061 + e38bd72 commit 7f718a8
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 22 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.RELEASE_VERSION }}-OV5.5
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.RELEASE_VERSION }}-OV5.6
- name: Push the tagged Docker image
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.RELEASE_VERSION }}-OV5.5
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.RELEASE_VERSION }}-OV5.6
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ __pycache__
# Rope
.ropeproject/


# Installer log file
pip-log.txt

Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ deploy:
keep_history: true
on:
branch: master

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5.6.0 (unreleased)
# 5.6.0
#### Notes
Extends support of the SDK to OneView REST API version 2400 (OneView v5.60).

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ RUN DEBIAN_FRONTEND=noninteractive \
rm -rf /var/cache/apt/archives/* /var/cache/apt/lists/* /tmp/* /root/cache/.

CMD ["/bin/bash"]

1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

## Build Status

| 5.50 Branch | 5.40 Branch | 5.30 Branch |
| ------------- |:-------------:| -------------:|
| 5.60 Branch | 5.50 Branch | 5.40 Branch | 5.30 Branch |
| ------------: |:-------------:| -------------:| -------------:|
| ![Build status](https://ci.appveyor.com/api/projects/status/u84505l6syp70013?svg=true)| ![Build status](https://ci.appveyor.com/api/projects/status/u84505l6syp70013?svg=true)| ![Build status](https://ci.appveyor.com/api/projects/status/u84505l6syp70013?svg=true)|


Expand All @@ -22,7 +22,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 2200 (OneView v5.50)
HPE OneView Python library extends support of the SDK to OneView REST API version 2400 (OneView v5.60)

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 @@ -73,10 +73,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:v5.5.0-OV5.5
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v5.6.0-OV5.6

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:v5.5.0-OV5.5 /bin/sh
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v5.6.0-OV5.6 /bin/sh

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion Update-UserScript.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################################################
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
# (C) Copyright [2021] Hewlett Packard Enterprise Development LP
#
# File Name: Update-UserScript.py
# VERSION 1.0
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@

# General information about the project.
project = u'HPE OneView Python SDK'
copyright = u'(C) 2020 Hewlett Packard Enterprise'
copyright = u'(C) 2021 Hewlett Packard Enterprise'
author = u'Hewlett Packard Enterprise'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'5.5.0'
version = u'5.6.0'
# The full version, including alpha/beta/rc tags.
release = u'5.5.0'
release = u'5.6.0'

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

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

###
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
###### Requirements with Version Specifiers ######`
###### Requirements with Version Specifiers ######
future >= 0.15.2
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[metadata]
description-file=README.md
long_description=file: README.md

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
###
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
# (C) Copyright [2021] Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,10 +20,10 @@
from setuptools import setup

setup(name='hpeOneView',
version='5.5.0',
version='5.6.0',
description='HPE OneView Python Library',
url='https://github.com/HewlettPackard/oneview-python',
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.5.0",
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.6.0",
author='Hewlett Packard Enterprise Development LP',
author_email='[email protected]',
license='Apache',
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
###### Requirements with Version Specifiers ######`
###### Requirements with Version Specifiers ######
mock == 2.0.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
Expand Down

0 comments on commit 7f718a8

Please sign in to comment.