diff --git a/CHANGELOG.md b/CHANGELOG.md index 9441ed81e..3c8d55bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34bbd667b..1a4e82720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/pkg/secretless/version.go b/pkg/secretless/version.go index 45f08745b..68b649b93 100644 --- a/pkg/secretless/version.go +++ b/pkg/secretless/version.go @@ -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