Releases: icy/gk8s
Releases · icy/gk8s
v1.2.0
v1.1.1
v1.1.0: Exit immediately if kubeconfig file not found
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
Update README.md
v1.0.0: Stable reason, with all manual tests
We'd like to have some function tests (scripts) in the next release.