Release Notes


Upgrading

To upgrade Polly to the latest version, use curl install:

curl -sSL https://dl.bintray.com/emccode/rexray/install | sh

Use polly version to determine the currently installed version of Polly:

$ polly version
Polly
----------
Binary: /usr/bin/polly
SemVer: 0.1.1-rc1
OsArch: Linux-x86_64
Branch: master
Commit: f34b81a0dee2b22ff6cc4ec10fadd2246597fe22
Formed: Thu, 30 Jun 2016 18:09:25 UTC

libStorage
----------
SemVer: ..
OsArch: Linux-x86_64
Branch: (detached from ca8ecf1
Commit: ca8ecf16a73fff0be5918deffa42c8f2983b41c2
Formed: Thu, 30 Jun 2016 18:08:40 UTC

Version 0.1.1 (2016/07/12)

Polly 0.1.1 introduces a simple and easy to stand up Vagrant development, test and demonstration environment for VirtualBox to exercise operations between REX-Ray acting as a front-end for Polly which is acting as a central management point for all volume related operations.

To obtain more information and get directions for starting and operating this Vagrant environment, please checkout the ReadTheDocs for Polly.

libstorage update

This release also updates the reference to link against libstorage 0.1.5. This fixes a performance issue that was discovered during testing of REX-Ray and Polly. For more information, you can visit the libstorage github page here.

New Features

Enhancements

Bug Fixes

Version 0.1.0 (2016/05/17)

Initial Release