Releases: armory/spinnaker-tools
0.0.7: Use kubectl for kubeconfig creation
This should be much more flexible with the way we handle different format kubeconfigs. Specifically, previously we assumed that the kubeconfig had certificate authority data and some other stuff, which wasn't always the case, which broke in some situations.
0.0.7-rc1
This switches the kubeconfig generation to use kubectl
rather than making assumptions about kubeconfig structure.
0.0.6: Create kubeconfig command
Add create-kubeconfig command, fix formatting of flags
Update to use new version of client flag on kubectl version
kubectl version -c
has been deprecated; using --client instead.
Add verbose mode, change error handling, support non-numeric kubectl versions
Some versions of kubectl return a version that looks like this: Major:"1", Minor:"11+"
The string to int parsing of 11+ breaks, so we have to basically trim out all non-digit values. This release handles this.
This also adds the -v (verbose) flag, and adds some scaffolding for better error messages.
Bugfix testing
0.0.3.b Add support for target accounts
Support target namespaces
0.0.3 Add support for target accounts
Add support for all basic flags
0.0.2 Support additional flags -n and -s
Initial Release
0.0.1 improve formatting of cluster selector to include context name