Skip to content

Commit

Permalink
Create tag v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Weig committed Jan 10, 2020
1 parent a8f0b22 commit c521886
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1/ketall-linux-amd64.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.0/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.1/ketall-darwin-amd64.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-darwin-amd64.gz && \
gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH/bin/
```

#### Windows
[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)
[https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-windows-amd64.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.0/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.1/doc/USAGE.md#usage
More on https://github.com/corneliusweig/ketall/blob/v1.3.0/doc/USAGE.md#usage
`
ketallExamples = `
Get all resources, excluding events
Expand Down
5 changes: 5 additions & 0 deletions doc/releases/v1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Upgrade golangci-lint to v1.22.2 [#45](https://github.com/corneliusweig/ketall/pull/45)
* Show partial results when fetching of api resources fails [#44](https://github.com/corneliusweig/ketall/pull/44)
* Move application logic to an internal package [#43](https://github.com/corneliusweig/ketall/pull/43)
* Upgrade k8s dependencies to v1.17.0 [#42](https://github.com/corneliusweig/ketall/pull/42)
* [travis] Remove obsolete `GOPROXY` and `GO111MODULE` setting [#40](https://github.com/corneliusweig/ketall/pull/40)

0 comments on commit c521886

Please sign in to comment.