Skip to content

Commit

Permalink
Bumping version to 0.6.4 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
izgeri authored and doodlesbykumbi committed Feb 1, 2019
1 parent 69d8d92 commit 7ce8138
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.4] 2019-02-01

### Added
- Added a design proposal for credential zeroization
- Improved dev functionality in handler integration tests

### Changed
- Removed checksum hacks for client-go from Dockerfiles, since this is fixed
in Go 1.11.4
- Improved and refactored database integration test suite

### Fixed
- Updated MySQL handler to handle authPluginName mismatch and to have consistent
sequenceIds

## [0.6.3] 2019-01-11

### Added
Expand Down Expand Up @@ -173,7 +188,7 @@ external plugins

The first tagged version.

[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v0.6.3...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v0.6.4...HEAD
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0
Expand All @@ -184,3 +199,4 @@ The first tagged version.
[0.6.1]: https://github.com/cyberark/secretless-broker/compare/v0.6.0...v0.6.1
[0.6.2]: https://github.com/cyberark/secretless-broker/compare/v0.6.1...v0.6.2
[0.6.3]: https://github.com/cyberark/secretless-broker/compare/v0.6.2...v0.6.3
[0.6.4]: https://github.com/cyberark/secretless-broker/compare/v0.6.3...v0.6.4
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ _Please note: Plugin API interface signatures and supported plugin API version(s
1. Based on the unreleased content, determine the new version number and update
the [VERSION](VERSION) file.
1. Run `./bin/prefill_changelog` to populate the [changelog](CHANGELOG.md) with
1. Run `./bin/prefill_changelog $(cat VERSION)` to populate the [changelog](CHANGELOG.md) with
the changes included in the release.
1. Commit these changes - `Bump version to x.y.z` is an acceptable commit message.
1. Once your changes have been reviewed and merged into master, tag the version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4

0 comments on commit 7ce8138

Please sign in to comment.