Skip to content

Releases: mvisonneau/s5

0.1.6

20 Sep 14:22
c0416f3
Compare
Choose a tag to compare

Added

  • Release aix/ppc64 binaries
  • Release linux/ppc64 binaries
  • Release solaris/amd64 binaries

Changed

  • Upgraded dependencies, go to 1.13 / goreleaser to 0.118.0

0.1.5

24 Jul 16:02
Compare
Choose a tag to compare

Added

  • By default, we will now trim input for cipher function from whitespaces and return carriages

Changed

  • Updated dependencies

0.1.4

19 Jul 15:37
Compare
Choose a tag to compare

Added

  • Added support for PGP public/private keypair encryption
  • Added support for AES (GCM) key encryption
  • Added support for AWS KMS key encryption
  • Added support for GCP KMS key encryption
  • Release homebrew packages
  • Release scoop packages
  • Release freebsd packages
  • Release DEB packages
  • Release RPM packages
  • Parameterized the cipher engine in order to not support only Vault

0.1.3

03 Jul 15:34
Compare
Choose a tag to compare

ENHANCEMENTS

  • Use Vault 0.11.3 in the dev container
  • Updated the golang.org/x/lint/golint path in the setup make rule
  • Upgraded to Go 1.12
  • Use Gomodules
  • Enhanced Makefile
  • Moved CI to drone.io
  • Refactored codebase for better modularity and portability

0.1.1

10 Jul 13:30
Compare
Choose a tag to compare

FEATURES

  • Replaced the vault:v1 prefix on stored secrets with s5

BUGFIXES

  • Get the linux binaries working on alpine by disabling CGO
  • Fixed the Dockerfile
  • Fixed the make dev-env function

0.1.0

09 Jul 15:38
Compare
Choose a tag to compare

FEATURES

  • Working state of the app
  • cipher function
  • decipher function
  • render function
  • got some tests in place
  • Makefile
  • LICENSE
  • README