Skip to content

Commit

Permalink
version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Jucker committed Jul 16, 2019
1 parent f4a349c commit 83e6cad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2019-07-16
### Fixed
- For every authentication or token review request a new ldap connection is used, instead using a single connection for all requests. This resolves problems where the single connection went unresponsive (https://github.com/gyselroth/kube-ldap/issues/27).

## [2.0.0] - 2019-06-12
### Added
- Prometheus exporter on route "/metrics" (basic auth protected)
Expand Down Expand Up @@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial key functionality

[Unreleased]: https://github.com/gyselroth/kube-ldap/compare/v2.0.0...master
[Unreleased]: https://github.com/gyselroth/kube-ldap/compare/v2.0.1...master
[2.0.1]: https://github.com/gyselroth/kube-ldap/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/gyselroth/kube-ldap/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/gyselroth/kube-ldap/compare/v1.2.1...v1.3.0
[1.3.0]: https://github.com/gyselroth/kube-ldap/compare/v1.2.1...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kube-ldap",
"version": "2.0.0",
"version": "2.0.1",
"description": "kubernetes token webhook to check bearer tokens against ldap",
"main": "src/index.js",
"author": "Fabian Jucker <jucker@gyselroth.com>",
Expand Down

0 comments on commit 83e6cad

Please sign in to comment.