Skip to content

Releases: devans10/terraform-provider-flash

v1.1.2

29 Aug 21:42
Compare
Choose a tag to compare
Added docs pages

v1.1.1

08 Feb 15:27
Compare
Choose a tag to compare
updated website

Version 1.1.0

01 Oct 00:08
Compare
Choose a tag to compare

This release updates Terraform to version 0.12.7

Version 1.0.0

05 May 02:15
Compare
Choose a tag to compare

The project's name changed to terraform-provider-flash
The license changed to Apache 2.0
Switched from using govendor to go modules
Got a new documentation website https://www.terraform-provider-flash.com

v0.4.1

30 Mar 15:25
Compare
Choose a tag to compare
Fixed go-lint warnings

v0.4.0: 0.4.0

08 Jan 02:20
Compare
Choose a tag to compare
BREAKING CHANGE:

* changed resource/host to use a TypeSet volume, replacing connected_volumes
* resource/host will only manage private volumes (fixes #5)
* change resourc/hostgroup to use a TypeSet volume, replacing connected_volumes
* resourc/hostgroup will only manage shared volumes

IMPROVEMENTS:

* Updated go-purestorage library to v0.1.4

v0.3.1

01 Jan 16:43
Compare
Choose a tag to compare
FIXES:

* minor update to travis.yml to fix build pipeline.

IMPROVEMENTS:

* `resource/host`: Added CHAP parameters and host personality
* Added Partial States to all resources
* Updated .travis.yml to build cross-platform binaries

v0.2.1

30 Dec 22:38
Compare
Choose a tag to compare

NOTES:

Updated go-purestorage library to v0.1.2
Updated documentation

v0.2.0: Merge branch 'master' of github.com:devans10/terraform-provider-pures…

29 Dec 03:18
Compare
Choose a tag to compare

This is the first release with good functionality and test coverage. Host, Hostgroup, Volume, and Protection Group resources have been implemented.