Releases: vapor-ware/sctl
1.1.0
Changelog
ea59561 Fix bug in linting target (#43)
1cf0e88 [identity] - Adds sctl credentials and adjusts behavior (#35)
e416556 add check for latest version after command completes successfully (#44)
860947c add make target to generate html coverage report (#42)
72b5fc5 update help strings for more consistent output formatting (#39)
1.0.0
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
0.9.1-rc3
0.9.0-rc1
0.8.2
Scuttle 0.8.2 retains backwards compatibility with our existing .scuttle.json
state, and introduces new behavior that supports multi-line secrets by declaring encoding.
You can now env inject things like TLS certificates, PGP Keys, and configuration files for cloud providers. Additionally, if you encounter a situation where you want to encrypt base64 encoded data, that can be achieved now with the --no-decode
flag when you sctl add
a secret. Otherwise scuttle will decode the data and may mangle your value.
Changelog
b538b6f Build the output artifact in the k8s builder
b1649ad Create LICENSE
a8f8a0f Merge pull request #9 from vapor-ware/add-license-1
cf6acf7 bump to 0.8.0 (#12)