Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasheddan hasheddan released this 20 May 20:30
57829d3

Overview

The v0.1.1 release contains a small fix to make up kubeconfig semantics match the loading order of kubectl. This means that any command that supports the --kubeconfig flag will use the path provided if the flag is set, and otherwise fallback to the KUBECONFIG environment variable, then the default ~/.kube/config path. It also supports concatenating paths in KUBECONFIG as kubectl does. See #79 for more information.

Breaking Changes

This release does not introduce any breaking changes with v0.1.0.