Skip to content

Commit 73fc658

Browse files
author
Cornelius Weig
committed
Create tag v1.2.1
1 parent 3164e07 commit 73fc658

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ When using the binaries for installation, also have a look at [doc/USAGE](doc/US
7272

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

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

8585
#### Windows
86-
[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)
86+
[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)
8787

8888
### From source
8989

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Ketall retrieves all resources which allow to be fetched. This complements the
4545
usual "kubectl get all" command, which excludes all cluster-level and some
4646
namespaced resources.
4747
48-
More on https://github.com/corneliusweig/ketall/blob/v1.2.0/doc/USAGE.md#usage
48+
More on https://github.com/corneliusweig/ketall/blob/v1.2.1/doc/USAGE.md#usage
4949
`
5050
ketallExamples = `
5151
Get all resources, excluding events

doc/releases/v1.2.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v1.2.1 - 15/11/2019
2+
==
3+
4+
* Improve travis configuration [#34](https://github.com/corneliusweig/ketall/pull/34)
5+
* Reduce download size when installing via krew [#38](https://github.com/corneliusweig/ketall/pull/38)
6+
* Show `kubectl get-all` in the help text for krew builds [#37](https://github.com/corneliusweig/ketall/pull/37)
7+
* Enable repeatable builds [#36](https://github.com/corneliusweig/ketall/pull/36)
8+
* Upgrade golangci-lint to v1.21.0 [#33](https://github.com/corneliusweig/ketall/pull/33)
9+
* Add release-notes helper and wrapper script [#35](https://github.com/corneliusweig/ketall/pull/35)
10+
* Upgrade k8s dependencies to v1.16.3 [#32](https://github.com/corneliusweig/ketall/pull/32)

0 commit comments

Comments
 (0)