Skip to content

Commit

Permalink
Create tag v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig committed Aug 14, 2021
1 parent a06f0e8 commit bb67dba
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.3.7/ketall-amd64-linux.tar.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.8/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.7/ketall-amd64-darwin.tar.gz && \
curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.8/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.7/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.8/ketall-amd64-windows.zip](https://github.com/corneliusweig/ketall/releases/download/v1.3.8/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 @@ -43,7 +43,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.7/doc/USAGE.md#usage
More on https://github.com/corneliusweig/ketall/blob/v1.3.8/doc/USAGE.md#usage
`
ketallExamples = `
Get all resources, excluding events and podmetrics
Expand Down
5 changes: 5 additions & 0 deletions doc/releases/v1.3.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Bump codecov to v2 [#151](https://github.com/corneliusweig/ketall/pull/151)
* Switch to builtin cobra completion implementation [#149](https://github.com/corneliusweig/ketall/pull/149)
* Update dependencies [#144](https://github.com/corneliusweig/ketall/pull/144)
* Switch to k8s.io/klog/v2 [#148](https://github.com/corneliusweig/ketall/pull/148)
* Upgrade to GitHub-native Dependabot [#145](https://github.com/corneliusweig/ketall/pull/145)

0 comments on commit bb67dba

Please sign in to comment.