You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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