Skip to content

Commit 4658911

Browse files
authored
Merge pull request #1357 from cyberark/bump-version-to-1-7-1
Bumped version to v1.7.1
2 parents 85c481b + 2246b45 commit 4658911

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.7.1] - 2020-10-20
10+
811
### Added
912
- The `vault` provider now supports loading secrets from the KV Version 2 secret
1013
engine. Reference a secret in Vault using the right path and a field
@@ -524,7 +527,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
524527
### Added
525528
- The first tagged version.
526529

527-
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.0...HEAD
530+
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.1...HEAD
528531
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
529532
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
530533
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0
@@ -551,3 +554,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
551554
[1.5.2]: https://github.com/cyberark/secretless-broker/compare/v1.5.1...v1.5.2
552555
[1.6.0]: https://github.com/cyberark/secretless-broker/compare/v1.5.2...v1.6.0
553556
[1.7.0]: https://github.com/cyberark/secretless-broker/compare/v1.6.0...v1.7.0
557+
[1.7.1]: https://github.com/cyberark/secretless-broker/compare/v1.7.0...v1.7.1

NOTICES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SECTION 1: Apache License 2.0
1313
>>> github.com/containerd/containerd-1.3.2
1414
>>> github.com/CrunchyData/crunchy-proxy-0.0.0-20170717145745-c0da73ca9dde
1515
>>> github.com/cyberark/conjur-api-go-0.5.2
16-
>>> github.com/cyberark/conjur-authn-k8s-client-0.16.1
16+
>>> github.com/cyberark/conjur-authn-k8s-client-0.19.0
1717
>>> github.com/docker/distribution-2.7.1
1818
>>> github.com/docker/docker-1.4.2-0.20191231165639-e6f6c35b7902
1919
>>> github.com/docker/go-connections-0.4.0
@@ -164,7 +164,7 @@ See the License for the specific language governing permissions and
164164
limitations under the License.
165165

166166

167-
>>> github.com/cyberark/conjur-authn-k8s-client-0.16.1
167+
>>> github.com/cyberark/conjur-authn-k8s-client-0.19.0
168168

169169
Copyright (c) 2020 CyberArk Software Ltd. All rights reserved.
170170

pkg/secretless/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
// Version field is a SemVer that should indicate the baked-in version
66
// of the broker
7-
var Version = "1.7.0"
7+
var Version = "1.7.1"
88

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

0 commit comments

Comments
 (0)