Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.2 #335

Merged
merged 24 commits into from Mar 4, 2016
Merged

Release 0.3.2 #335

merged 24 commits into from Mar 4, 2016

Conversation

akutz
Copy link
Member

@akutz akutz commented Mar 4, 2016

This PR marks the release of REX-Ray 0.3.2!

New Features

  • Support for Docker 1.10 and Volume Plugin Interface 1.2 (#273)
  • Stale PID File Prevents Service Start (#258)
  • Module/Personality Support (#275)
  • Isilon Preemption (#231)
  • Isilon Snapshots (#260)
  • boot2Docker Support (#263)
  • ScaleIO Dynamic Storage Pool Support (#267)

Enhancements

  • Improved installation documentation (#331)
  • ScaleIO volume name limitation (#304)
  • Docker cache volumes for path operations (#306)
  • Config file validation (#312)
  • Better logging (#296)
  • Documentation Updates (#285)

Bug Fixes

  • Fixes issue with daemon process getting cleaned as part of SystemD Cgroup (#327)
  • Fixes regression in 0.3.2 RC3/RC4 resulting in no log file (#319)
  • Fixes no volumes returned on empty list (#322)
  • Fixes "Unsupported FS" when mounting/unmounting with EC2 (#321)
  • ScaleIO re-authentication issue (#303)
  • Docker XtremIO create volume issue (#307)
  • Service status is reported correctly (#310)

Updates

Thank You

  • Dan Forrest
  • Kapil Jain
  • Alex Kamalov

akutz and others added 24 commits February 23, 2016 12:26
This patch bumps the version to 0.3.2-rc4.
This reverts commit 2b4b250 due to
issue #317.
FIXES/UPDATES
- Reverted Go 1.6 #308 to ensure compatibility with Docker 1.9. Will
  reevaluate Golang 1.6 for release 0.4.0.
This patch bumps the version to 0.3.2-rc5.
This patch should fix the issue of no logging in 0.3.2-RC3/RC4 built on
Travis. The error was due to the way Glide changed transitive dependency
discovery and was no longer using the Logrus package referenced by
REX-Ray's referenced Goof package. The correct Logrus package is now
explicitly listed in the REX-Ray glide.yaml file.
This patch updates the Travis CI config to use an explicit import path
so that forked builds work correctly.
Fix for no logging in 0.3.2-RC3/RC4
This commit fixes the situation where when specifying a
volumeType as a global parameter for Docker, the mount operation
attempts to use that for the fileSystem. The fsType is now
a configurable item as well.
This commit fixes an error that was being returned to Docker when
there were no volumes returned from a list operation.
FIXES
- Fixes regression in 0.3.2 RC3/RC4 resulting in no log file #319
- Fixes no volumes returned on empty list #322
- Fixes "Unsupported FS" when mounting/unmounting with EC2 #321
This patch bumps the version to 0.3.2-rc6.
Bumped Active Dev Version to 0.3.2-rc6
This patch is a fix for issue #326, where CoreOS is placing SSH sessions
into a CGroup, thus killing any REX-Ray daemons not specifically
launched via SystemD.

This path actually adjusts REX-Ray's behavior for not just CoreOS
systems, but any Linux using SystemD. All SystemD-based systems now
prefer SystemD for service-control-management (SCM) commands.
This commit updates the documentationt to better describe how to
properly install REX-Ray manually. It also has some general
information updates.
ENHANCEMENTS
- Improved installation documentation #331

FIXES
- Fixes issue with daemon process getting cleaned as part of SystemD
  Cgroup #327
This patch marks the release of REX-Ray 0.3.2!

NEW FEATURES
* Support for Docker 1.10 and Volume Plugin Interface 1.2 #273
* Stale PID File Prevents Service Start #258
* Module/Personality Support #275
* Isilon Preemption #231
* Isilon Snapshots #260
* boot2Docker Support #263
* ScaleIO Dynamic Storage Pool Support #267

ENHANCEMENTS
* Improved installation documentation #331
* ScaleIO volume name limitation #304
* Docker cache volumes for path operations #306
* Config file validation #312
* Better logging #296
* Documentation Updates #285

BUG FIXES
* Fixes issue with daemon process getting cleaned as part of
  SystemD Cgroup #327
* Fixes regression in 0.3.2 RC3/RC4 resulting in no log file #319
* Fixes no volumes returned on empty list #322
* Fixes "Unsupported FS" when mounting/unmounting with EC2 #321
* ScaleIO re-authentication issue #303
* Docker XtremIO create volume issue #307
* Service status is reported correctly #310

UPDATES
* <del>Go 1.6 #308</del>

THANK YOU
* Dan Forrest
* Kapil Jain
* Alex Kamalov
@akutz akutz added the release label Mar 4, 2016
@akutz akutz self-assigned this Mar 4, 2016
@akutz akutz added this to the 0.3.2 milestone Mar 4, 2016
akutz added a commit that referenced this pull request Mar 4, 2016
@akutz akutz merged commit 1ba97df into master Mar 4, 2016
@akutz akutz deleted the release/0.3.2 branch March 4, 2016 22:54
akutz added a commit to akutz/rexray that referenced this pull request Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants