Skip to content

Commit

Permalink
Bump version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlee committed Jun 16, 2021
1 parent 3459f1c commit 83aa4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.20.0] - 2021-06-16
### Fixed
- Fixes bug in error handling within the `VerifyFileExists` method that resulted in a
panic when the error from `os.Stat` was not `ErrNotExist`. The fix includes introducing
Expand All @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
and no longer includes the git commit hash in the log output.
[cyberark/conjur-authn-k8s-client#196](https://github.com/cyberark/conjur-authn-k8s-client/issues/196)
- RH base image is now `ubi8/ubi` instead of `rhel7/rhel`.
[cyberark/conjur-authn-k8s-client#324](https://github.com/cyberark/conjur-authn-k8s-client/pull/324)

## [0.19.1] - 2021-02-08
### Changed
Expand Down Expand Up @@ -154,7 +157,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Fix an issue where sidecar fails when not run as root user.

[Unreleased]: https://github.com/cyberark/conjur-authn-k8s-client/compare/v0.19.1...HEAD
[Unreleased]: https://github.com/cyberark/conjur-authn-k8s-client/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/cyberark/conjur-authn-k8s-client/compare/v0.19.1...v0.20.0
[0.19.1]: https://github.com/cyberark/conjur-authn-k8s-client/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/cyberark/conjur-authn-k8s-client/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/cyberark/conjur-authn-k8s-client/compare/v0.18.0...v0.18.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/authenticator/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 authn-k8s-client
var Version = "0.19.1"
var Version = "0.20.0"

// TagSuffix field denotes the specific build type for the client. It may
// be replaced by compile-time variables if needed to provide the git
Expand Down

0 comments on commit 83aa4bc

Please sign in to comment.