Skip to content

Commit

Permalink
Updated refs to the latest (0.8.0) release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed May 6, 2018
1 parent dcc9129 commit 193fe34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kubesec ![Latest Version](https://img.shields.io/badge/latest-0.7.0-blue.svg) [![Build Status](https://travis-ci.org/shyiko/kubesec.svg?branch=master)](https://travis-ci.org/shyiko/kubesec)
# kubesec ![Latest Version](https://img.shields.io/badge/latest-0.8.0-blue.svg) [![Build Status](https://travis-ci.org/shyiko/kubesec.svg?branch=master)](https://travis-ci.org/shyiko/kubesec)

Secure secret management for [Kubernetes](https://kubernetes.io/) (with [gpg](https://gnupg.org/),
[Google Cloud KMS](https://cloud.google.com/kms/) and [AWS KMS](https://aws.amazon.com/kms/) backends).
Expand Down Expand Up @@ -34,15 +34,15 @@ so much more user-friendly (+ you can ascertain that specific entry is present e
#### macOS / Linux

```sh
curl -sSL https://github.com/shyiko/kubesec/releases/download/0.7.0/kubesec-0.7.0-$(
curl -sSL https://github.com/shyiko/kubesec/releases/download/0.8.0/kubesec-0.8.0-$(
bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
)-amd64 -o kubesec && chmod a+x kubesec && sudo mv kubesec /usr/local/bin/
```

Verify PGP signature (optional but recommended):

```
curl -sSL https://github.com/shyiko/kubesec/releases/download/0.7.0/kubesec-0.7.0-$(
curl -sSL https://github.com/shyiko/kubesec/releases/download/0.8.0/kubesec-0.8.0-$(
bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
)-amd64.asc -o kubesec.asc
curl -sS https://keybase.io/shyiko/pgp_keys.asc | gpg --import
Expand Down Expand Up @@ -188,7 +188,7 @@ If you have `docker` installed you don't need to download `kubesec` binary just
Instead, launch a container and start playing:

```sh
docker run -it --rm shyiko/kubesec-playground:0.7.0 /bin/bash
docker run -it --rm shyiko/kubesec-playground:0.8.0 /bin/bash
$ kubesec encrypt secret.yml
```

Expand Down

0 comments on commit 193fe34

Please sign in to comment.