Skip to content

Commit

Permalink
Merge pull request #32 from gyselroth/dev
Browse files Browse the repository at this point in the history
version 2.0.1
  • Loading branch information
juckerf authored Jul 16, 2019
2 parents 4f0c219 + 83e6cad commit 486874a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
key: key
- name: JWT_TOKEN_LIFETIME
value: #jwt token lifetime (see "Configuration" in README)
image: gyselroth/kube-ldap
image: gyselroth/kube-ldap:latest # Better use fixed version tag here since 'latest' can point to new major releases with breaking changes
volumeMounts:
- name: kube-ldap-tls
mountPath: "/etc/ssl/kube-ldap"
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 <[email protected]>",
Expand Down

0 comments on commit 486874a

Please sign in to comment.