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

Releases: virtual-kubelet/node-cli

v0.8.0

Choose a tag to compare

@helayoty helayoty released this 14 Nov 18:54
85167f7

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

Choose a tag to compare

@feiskyer feiskyer released this 15 Sep 01:04
ac2681b

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

Choose a tag to compare

@feiskyer feiskyer released this 02 Sep 02:18
c61b096

Changes:

  • Added GetSecrets() function to resource manager

v0.6.0

Choose a tag to compare

@feiskyer feiskyer released this 29 Mar 07:40
d22d879

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

v0.5.1

Choose a tag to compare

@feiskyer feiskyer released this 08 Feb 05:10
aa0a5c0

v0.5.1 enriches unauthorized logs.

v0.5.0

Choose a tag to compare

@feiskyer feiskyer released this 08 Jan 02:35
80d42d0

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

v0.4.0

Choose a tag to compare

@cpuguy83 cpuguy83 released this 03 Dec 16:03
8449de6

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

Choose a tag to compare

@cpuguy83 cpuguy83 released this 13 Aug 23:02
1ef86fc

Fix double attach on serve mux that causes panic.

v0.3.0

Choose a tag to compare

@cpuguy83 cpuguy83 released this 10 Aug 17:15
d9f54a5

Updates to VK 1.3.0

v0.2.0

Choose a tag to compare

@cpuguy83 cpuguy83 released this 09 Jul 21:47
  • #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