Skip to content

Commit

Permalink
Merge pull request #1425 from cyberark/release-1.7.6
Browse files Browse the repository at this point in the history
Bump version to 1.7.6
  • Loading branch information
jtuttle authored Sep 10, 2021
2 parents 26b8c7b + ca560f3 commit 2856148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.7.6] - 2021-09-10

### Added
- Secretless and secretless-redhat containers now use Alpine 3.14 as their base
image. [PR cyberark/secretless-broker#1423](https://github.com/cyberark/secretless-broker/pull/1423)
Expand Down Expand Up @@ -589,7 +591,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.7.5...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.6...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 Down Expand Up @@ -621,3 +623,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.7.3]: https://github.com/cyberark/secretless-broker/compare/v1.7.2...v1.7.3
[1.7.4]: https://github.com/cyberark/secretless-broker/compare/v1.7.3...v1.7.4
[1.7.5]: https://github.com/cyberark/secretless-broker/compare/v1.7.4...v1.7.5
[1.7.6]: https://github.com/cyberark/secretless-broker/compare/v1.7.5...v1.7.6
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.7.5"
var Version = "1.7.6"

// 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 2856148

Please sign in to comment.