8000 Releases · armory/spinnaker-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: armory/spinnaker-tools

0.0.7: Use kubectl for kubeconfig creation

05 Sep 22:27
cf46e4a
Compare
Choose a tag to compare

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

03 Sep 19:47
Compare
Choose a tag to compare
0.0.7-rc1 Pre-release
Pre-release

This switches the kubeconfig generation to use kubectl rather than making assumptions about kubeconfig structure.

0.0.6: Create kubeconfig command

28 Jun 13:58
Compare
Choose a tag to compare
Pre-release

Add create-kubeconfig command, fix formatting of flags

Update to use new version of client flag on kubectl version

16 May 16:41
Compare
Choose a tag to compare

kubectl version -c has been deprecated; using --client instead.

Add verbose mode, change error handling, support non-numeric kubectl versions

15 May 07:42
a059177
Compare
Choose a tag to compare

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

15 May 00:57
Compare
Choose a tag to compare
Bugfix testing Pre-release
Pre-release
0.0.3.b

Add support for target accounts

Support target namespaces

10 Apr 18:29
Compare
Choose a tag to compare
Pre-release
0.0.3

Add support for target accounts

Add support for all basic flags

04 Apr 22:34
Compare
Choose a tag to compare
Pre-release
0.0.2

Support additional flags -n and -s

Initial Release

04 Apr 15:28
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.0.1

improve formatting of cluster selector to include context name
0