Skip to content

Commit

Permalink
Create tag v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Weig committed Mar 25, 2019
1 parent cdc5748 commit fd06797
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,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.1.0/ketall-linux-amd64.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.1.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.1.0/ketall-darwin-amd64.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.1.1/ketall-darwin-amd64.gz && \
gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH/bin/
```

#### Windows
[https://github.com/corneliusweig/ketall/releases/download/v1.1.0/ketall-windows-amd64.zip](https://github.com/corneliusweig/ketall/releases/download/v1.1.0/ketall-windows-amd64.zip)
[https://github.com/corneliusweig/ketall/releases/download/v1.1.1/ketall-windows-amd64.zip](https://github.com/corneliusweig/ketall/releases/download/v1.1.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 @@ -44,7 +44,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.1.0/doc/USAGE.md#usage
More on https://github.com/corneliusweig/ketall/blob/v1.1.1/doc/USAGE.md#usage
`
ketallExamples = `
Get all resources, excluding events
Expand Down
4 changes: 4 additions & 0 deletions doc/releases/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.1.1 - 25/3/2019
==

* Fix bug with empty filter [#19](https://github.com/corneliusweig/ketall/pull/19)

0 comments on commit fd06797

Please sign in to comment.