Skip to content

Commit

Permalink
Merge pull request #1142 from cyberark/bump-version-1.5.1
Browse files Browse the repository at this point in the history
Bump version to 1.5.1
  • Loading branch information
sgnn7 authored Feb 12, 2020
2 parents 01a013d + 3d7f966 commit 0889076
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.5.1] - 2020-02-12

### Added
- Added RedHat certified image build to pipeline (#1141)
- Added pipeline step to validate changelog (#1138)
- Added MSSQL support to juxtaposer perf testing tool (#1135)
- Added SIGPIPE to signals handled by Secretless Juxtaposer (#1136)
- Added JDBC Integration tests for Postgres (#1130)
- Added JDBC Tests for MSSQL (#1124)
- Added client params propagation to MSSQL integration tests (#1103)

### Changed
- Default logging level changed from `Warn` to `Info`. Some logging message
levels were readjusted to retain the same UX. (#1127)
- Update `bin/prefill_changelog` to generate valid CHANGELOG / ensure current
CHANGELOG parses (#1138)
- Converted integration tests to use configs.v2 (#1120)

### Fixed
- Fixed broken documentation links (#1122)

## [1.5.0] - 2020-01-29

Expand Down Expand Up @@ -429,7 +446,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.5.1...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 @@ -452,3 +469,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.4.1]: https://github.com/cyberark/secretless-broker/compare/v1.4.0...v1.4.1
[1.4.2]: https://github.com/cyberark/secretless-broker/compare/v1.4.1...v1.4.2
[1.5.0]: https://github.com/cyberark/secretless-broker/compare/v1.4.2...v1.5.0
[1.5.1]: https://github.com/cyberark/secretless-broker/compare/v1.5.0...v1.5.1
2 changes: 1 addition & 1 deletion pkg/secretless/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

// Version field is a SemVer that should indicate the baked-in version
// of the broker
var Version = "1.5.0"
var Version = "1.5.1"

// Tag field denotes the specific build type for the broker. It may
// be replaced by compile-time variables if needed to provide the git
Expand Down

0 comments on commit 0889076

Please sign in to comment.