Skip to content

Commit

Permalink
Prepare for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmartt committed Feb 23, 2017
1 parent 60b611f commit 17dadd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased Changes
(none)

## Suggested release: v4.1.0
# v4.1.0

#### New Resources:
Added full support to Image Streamer Rest API version 300:
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@

The OneView SDK provides a Ruby library to easily interact with HPE OneView and Image Streamer APIs. The Ruby SDK enables developers to easily build integrations and scalable solutions with HPE OneView and Image Streamer.

Note that currently the Image Streamer resources are a work in progress, so should be treated as experimental.
Many of these resources are unimplemented, and all are subject to change in ways that are incompatible with current usage & docs.

## Installation
- Require the gem in your Gemfile:

```ruby
gem 'oneview-sdk', '~> 4.0'
gem 'oneview-sdk', '~> 4.1'
```

Then run `$ bundle install`
Expand Down Expand Up @@ -112,6 +109,7 @@ You can create the i3s client with environment variables in the following ways:
```ruby
require 'oneview-sdk'
# Note: Both options require the I3S_URL environment variable to be set.

# This way uses the ONEVIEWSDK_URL, ONEVIEWSDK_USER and ONEVIEWSDK_PASSWORD environment variables to generate a token:
client = OneviewSDK::Client.new
i3s_client = client.new_i3s_client
Expand Down Expand Up @@ -434,7 +432,4 @@ First run `$ bundle` (requires the bundler gem), then...
Note: run `$ rake -T` to get a list of all the available rake tasks.

## Authors
- Jared Smartt - [@jsmartt](https://github.com/jsmartt)
- Henrique Diomede - [@hdiomede](https://github.com/hdiomede)
- Thiago Miotto - [@tmiotto](https://github.com/tmiotto)
- Ricardo Piantola - [@piantola](https://github.com/piantola)
See the [contributors graph](graphs/contributors)
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 = '4.0.0'.freeze
VERSION = '4.1.0'.freeze
end

0 comments on commit 17dadd7

Please sign in to comment.