Skip to content

Releases: simplyzee/kubemngr

v0.1.2

23 Sep 17:38
5cba2c2
Compare
Choose a tag to compare

This release resolves cross compatibility issues with OSX and Linux.

Changelog

02e5530 Add linux mimetype
80f98e3 Adding ISSUE templates
ec66ea6 Down to one file for install
afdddb8 Fix the mimetype check, implement the cool progress checker from go-getter
cc115cf Merge pull request #16 from richardcane/master
0d071f3 Merge pull request #18 from zee-ahmed/version-0-1-3
2e8c5d4 Merge pull request #7 from zee-ahmed/6-update-master
b039c2c Merge pull request #8 from richardcane/master
a710ec5 Refactor install into arch specific files, fix byte array length issue for darwin
e8bbdad Update deps
5189770 Updating README to reflect why it was built
921dc02 Updating README to support latest changes and typo fix:
0e0145d Upping version in main.go
5cba2c2 Upping version in main.go to 0.1.2
0dfd6e4 Use printf instead of log fatal for info messages
fda6b2c remove arch specific implementations for files where unnecessary

Credits

Thank you @richardcane for your help and contribution with this release 😄

v0.1.1

20 Sep 19:29
387f887
Compare
Choose a tag to compare

Changelog

c7a6373 Merge branch 'master' of github.com:zee-ahmed/kubemngr
8671579 Merge pull request #1 from zee-ahmed/travis-ci
387f887 Merge pull request #2 from zee-ahmed/refactor-list-remote
fada3df Order version list
5efe1e9 Update list command description
1d51f6b Updating README to add in install and usage
97e6011 Use regex to filter out unstable release versions
7ebe7a3 don't need to alias
900a60d refactor down to one file, as the implementation is the same
c6731fb rename TagName in version struct

v0.1.0

19 Sep 17:12
0ca90cc
Compare
Choose a tag to compare

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