Skip to content

Releases: vapor-ware/sctl

1.1.0

07 Nov 18:50
1cf0e88
Compare
Choose a tag to compare

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

28 Oct 20:31
6bd3edc
Compare
Choose a tag to compare

Changelog

4dac1aa - Revised send/receive to encrypt/decrypt (#32)
6bd3edc Release 1.0.0 (#33)

1.0.0-rc6

08 Oct 17:44
b51b164
Compare
Choose a tag to compare

Changelog

c59bc46 Add windows instructions to the README
b51b164 Bugfix - Allow FileNotFound errors to skip raising an error (#29)

1.0.0-rc5

07 Oct 16:08
Compare
Choose a tag to compare

The final stop on the release-candidate train before a 1.0.0 barring any critical bugs.

Changelog

58991db [1.0.0-rc5] Significant refactoring for test purposes (#28)
d399325 Release 1.0.0-rc5
c71b135 Skip versioning the write space temp file
fb1dbdd Update SCTL_KEY check to respect cli flags (#25)

1.0.0-rc4

26 Sep 16:21
Compare
Choose a tag to compare

Changelog

8521dae Display proper EOF terminator text (#23)
dbf6de2 Release 1.0.0-rc4
a9ae086 add automatic formatting and linting targets
7afabf6 updates to CI (#19)

1.0.0-rc3

27 Aug 22:06
Compare
Choose a tag to compare

Changelog

1c1830a Packaging and 1.0 - RC1 (#15)
9a2e5d1 Skip reordering of args to allow passthrough for run (#18)

1.0.0-rc2

14 Aug 17:09
Compare
Choose a tag to compare

Changelog

1c1830a Packaging and 1.0 - RC1 (#15)
f4776ee SCTL - 1.0.0-RC2

0.9.1-rc3

25 Jul 16:11
Compare
Choose a tag to compare

Changelog

71f5214 Bump main.go to v0.9.1-rc3
0613388 Ignore output snap files

0.9.0-rc1

24 Jul 20:59
Compare
Choose a tag to compare

Changelog

afe0ad4 Bump with goreleaser snapcraft config

0.8.2

23 Jul 14:31
Compare
Choose a tag to compare

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)