Releases: bitnami-labs/sealed-secrets
Releases · bitnami-labs/sealed-secrets
v0.5.1
Note: this version moves TPR/CRD definition into a separate file. To install, you need controller.yaml
and either sealedsecret-tpr.yaml
or sealedsecret-crd.yaml
- Add CRD definition and TPR->CRD migration documentation
- Add
kubeseal --fetch-cert
to dump server cert to stdout, for later offline use withkubeseal --cert
- Better sanitisation of input object to
kubeseal
(v0.5.1 fixes a travis/github release issue with v0.5.0)
v0.4.0
v0.3.1
- Add
controller-norbac.yaml
to the release build. This iscontroller.yaml
without RBAC rules and related service account - for environments where RBAC is not yet supported, like Azure. - Fix missing controller RBAC ClusterRoleBinding in v0.3.0
v0.3.0
v0.2.1
- Fix invalid field
resourceName
in v0.2.0 controller.yaml (thanks @Globegitter)
Second alpha release
- Client tool has better defaults, and can fetch the certificate automatically from the controller.
- Improve release process to include pre-built Linux and OSX x86-64 binaries.
Initial alpha release
Basic functionality is complete.
v0.0.1: Drive docker release from travis-ci
- Clean up controller.jsonnet - Switch to quay.io (docker hub doesn't offer robot accounts??) - Add deploy section to .travis.yml