diff --git a/CHANGELOG.md b/CHANGELOG.md index d20836c1..af9da598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) -# [v1.5.0] (unreleased) +# [v1.5.0] ### Notes - This release supports API2000 minimally where we can use OneView API2000 with this SDK. No new fields are added/deleted to support API2000. diff --git a/README.md b/README.md index 0dd95991..d4df6647 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ Docker Store image tag consist of two sections: ```bash # Download and store a local copy of terraform-provider-oneview and # use it as a Docker image. -$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v1.4.0-OV5.3 +$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v1.5.0-OV5.4 # Run docker commands using the "ash" shell from Alpine, this will in turn create # a sh session where you can create files, issue commands and execute both # terraform and the provider with ease. -$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v1.4.0-OV5.3 /bin/sh +$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v1.5.0-OV5.4 /bin/sh ``` ### Provider Information @@ -55,7 +55,7 @@ provider "oneview" { } ``` -Note: Currently this SDK supports OneView API 1800 minimally where we can test OneView API 1800 version with this SDK. No new fields have been added/deleted to support API 1800 version. Complete support will be done in next releases.If API version is not provided then appliance's API version will be used. If API version used is not supported then error will be thrown. +Note: Currently this SDK supports OneView API 2000 minimally where we can test OneView API 2000 version with this SDK. No new fields have been added/deleted to support API2000 version. Complete support will be done in next releases.If API version is not provided then appliance's API version will be used. If API version used is not supported then error will be thrown. ### License