Skip to content

Releases: cyberark/kubeletctl

v1.11

19 Apr 06:58
4b4b989
Compare
Choose a tag to compare
  • Implementing 'RawFlag' in pods API (#27)
  • Upgrading support to Go 1.19

v1.10

09 Jan 10:34
96fe864
Compare
Choose a tag to compare
  • Added support to /checkpoint API (PR #24, Issue #23)

v1.9

31 Oct 13:19
63f6b5f
Compare
Choose a tag to compare
  • Fix body response stream so it is reusable (#20, fix for issue #18)
  • Fix port when default configuration is selected (#21)
  • Update for deprecated API (#9)
  • Added support to EKS (#22)

v1.8

03 Jun 17:13
6f4d05c
Compare
Choose a tag to compare
  • Support --token and --token-file flags (#15)
  • Added examples
  • Added generic function request to GET, PUT and POST.

v1.7

18 Apr 15:56
7b70b3a
Compare
Choose a tag to compare
  • Fix for creating healthz URL (#12)

v1.6

24 Sep 14:53
27d895f
Compare
Choose a tag to compare
  • Added support-KUBECONFIG-environment-variable (#3, thanks to @zmedico)
  • Added option to ignore default KUBECONFIG (#10, new switch -i)
  • Update dockerfile to build from source (#6, thanks to @AlexsJones)
  • Fix issue to break out from infinite loop on run command
  • Added printing for error when using exec command

v1.5

23 May 15:28
7fd8742
Compare
Choose a tag to compare
  • Added message for commands (debug and exec) without arguments #5

v1.4

21 May 16:28
a4f7c66
Compare
Choose a tag to compare
  • Cosmetic changes
  • Makefile support for multiple buildings

v1.3

20 May 06:07
Compare
Choose a tag to compare
  • Added support for certificates (ca, cert and key)

v1.2

07 May 04:43
f6f50c6
Compare
Choose a tag to compare
  • Added support for kubelet HTTP endpoints (new flag --http) #1
  • Added support to use any port in RCE and TOKEN scans
  • Some flag descriptions update