Skip to content

Commit

Permalink
Merge pull request #360 from codedellemc/release/0.3.5
Browse files Browse the repository at this point in the history
Release 0.3.5
  • Loading branch information
akutz committed Dec 7, 2016
2 parents 3fd8439 + 48983c1 commit 456dd68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .docs/about/release-notes.md
Expand Up @@ -3,6 +3,18 @@
Release early, release often

---
## Version 0.3.5 (2016/12/07)
This build updates the libStorage model and EBS driver to function with a
custom encryption key for encrypting volumes as well as includes a fix for
determining an EFS instance's security groups.

### Enhancements
* Custom encryption key support ([#355](https://github.com/codedellemc/libstorage/issues/355), [#358](https://github.com/codedellemc/libstorage/issues/358),)
* Support for build-tag driven driver inclusion ([#356](https://github.com/codedellemc/libstorage/issues/356))

### Bug Fixes
* EFS security group ID fix ([#354](https://github.com/codedellemc/libstorage/pull/354))

## Version 0.3.4 (2016/12/02)
This is a minor release that restricts some initialization logging so
that it only appears if the environment variable `LIBSTORAGE_DEBUG` is set to a
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.4
0.3.5
1 change: 1 addition & 0 deletions drivers/storage/libstorage/libstorage_driver_funcs.go
Expand Up @@ -117,6 +117,7 @@ func (d *driver) VolumeCreate(
Name: name,
AvailabilityZone: opts.AvailabilityZone,
Encrypted: opts.Encrypted,
EncryptionKey: opts.EncryptionKey,
IOPS: opts.IOPS,
Size: opts.Size,
Type: opts.Type,
Expand Down

0 comments on commit 456dd68

Please sign in to comment.