From 9a84912f8ef292fd6e2b31e5262faee865af858f Mon Sep 17 00:00:00 2001 From: soodpr Date: Fri, 15 Jun 2018 04:31:44 -0700 Subject: [PATCH 1/2] Adding documentation for release 5.6.0 --- CHANGELOG.md | 2 +- lib/oneview-sdk/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868949624..d275561a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This release fixes few bugs which are listed below. Alerts #### Bug fixes & Enhancements -- Added helper method to change request body for Server Profile for API600. +- [#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. - [#356](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/356) Not able to add and remove scopes from a resource in a single API call. - [#359](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/359) Interconnect link topologies endpoints not available for api600. Fixed by inheriting from API500. diff --git a/lib/oneview-sdk/version.rb b/lib/oneview-sdk/version.rb index b1cf2cbad..3433a5b4b 100644 --- a/lib/oneview-sdk/version.rb +++ b/lib/oneview-sdk/version.rb @@ -11,5 +11,5 @@ # Gem version defined here module OneviewSDK - VERSION = '5.5.0'.freeze + VERSION = '5.6.0'.freeze end From cf2726bcb71a1750526e16f1c9520cbb8bac24e2 Mon Sep 17 00:00:00 2001 From: soodpr Date: Fri, 15 Jun 2018 04:35:30 -0700 Subject: [PATCH 2/2] Corrected the link for the bug listed --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d275561a2..a223583ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This release fixes few bugs which are listed below. 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. +- [#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. - [#356](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/356) Not able to add and remove scopes from a resource in a single API call. - [#359](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/359) Interconnect link topologies endpoints not available for api600. Fixed by inheriting from API500.