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

Releases: HewlettPackard/python-hpOneView

v5.0.0-beta

v5.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@sijeesh sijeesh released this 15 Apr 11:56
3c62197

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

Choose a tag to compare

@sijeesh sijeesh released this 21 Mar 09:52
1d5a0e8

Notes

Added the capability to handle OneView Appliance SNMP Settings.

See CHANGELOG.MD for more information.

v4.7.0

Choose a tag to compare

@soodpr soodpr released this 15 Jun 11:05
a44fe18

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

Choose a tag to compare

@madhav-bharadwaj madhav-bharadwaj released this 02 May 09:16
ef9bee2

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

Choose a tag to compare

@soodpr soodpr released this 06 Mar 12:52
bf0f94c

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

Choose a tag to compare

@soodpr soodpr released this 28 Nov 09:24
c47cb42

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

Choose a tag to compare

@fgbulsoni fgbulsoni released this 31 Oct 16:55
e29f507

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

Choose a tag to compare

@fgbulsoni fgbulsoni released this 13 Sep 13:38

New Resources:

  • Index resource

See CHANGELOG.MD for more information.

v4.1.0

Choose a tag to compare

@fgbulsoni fgbulsoni released this 01 Sep 13:48

New Resources:

  • Appliance node information

See CHANGELOG.MD for more information.

v4.0.0

Choose a tag to compare

@fgbulsoni fgbulsoni released this 18 Aug 12:00

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.