Skip to content

Commit 071f5c7

Browse files
committed
Create tag v1.3.4
1 parent 1dc1450 commit 071f5c7

3 files changed

Lines changed: 8 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.3.3/ketall-amd64-linux.tar.gz && \
75+
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.4/ketall-amd64-linux.tar.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.3.3/ketall-amd64-darwin.tar.gz && \
81+
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.4/ketall-amd64-darwin.tar.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.3.3/ketall-amd64-windows.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.3/ketall-amd64-windows.zip)
86+
[https://github.com/corneliusweig/ketall/releases/download/v1.3.4/ketall-amd64-windows.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.4/ketall-amd64-windows.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.3.3/doc/USAGE.md#usage
48+
More on https://github.com/corneliusweig/ketall/blob/v1.3.4/doc/USAGE.md#usage
4949
`
5050
ketallExamples = `
5151
Get all resources, excluding events and podmetrics

doc/releases/v1.3.4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
v1.3.4 - Sep 5 2020
2+
==
3+
4+
* Fix regression that broke --only-scope [#88](https://github.com/corneliusweig/ketall/pull/88)

0 commit comments

Comments
 (0)