From 56069553e7db8a5abf8e791ea8a06cc71a8b48cc Mon Sep 17 00:00:00 2001 From: akutz Date: Wed, 7 Dec 2016 14:12:12 -0600 Subject: [PATCH 1/4] Release Candidate 0.3.5-rc1 This patch marks release candidate 0.3.5-rc1. --- .docs/about/release-notes.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index 4c27dac7..501ea5b0 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -3,6 +3,18 @@ Release early, release often --- +## Version 0.3.5 (TBD) +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)) +* 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 diff --git a/VERSION b/VERSION index 42045aca..536d528d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.4 +0.3.5-rc1 From 14548a9154a735a3c9a23293f73a4f44386d91d1 Mon Sep 17 00:00:00 2001 From: akutz Date: Wed, 7 Dec 2016 16:01:22 -0600 Subject: [PATCH 2/4] Fix for client not sending encryption key This patch fixes the client so that is sends the encryption key when creating volumes if such a key is specified. --- drivers/storage/libstorage/libstorage_driver_funcs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/storage/libstorage/libstorage_driver_funcs.go b/drivers/storage/libstorage/libstorage_driver_funcs.go index 93d80e56..9f7d496c 100644 --- a/drivers/storage/libstorage/libstorage_driver_funcs.go +++ b/drivers/storage/libstorage/libstorage_driver_funcs.go @@ -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, From f1e9aa0200d9448b6685e32c9d34d4ee88f61c6f Mon Sep 17 00:00:00 2001 From: akutz Date: Wed, 7 Dec 2016 16:11:14 -0600 Subject: [PATCH 3/4] Release Candidate 0.3.5-rc2 This patch marks release candidate 0.3.5-rc2. --- .docs/about/release-notes.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index 501ea5b0..ec2afff4 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -9,7 +9,7 @@ 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)) +* 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 diff --git a/VERSION b/VERSION index 536d528d..aaf5318b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.5-rc1 +0.3.5-rc2 From 48983c149b13b60e09f0b719132cca234b3bf064 Mon Sep 17 00:00:00 2001 From: akutz Date: Wed, 7 Dec 2016 16:59:25 -0600 Subject: [PATCH 4/4] Release 0.3.5 This patch marks release 0.3.5. --- .docs/about/release-notes.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index ec2afff4..292f2be2 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -3,7 +3,7 @@ Release early, release often --- -## Version 0.3.5 (TBD) +## 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. diff --git a/VERSION b/VERSION index aaf5318b..c2c0004f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.5-rc2 +0.3.5