Skip to content

Commit 3a3825d

Browse files
author
Cornelius Weig
committed
Create tag v0.2.1
1 parent cbef58f commit 3a3825d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ When using the binaries for installation, also have a look at [doc/USAGE](doc/US
5656

5757
#### Linux
5858
```bash
59-
curl -Lo rakkess.gz https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/rakkess-linux-amd64.gz && \
59+
curl -Lo rakkess.gz https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/rakkess-linux-amd64.gz && \
6060
gunzip rakkess.gz && chmod +x rakkess && mv rakkess $GOPATH/bin/
6161
```
6262

6363
#### OSX
6464
```bash
65-
curl -Lo rakkess.gz https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/rakkess-darwin-amd64.gz && \
65+
curl -Lo rakkess.gz https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/rakkess-darwin-amd64.gz && \
6666
gunzip rakkess.gz && chmod +x rakkess && mv rakkess $GOPATH/bin/
6767
```
6868

6969
#### Windows
70-
[https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/rakkess-windows-amd64.zip](https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/rakkess-windows-amd64.zip)
70+
[https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/rakkess-windows-amd64.zip](https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/rakkess-windows-amd64.zip)
7171

7272
### From source
7373

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the current user with the given verbs, and prints the result as a matrix.
4444
This complements the usual "kubectl auth can-i" command, which works for
4545
a single resource and a single verb.
4646
47-
More on https://github.com/corneliusweig/rakkess/blob/v0.2.0/doc/USAGE.md#usage
47+
More on https://github.com/corneliusweig/rakkess/blob/v0.2.1/doc/USAGE.md#usage
4848
`
4949

5050
rakkessExamples = `

doc/releases/v0.2.1.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
v0.2.1 - 14/4/2019
2+
==
3+
4+
* Upgrade k8s dependencies [#16](https://github.com/corneliusweig/rakkess/pull/16)
5+
* Fix travis releases [#14](https://github.com/corneliusweig/rakkess/pull/14)
6+
* Improve coverage of smashing tabwriter [#13](https://github.com/corneliusweig/rakkess/pull/13)

0 commit comments

Comments
 (0)