Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
This patch marks release 0.8.1.
  • Loading branch information
akutz committed Feb 25, 2017
1 parent 16b60ff commit 30e9082
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ Use `rexray version` to determine the currently installed version of REX-Ray:
Commit: 182a626937677a081b89651598ee2eac839308e7
Formed: Wed, 15 Jun 2016 16:27:36 CDT

## Version 0.8.1 (2017/02/24)
This is a minor release that reintroduces support for Go1.6 via
libStorage 0.5.1.

### Bug Fixes
* Go1.6 support ([#444](https://github.com/codedellemc/libstorage/issues/444))

## Version 0.8.0 (2017/02/24)
This is one of the largest releases in a while, including support for five new
storage platforms!
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ language: go

go:
- 1.7.5
- tip

env:
- REXRAY_BUILD_TYPE=
Expand All @@ -23,11 +22,6 @@ env:
- REXRAY_BUILD_TYPE= DRIVERS=s3fs
- REXRAY_BUILD_TYPE= DRIVERS=scaleio

matrix:
allow_failures:
- go: tip
fast_finish: true

before_install:
- if [ "$DRIVERS" != "" ]; then sudo apt-get update; fi
- if [ "$DRIVERS" != "" ]; then sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine; fi
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion glide-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import:
repo: https://github.com/akutz/logrus

- package: github.com/codedellemc/libstorage
version: v0.5.0 # libstorage-version
version: v0.5.1 # libstorage-version
repo: https://github.com/codedellemc/libstorage # libstorage-repo

- package: github.com/akutz/gofig
Expand Down
6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import:
repo: https://github.com/akutz/logrus

- package: github.com/codedellemc/libstorage
version: v0.5.0 # libstorage-version
version: v0.5.1 # libstorage-version
repo: https://github.com/codedellemc/libstorage # libstorage-repo

- package: github.com/akutz/gofig
Expand Down

0 comments on commit 30e9082

Please sign in to comment.