This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Releases: virtual-kubelet/node-cli
Releases · virtual-kubelet/node-cli
v0.8.0
What's Changed
- fix panic: client is nil when EnableNodeLease is false by @chaolou in #41
- Changed Flag Handling so AllowUnauthenticatedClients Respects Defaults by @khagerma in #46
- Fix usage example by @isibeni in #48
- fear: Add GetPod func by @helayoty in #49
New Contributors
- @chaolou made their first contribution in #41
- @khagerma made their first contribution in #46
- @isibeni made their first contribution in #48
- @helayoty made their first contribution in #49
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
This update has a single change: 8449de6
Adds support for TLS based authentication for API clients.
This is on by default.
More specifically, if client certs are not provided an API server will not be created just as with the previous behavior if server cert+key is not provided.
In order to use this release without client verification (but with an API server configured), you must specify --no-verify-clients
on the CLI or sete AllowUnauthenticatedClients
in the options config in go.