Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Releases: HewlettPackard/python-hpOneView

v5.0.0-beta

15 Apr 11:56
3c62197
Compare
Choose a tag to compare
v5.0.0-beta Pre-release
Pre-release

Notes

Major release which extends support of the SDK to OneView Rest API version 800(OneView v4.1).

Major changes

  1. Designed a base class to keep all the common operations available for the resources.
  2. Introduced mixin classes to include the optional features of the resources.
  3. Resource data will be available with the resource object. This enhancement helps to
    add helper methods and avoid passing uri/name to call the resource methods.

See CHANGELOG.MD for more information.

v4.8.0

21 Mar 09:52
1d5a0e8
Compare
Choose a tag to compare

Notes

Added the capability to handle OneView Appliance SNMP Settings.

See CHANGELOG.MD for more information.

v4.7.0

15 Jun 11:05
a44fe18
Compare
Choose a tag to compare

Notes

Major release which extends support of the SDK to OneView Rest API version 600 (OneView v4.0).
Also added a new resource: License

See CHANGELOG.MD for more information.

v4.6.0

02 May 09:16
ef9bee2
Compare
Choose a tag to compare

Notes

Major release which extends support of the SDK to OneView Rest API version 600 (OneView v4.0 and HPE Synergy Image Streamer).

Major changes

  1. Extended support of SDK to HPE Synergy Image streamer API500 and API600.

See CHANGELOG.MD for more information.

v4.5.0

06 Mar 12:52
bf0f94c
Compare
Choose a tag to compare

Notes

Major release which extends support of the SDK to OneView Rest API version 600 (OneView v4.0).

Patch endpoint is removed for a few resources and is subject to incompatible changes in future release versions.

See CHANGELOG.MD for more information.

v4.4.0

28 Nov 09:24
c47cb42
Compare
Choose a tag to compare

Notes

Enabled usage of a CA Certificate file for establishing a SSL connection to the HPE OneView Appliance.

New Resources:

  • Version

See CHANGELOG.MD for more information.

v4.3.0

31 Oct 16:55
e29f507
Compare
Choose a tag to compare

Notes

Added endpoints-support.md to track the supported and tested endpoints for the different HPE OneView REST APIs

New Resources:

  • Login details

See CHANGELOG.MD for more information.

v4.2.0

13 Sep 13:38
Compare
Choose a tag to compare

New Resources:

  • Index resource

See CHANGELOG.MD for more information.

v4.1.0

01 Sep 13:48
Compare
Choose a tag to compare

New Resources:

  • Appliance node information

See CHANGELOG.MD for more information.

v4.0.0

18 Aug 12:00
Compare
Choose a tag to compare

Notes

Major release which extends support of the SDK to OneView Rest API version 500 (OneView v3.10).

Major changes

  1. Extended support of SDK to API500.
  2. Officially adopted Semantic Versioning for the SDK.
  3. Updated example files for most resources for improved readability and usability.
  4. General cleanup and removal of deprecated methods and classes.

See CHANGELOG.MD for more information.