Skip to content

Releases: icy/gk8s

v1.2.0

02 May 11:04
@icy icy
98f2db3
Compare
Choose a tag to compare

Changes since v1.1.1:

  • helm command doesn't need separator (--)

v1.1.1

17 Sep 05:31
@icy icy
Compare
Choose a tag to compare

Changelog

e924dee Enable go-releaser
fd7b034 README: minor fix
f053a2d README: minor fix
ed06b26 README: minor fix
c0c5077 typo fix
38669f0 typo fix
c976bfd README/user-case: too many clustesr
5da64e8 README/user-case: too many clustesr
e421342 Update README.md

v1.1.0: Exit immediately if kubeconfig file not found

08 Sep 18:30
@icy icy
Compare
Choose a tag to compare

If KUBECONFIG file not found, the tool will exit immediately,
give user a faster chance to fix the problem, and also avoid any potential issues
if the user command won't deal well with wrong/missing KUBECONFIG file.

And gk8s :local will try the default configuration $HOME/.kube/config
(so that any existing KUBECONFIG environment variables won't affect
the behavior of the command.)

v1.0.1: Add smoke tests

26 Aug 06:07
@icy icy
1d322dc
Compare
Choose a tag to compare
Update README.md

v1.0.0: Stable reason, with all manual tests

18 Jul 18:06
@icy icy
Compare
Choose a tag to compare

We'd like to have some function tests (scripts) in the next release.