Skip to content

Releases: little-angry-clouds/kubernetes-binaries-managers

v1.0.0

20 May 12:26
25b194a
Compare
Choose a tag to compare

Changelog

  • 25b194a Merge pull request #28 from little-angry-clouds/ci/change_workflows
  • eaf902d feat: install version command
  • 2c6a69e feat: update all dependencies

0.3.1

31 Jul 17:23
Compare
Choose a tag to compare
  • 5acb830 ci: add the workflows to the CI for PR forks
  • 9af4d0d style: uncuddle assignment to conditional
  • 1cd24e2 Merge pull request #26 from TyBrown/tbrown/fix_panic

0.3.0

29 Jul 22:26
f1e18c4
Compare
Choose a tag to compare

Changelog

7a1f1ad feat: add oc binary

0.2.6

24 Mar 22:17
4521701
Compare
Choose a tag to compare

[0.2.6] - 2021-03-24

Fix

  • propagate error from binary to wrapper

0.2.5

25 Oct 16:39
58cf159
Compare
Choose a tag to compare

Fix

  • fix(help): fix output referencing helm binaries

0.2.3

12 Aug 22:39
Compare
Choose a tag to compare

[0.2.3] - 2020-08-12

Fix

  • pass env vars to cli, so plugins can use them

0.2.2

27 Jun 14:18
Compare
Choose a tag to compare

[0.2.2] - 2020-06-27

Fix

  • optimize kubernetes version detecion

0.2.1

27 Jun 09:34
Compare
Choose a tag to compare

[0.2.1] - 2020-06-26

Fix

  • send errors to stderr

0.2.0

26 Jun 20:45
Compare
Choose a tag to compare

[0.2.0] - 2020-06-26

New

Add support to the kubectl-wrapper to automatically download the same binary
version that the cluster has.

Fix

  • kubectl-wrapper bug that prevented to exec pods
  • control 403 error on github api that prevents listing available releases to
    install
  • fix plenty of bugs that made windows releases unusable

Other

  • add specific integration tests for MacOs and Windows

0.1.1

18 Jun 21:24
3a57d11
Compare
Choose a tag to compare

[0.1.1] - 2020-06-18

Fix

Switch to syscall package to allow using kubectl with a tty support.