Skip to content

Commit

Permalink
Create tag v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig committed Sep 1, 2020
1 parent 429ac5d commit 6db0915
Show file tree
Hide file tree
Showing 3 changed files with 25 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.3.2/ketall-amd64-linux.tar.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.3/ketall-amd64-linux.tar.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.3.2/ketall-amd64-darwin.tar.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.3/ketall-amd64-darwin.tar.gz && \
gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH/bin/
```

#### Windows
[https://github.com/corneliusweig/ketall/releases/download/v1.3.2/ketall-amd64-windows.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.2/ketall-amd64-windows.zip)
[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)

### 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.3.2/doc/USAGE.md#usage
More on https://github.com/corneliusweig/ketall/blob/v1.3.3/doc/USAGE.md#usage
`
ketallExamples = `
Get all resources, excluding events and podmetrics
Expand Down
21 changes: 21 additions & 0 deletions doc/releases/v1.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
v1.3.3 - Sep 2 2020
==

* Bump required Go version to 1.15 [#86](https://github.com/corneliusweig/ketall/pull/86)
* Limit the number of inflight requests [#84](https://github.com/corneliusweig/ketall/pull/84)
* Print flat resource lists to comply with k8s list shape [#85](https://github.com/corneliusweig/ketall/pull/85)
* Bump k8s.io/apimachinery from 0.18.8 to 0.19.0 [#80](https://github.com/corneliusweig/ketall/pull/80)
* Bump k8s.io/api from 0.17.2 to 0.18.8 [#75](https://github.com/corneliusweig/ketall/pull/75)
* Bump github.com/spf13/viper from 1.3.2 to 1.7.1 [#71](https://github.com/corneliusweig/ketall/pull/71)
* Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 [#68](https://github.com/corneliusweig/ketall/pull/68)
* Bump github.com/sirupsen/logrus from 1.4.2 to 1.6.0 [#64](https://github.com/corneliusweig/ketall/pull/64)
* Bump CI tools [#78](https://github.com/corneliusweig/ketall/pull/78)
* Bump github.com/stretchr/testify from 1.4.0 to 1.6.1 [#70](https://github.com/corneliusweig/ketall/pull/70)
* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 [#69](https://github.com/corneliusweig/ketall/pull/69)
* Use UPX to reduce size of distributed binaries [#58](https://github.com/corneliusweig/ketall/pull/58)
* Switch to actions/setup-go@v2 to avoid PATH hack [#57](https://github.com/corneliusweig/ketall/pull/57)
* Unlfs this repository [#56](https://github.com/corneliusweig/ketall/pull/56)

Thanks to all the contributors for this release:
- Cornelius Weig
- dependabot-preview[bot]

0 comments on commit 6db0915

Please sign in to comment.