Skip to content

Commit

Permalink
Merge pull request #370 from HewlettPackard/API800
Browse files Browse the repository at this point in the history
Adding release notes for V5.7.0
  • Loading branch information
Sowmyahsg authored Feb 22, 2019
2 parents b611bf3 + 12298c4 commit d130b70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
## v5.7.0(Unreleased)
## v5.7.0

#### Notes
Extends support of the SDK to OneView Rest API version 800 (OneView v4.10).
This release fix one bug listed below.
This release fixes one bug listed below.

#### New Resource
- Hypervisor Cluster Profile
- Hypervisor Manager

#### Features Supported
This release adds support to OneView Rest API version 800 for the hardware variants C7000 and Synergy to the already existing features:
- Hypervisor Cluster Profile
- Hypervisor Manager
- Server Profile Template
- Server Profile Template

#### Bug fixes & Enhancements
- [#366](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/366) Query parameters not working for get_attachable_volumes endpoint
Expand All @@ -20,7 +22,7 @@ This release fixes few bugs which are listed below.

#### New Resource
Alerts

#### Bug fixes & Enhancements
- [#362](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/362) Added helper method to change request body for Server Profile for API600.
- [#354](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/354) Input data has be to be a part of body, but not the header for import certificate method in enclosure.
Expand Down
2 changes: 1 addition & 1 deletion lib/oneview-sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

# Gem version defined here
module OneviewSDK
VERSION = '5.6.0'.freeze
VERSION = '5.7.0'.freeze
end

0 comments on commit d130b70

Please sign in to comment.