Skip to content

Commit

Permalink
Create tag v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Weig committed Nov 15, 2019
1 parent 3164e07 commit 73fc658
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ When using the binaries for installation, also have a look at [doc/USAGE](doc/US

#### Linux
```bash
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.2.0/ketall-linux-amd64.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.2.1/ketall-linux-amd64.gz && \
gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH/bin/
```

#### OSX
```bash
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.2.0/ketall-darwin-amd64.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.2.1/ketall-darwin-amd64.gz && \
gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH/bin/
```

#### Windows
[https://github.com/corneliusweig/ketall/releases/download/v1.2.0/ketall-windows-amd64.zip](https://github.com/corneliusweig/ketall/releases/download/v1.2.0/ketall-windows-amd64.zip)
[https://github.com/corneliusweig/ketall/releases/download/v1.2.1/ketall-windows-amd64.zip](https://github.com/corneliusweig/ketall/releases/download/v1.2.1/ketall-windows-amd64.zip)

### From source

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Ketall retrieves all resources which allow to be fetched. This complements the
usual "kubectl get all" command, which excludes all cluster-level and some
namespaced resources.
More on https://github.com/corneliusweig/ketall/blob/v1.2.0/doc/USAGE.md#usage
More on https://github.com/corneliusweig/ketall/blob/v1.2.1/doc/USAGE.md#usage
`
ketallExamples = `
Get all resources, excluding events
Expand Down
10 changes: 10 additions & 0 deletions doc/releases/v1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v1.2.1 - 15/11/2019
==

* Improve travis configuration [#34](https://github.com/corneliusweig/ketall/pull/34)
* Reduce download size when installing via krew [#38](https://github.com/corneliusweig/ketall/pull/38)
* Show `kubectl get-all` in the help text for krew builds [#37](https://github.com/corneliusweig/ketall/pull/37)
* Enable repeatable builds [#36](https://github.com/corneliusweig/ketall/pull/36)
* Upgrade golangci-lint to v1.21.0 [#33](https://github.com/corneliusweig/ketall/pull/33)
* Add release-notes helper and wrapper script [#35](https://github.com/corneliusweig/ketall/pull/35)
* Upgrade k8s dependencies to v1.16.3 [#32](https://github.com/corneliusweig/ketall/pull/32)

0 comments on commit 73fc658

Please sign in to comment.