All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2020-06-20
reseal
command
0.3.0 - 2020-05-13
--fetch-cert
flag toseal
andverify
for enforcing a cert load- warning in case a secret value is an empty string or padded with whitespace
- renamed cert source
controller
tokubernetes
- moved
maxAge
one level up - keys from snake_case to camelCase
- cert structure of
.sealit.yaml
- flaky verify command
0.2.1 - 2020-05-11
- Bug fix for
sealit init
- Update of
.sealit.yaml
0.2.0 - 2020-05-10
- CHANGELOG.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
template
command for creating a SealedSecret K8s resource- Debug flag
--debug
and logs
- README.md
- make build will populate the binary to
dist
instead ofbin
0.1.0-alpha.2 - 2020-05-06
init
,seal
andverify
commands