Skip to content

v0.4.0 - Kubesecret is released!

Compare
Choose a tag to compare
@kiriappeee kiriappeee released this 28 Jun 09:34
· 23 commits to master since this release

Notes

This release marks the addition of the major features needed to be in an MVP of kubesecret. So far kubesecret has been working well to manage existing secrets, but without the ability to actually create a secret, it's been a little lacking in that final step to allow developers to do things independently.

Now you can create secrets using kubesecret create. The CLI will guide you through the rest of the process


Installation

Download the binary relevant to your OS and place it somewhere on your $PATH. If you get a permission error when trying to run it, run chmod +x /path/to/the/binary to make the file executable.

Short command for linux:

wget https://github.com/bufferapp/kubesecret/releases/download/v0.4.0/kubesecret-linux -O /usr/local/bin/kubesecret && chmod +x /usr/local/bin/kubesecret

For mac

wget https://github.com/bufferapp/kubesecret/releases/download/v0.4.0/kubesecret-macos -O /usr/local/bin/kubesecret && chmod +x /usr/local/bin/kubesecret


Sha sums for integrity checks

38a4cdf54b003eb2cc9e9e368d08a0011ec9e233f512c71e5cc04039c9266ee0  ./kubesecret-linux
1cb47a07f30b2da2083d044172e8c8ab37c3b85448a1e2f05279eba38a28d3ca  ./kubesecret-macos