Skip to content

Commit

Permalink
Merge pull request #1471 from cyberark/promote-1.7.13
Browse files Browse the repository at this point in the history
Bump version to 1.7.13
  • Loading branch information
szh authored Jul 7, 2022
2 parents 0bb9ca1 + 3aa0717 commit 04e6321
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Nothing should go in this section, please add to the latest unreleased version
(and update the corresponding date), or add a new version.

## [1.7.13] - 2022-06-14
## [1.7.14] - 2022-07-07

## [1.7.13] - 2022-07-07

### Changed
- Updated direct dependencies in bin/juxtaposer/go.mod and in go.mod and add replace statements
for known vulnerable third-party versions.
Expand Down Expand Up @@ -655,7 +658,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.11...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.13...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 @@ -693,3 +696,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.7.9]: https://github.com/cyberark/secretless-broker/compare/v1.7.8...v1.7.9
[1.7.10]: https://github.com/cyberark/secretless-broker/compare/v1.7.9...v1.7.10
[1.7.11]: https://github.com/cyberark/secretless-broker/compare/v1.7.10...v1.7.11
[1.7.12]: https://github.com/cyberark/secretless-broker/compare/v1.7.11...v1.7.12
[1.7.13]: https://github.com/cyberark/secretless-broker/compare/v1.7.12...v1.7.13
[1.7.14]: https://github.com/cyberark/secretless-broker/compare/v1.7.13...v1.7.14
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,7 @@ than main. Make sure your change to secretless considers this.
1. Jenkins build parameters can be utilized to release and promote successful builds.
1. Merging into main/master branches will automatically trigger a release.
1. Reference the [internal automated release doc]
(https://github.com/conjurinc/docs/blob/master/reference/infrastructure/automated_releases.md#release-and-promotion-process)
1. Reference the [internal automated release doc](https://github.com/conjurinc/docs/blob/master/reference/infrastructure/automated_releases.md#release-and-promotion-process)
for releasing and promoting.
### Publish homebrew version
Expand Down
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.11"
var Version = "1.7.13"

// 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 04e6321

Please sign in to comment.