We follow Semantic Versioning as a way of measuring stability of an update. This means we will never make a backwards-incompatible change within a major version of the project.
- Fixes stack trace when
current-context:
yaml fragment is not part of the same file as the list of contexts
- Fixes typo in source code misspelling one of the properties we're trying to log the value of
- Missing
--verbose
flag to crank up the logging - Adds more logging statements for later troubleshooting, if need be
- Uses the TLS verification settings already present in the kube config
- Adds missing Windows support (path separation is different)
- Adds support for
KUBECONFIG
environment variable - Supports multiple kube configs and keeping data altered in the same location it came from
- Initial release