v0.1.0
Changelog
909aacc Added quick no sanity checking download for kubectl.
f661e6f Adding GoReleaser for managing releases
10d2f3b Adding badges for README
b713326 Adding build badge
cea564b Adding check for existing file before download
1c59904 Adding client version for tool
7e947a0 Adding comments to code for ListKubectlBinaries
af23a87 Adding creation of directory to hold version management
39794d3 Adding filtering for OS information between Linux and Darwin to download kubectl
95edc91 Adding gitignore file
ef4d5e8 Adding in filter to remove alpha, beta and rc out of list of remote kubectl versions to install
1b559b5 Adding list of available versions of kubectl
5c88d43 Adding message to let users know kubemngr is finding available kubectl versions to install
3724ef7 Adding remove command which checks for version and delete if it exists
ddc5e66 Adding sanitation for the use command to make sure a file exists first
56308dc Adding support by symlink into home dir / bin folder
e00f78a Adding support for cross compatability darwin / linux
f45fa93 Adding support for downloads that don't exist remotely and check if they're executable
7569665 Adding syscall support for darwin
826d453 Adding updates for root cli command
5a45059 Adding very basic list for showing existing kubectl binaries.
54c7cee Adding wip travis build
4a7e92f Fixing download url for kubectl
298fee1 Fixing trimming to show installed versions without kubectl-
58d022a Gorelease working with dry run - travic CI test
3b05cc9 Initial commit
bddf734 More tweaks and changes to code for listing and removing
dab10f9 Moving go mod download into makefile instead
0e134c5 Refactoring gitignore
4918311 Refactoring travis and makefile since tag won't initiate for gorelease
7aa6339 Removing .idea folder
57676db Removing TODO comment for listing since we've fixed the replacing kubectl- string
00c4807 Removing some comments
e8315ee Renaming arg to version for sanity purposes
a3cd767 Setting downloads to the kubemngr directory instead due to issues moving files from /tmp/
124d475 Setting permissions to 755
dc61752 Starting to add README
38b81b7 Tidy up for go mod packages
0ca90cc Updating Makefile to remove go build
70bf8f0 Updating README to use installation instead of setup
b8fc008 Updating copyright notices
7963578 Updating go modules
94921fa adding download progress to code
ed4f5e7 ignore explicitly on call for ListAvailableRemotes