Skip to content

Commit a570fb4

Browse files
authored
Merge pull request #1447 from cyberark/bump-version
Bump version to 1.7.9
2 parents 5267994 + 6765fd8 commit a570fb4

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.7.9] - 2022-01-14
10+
911
### Changed
1012
- Use latest version of conjur-authn-k8s-client which supports JWT loging and tracing.
1113
[cyberark/secretless-broker#1446](https://github.com/cyberark/secretless-broker/pull/1446)
@@ -614,7 +616,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
614616
### Added
615617
- The first tagged version.
616618

617-
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.8...HEAD
619+
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.9...HEAD
618620
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
619621
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
620622
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0
@@ -649,3 +651,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
649651
[1.7.6]: https://github.com/cyberark/secretless-broker/compare/v1.7.5...v1.7.6
650652
[1.7.7]: https://github.com/cyberark/secretless-broker/compare/v1.7.6...v1.7.7
651653
[1.7.8]: https://github.com/cyberark/secretless-broker/compare/v1.7.7...v1.7.8
654+
[1.7.9]: https://github.com/cyberark/secretless-broker/compare/v1.7.8...v1.7.9

NOTICES.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ of the license associated with each component.
1010
SECTION 1: Apache License 2.0
1111

1212
>>> github.com/aws/aws-sdk-go-1.15.79
13-
>>> github.com/cyberark/conjur-api-go-0.5.2
14-
>>> github.com/cyberark/conjur-authn-k8s-client-0.19.1
13+
>>> github.com/cyberark/conjur-api-go-0.8.1
14+
>>> github.com/cyberark/conjur-authn-k8s-client-0.23.1
1515
>>> github.com/docker/docker-1.4.2-0.20191231165639-e6f6c35b7902
1616
>>> github.com/heptiolabs/healthcheck-0.0.0-20180807145615-6ff867650f40
1717
>>> gopkg.in/yaml.v2-2.2.3
18-
>>> k8s.io/api-0.0.0-20180712090710-2d6f90ab1293
19-
>>> k8s.io/apiextensions-apiserver-0.0.0-20180808065829-408db4a50408
20-
>>> k8s.io/apimachinery-0.0.0-20180621070125-103fd098999d
21-
>>> k8s.io/client-go-0.0.0-20180806134042-1f13a808da65
18+
>>> k8s.io/api-0.23.1
19+
>>> k8s.io/apiextensions-apiserver-0.22.3
20+
>>> k8s.io/apimachinery-0.23.1
21+
>>> k8s.io/client-go-0.23.1
2222

2323
SECTION 2: BSD 2-clause "Simplified" License
2424

@@ -88,7 +88,7 @@ See the License for the specific language governing permissions and
8888
limitations under the License.
8989

9090

91-
>>> github.com/cyberark/conjur-api-go-0.5.2
91+
>>> github.com/cyberark/conjur-api-go-0.8.1
9292

9393
Copyright 2017 CyberArk Software, Inc
9494

@@ -105,7 +105,7 @@ See the License for the specific language governing permissions and
105105
limitations under the License.
106106

107107

108-
>>> github.com/cyberark/conjur-authn-k8s-client-0.19.1
108+
>>> github.com/cyberark/conjur-authn-k8s-client-0.23.1
109109

110110
Copyright (c) 2020 CyberArk Software Ltd. All rights reserved.
111111

@@ -173,7 +173,7 @@ See the License for the specific language governing permissions and
173173
limitations under the License.
174174

175175

176-
>>> k8s.io/api-0.0.0-20180712090710-2d6f90ab1293
176+
>>> k8s.io/api-0.23.1
177177

178178
Copyright [yyyy] [name of copyright owner]
179179

@@ -190,7 +190,7 @@ See the License for the specific language governing permissions and
190190
limitations under the License.
191191

192192

193-
>>> k8s.io/apiextensions-apiserver-0.0.0-20180808065829-408db4a50408
193+
>>> k8s.io/apiextensions-apiserver-0.22.3
194194

195195
Copyright [yyyy] [name of copyright owner]
196196

@@ -207,7 +207,7 @@ See the License for the specific language governing permissions and
207207
limitations under the License.
208208

209209

210-
>>> k8s.io/apimachinery-0.0.0-20180621070125-103fd098999d
210+
>>> k8s.io/apimachinery-0.23.1
211211

212212
Copyright [yyyy] [name of copyright owner]
213213

@@ -224,7 +224,7 @@ See the License for the specific language governing permissions and
224224
limitations under the License.
225225

226226

227-
>>> k8s.io/client-go-0.0.0-20180806134042-1f13a808da65
227+
>>> k8s.io/client-go-0.23.1
228228

229229
Copyright [yyyy] [name of copyright owner]
230230

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.8"
7+
var Version = "1.7.9"
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)