From 6db091575a5a9fb493330468c1c4d2a521171689 Mon Sep 17 00:00:00 2001 From: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> Date: Wed, 2 Sep 2020 00:32:52 +0200 Subject: [PATCH] Create tag v1.3.3 --- README.md | 6 +++--- cmd/root.go | 2 +- doc/releases/v1.3.3.md | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 doc/releases/v1.3.3.md diff --git a/README.md b/README.md index 9811f3f..0577c60 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/root.go b/cmd/root.go index ebab548..414ea36 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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 diff --git a/doc/releases/v1.3.3.md b/doc/releases/v1.3.3.md new file mode 100644 index 0000000..f63c70b --- /dev/null +++ b/doc/releases/v1.3.3.md @@ -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]