Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Update changelog and version to v1.5.0 for docker-plugin volume helpe…
Browse files Browse the repository at this point in the history
…rs update and xfs check
  • Loading branch information
Damian Martinez committed Sep 1, 2016
1 parent 35a5ae8 commit ba22b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ We attempt to adhere to [Semantic Versioning](http://semver.org/).
### Removed
### Changed

## [1.5.0] - 2016-09-01
### Added
- Updated plugin to include Capabilities() method and new method
signatures for Mount(MountRequest) and Unmount(UnmountRequest)
- add xfs filesystem check before mount - if xfs-repair -n returns
error, Mount operation fails with note to manually repair

## [1.4.1] - 2016-08-05
### Changed
- Bug fix from bad upstream merge: provide openContext and
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// license that can be found in the LICENSE file.
package main

const VERSION = "1.4.1"
const VERSION = "1.5.0"

0 comments on commit ba22b75

Please sign in to comment.