Skip to content

Commit

Permalink
Released 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Mar 18, 2019
1 parent c960e2d commit 2576398
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
language: go
go:
- 1.9
- 1.12
go_import_path: github.com/mvisonneau/strongbox
install:
- make setup
- make deps
- go get -u github.com/mattn/goveralls
script:
- make all
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5] - 2019-03-18
### FEATURES
- Added gox and ghr features to release binaries

### BUGFIXES
- Fixed a panic issue on `status` and `plan` command when the Vault path doesn't contain any value

### IMPROVEMENTS
- Updated Travis CI configuration
- Upgraded Vault to `1.0.3`
- Upgraded to golang `1.12`
- Switched to `gomodules`
- Enhanced makefile
- Updated all dependencies to their latest versions
- Made the secondary container in dev-env use the same version of Vault
- Added `IPC_LOCK` capabilities to the dev-env docker container
- Upgraded **go** dependencies
- Upgraded **go** to 1.10
- Upgraded Vault libraries to `0.9.6`

### OTHERS
Expand Down Expand Up @@ -81,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Some unit tests
- License

[Unreleased]: https://github.com/mvisonneau/strongbox/compare/0.1.4...HEAD
[Unreleased]: https://github.com/mvisonneau/strongbox/compare/0.1.5...HEAD
[0.1.5]: https://github.com/mvisonneau/strongbox/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/mvisonneau/strongbox/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/mvisonneau/strongbox/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/mvisonneau/strongbox/compare/0.1.1...0.1.2
Expand Down

0 comments on commit 2576398

Please sign in to comment.