From 843a1e29301171fdf4b28799d9ff239ffbcd41df Mon Sep 17 00:00:00 2001 From: John Tuttle Date: Fri, 22 Dec 2023 10:39:08 -0500 Subject: [PATCH] CNJR-3151 Bump version to 1.7.20 --- CHANGELOG.md | 3 ++- NOTICES.txt | 4 ++-- pkg/secretless/version.go | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f1b09dc..07f0af220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ 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.20] - 2023-11-03 +## [1.7.20] - 2023-12-22 ### Security - Upgrade to go 1.21 (CNJR-3417) @@ -761,3 +761,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [1.7.17]: https://github.com/cyberark/secretless-broker/compare/v1.7.16...v1.7.17 [1.7.18]: https://github.com/cyberark/secretless-broker/compare/v1.7.17...v1.7.18 [1.7.19]: https://github.com/cyberark/secretless-broker/compare/v1.7.18...v1.7.19 +[1.7.20]: https://github.com/cyberark/secretless-broker/compare/v1.7.19...v1.7.20 diff --git a/NOTICES.txt b/NOTICES.txt index 849306520..29edc306b 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -28,7 +28,7 @@ SECTION 3: BSD 3-clause "New" or "Revised" License >>> github.com/cyberark/go-mssqldb-0.0.0-20191030142036-b5a965a47dd3 >>> github.com/fsnotify/fsnotify-1.5.4 ->>> golang.org/x/crypto-0.5.0 +>>> golang.org/x/crypto-0.14.0 SECTION 4: MIT License @@ -359,7 +359,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ->>> golang.org/x/crypto-0.5.0 +>>> golang.org/x/crypto-0.14.0 Copyright (c) 2009 The Go Authors. All rights reserved. diff --git a/pkg/secretless/version.go b/pkg/secretless/version.go index a8584934d..e1f525782 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.14" +var Version = "1.7.20" // Tag field denotes the specific build type for the broker. It may // be replaced by compile-time variables if needed to provide the git