Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Steiman committed May 2, 2018
1 parent dac3f60 commit 81edef2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea
*.iml
/hetzner-kube
/hetzner-kube*

/cmd/test.go
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@ This is my very first tool written in Go.

Get the linux binary from releases page.

[Download version 0.2.1 - linux-amd64](https://github.com/xetys/hetzner-kube/releases/download/0.2.1/hetzner-kube)
[Download version 0.3 - linux-amd64](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube)

[Download version 0.3 - linux-386](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube-linux-386)

[Download version 0.3 - linux-arm](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube-linux-arm)

[Download version 0.3 - linux-arm64](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube-linux-arm64)

### experimental binaries (not tested yet)
[Download version 0.3 - darwin-386](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube-darwin-386)

[Download version 0.3 - darwin-amd64](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube-darwin-amd64)

[Download version 0.3 - Windows(64Bit)](https://github.com/xetys/hetzner-kube/releases/download/0.3/hetzner-kube-win64)


or get it from source:
Expand Down
52 changes: 0 additions & 52 deletions install-docker-kubeadm.sh

This file was deleted.

0 comments on commit 81edef2

Please sign in to comment.