Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Releases: virtual-kubelet/node-cli

v0.8.0

14 Nov 18:54
85167f7
Compare
Choose a tag to compare

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

Full Changelog: v0.7.0...v0.8.0

v0.7.0

15 Sep 01:04
ac2681b
Compare
Choose a tag to compare

changes:

  • update kubernetes dependencies to v1.19.10 and virtual-kubelet to 1.6.0
  • remove direct dependency on k8s.io/kubernetes

v0.6.1

02 Sep 02:18
c61b096
Compare
Choose a tag to compare

Changes:

  • Added GetSecrets() function to resource manager

v0.6.0

29 Mar 07:40
d22d879
Compare
Choose a tag to compare

v0.6.0 upgrades virtual-kubelet version to v1.5.0, and adds libraries to get PV and PVC.

v0.5.1

08 Feb 05:10
aa0a5c0
Compare
Choose a tag to compare

v0.5.1 enriches unauthorized logs.

v0.5.0

08 Jan 02:35
80d42d0
Compare
Choose a tag to compare

v0.5.0 adds auth middleware to node-cli, which provides the same authentication mechanism as Kubelet.

v0.4.0

03 Dec 16:03
8449de6
Compare
Choose a tag to compare

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.

v0.3.1

13 Aug 23:02
1ef86fc
Compare
Choose a tag to compare

Fix double attach on serve mux that causes panic.

v0.3.0

10 Aug 17:15
d9f54a5
Compare
Choose a tag to compare

Updates to VK 1.3.0

v0.2.0

09 Jul 21:47
Compare
Choose a tag to compare
  • #9 Fixes issue with informer sync timing
  • #10 Add options to configure kube client qps and burst
  • #18 Update cobra so context can be past on start instead of create
  • #27 Serve metrics on main port, disable metrics port by default