From c6097ed52b79c3e5535775027a76bdb2503720ea Mon Sep 17 00:00:00 2001 From: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> Date: Sat, 13 Feb 2021 17:24:40 +0100 Subject: [PATCH] Create tag v1.3.7 Signed-off-by: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> --- README.md | 6 +++--- cmd/root.go | 2 +- doc/releases/v1.3.7.md | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 doc/releases/v1.3.7.md diff --git a/README.md b/README.md index f6476d7..c57ab59 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.6/ketall-amd64-linux.tar.gz && \ +curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.7/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.6/ketall-amd64-darwin.tar.gz && \ +curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.7/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.6/ketall-amd64-windows.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.6/ketall-amd64-windows.zip) +[https://github.com/corneliusweig/ketall/releases/download/v1.3.7/ketall-amd64-windows.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.7/ketall-amd64-windows.zip) ### From source diff --git a/cmd/root.go b/cmd/root.go index 983d157..1b7aa60 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.6/doc/USAGE.md#usage +More on https://github.com/corneliusweig/ketall/blob/v1.3.7/doc/USAGE.md#usage ` ketallExamples = ` Get all resources, excluding events and podmetrics diff --git a/doc/releases/v1.3.7.md b/doc/releases/v1.3.7.md new file mode 100644 index 0000000..d961106 --- /dev/null +++ b/doc/releases/v1.3.7.md @@ -0,0 +1,2 @@ +* Upgrade dependencies [#131](https://github.com/corneliusweig/ketall/pull/131) +* Remove UPX postprocessing for Darwin builds [#130](https://github.com/corneliusweig/ketall/pull/130)