Skip to content

Releases: glehmann/yage

0.5.0

18 Feb 17:03
e9bd6f7
Compare
Choose a tag to compare
  • add the re-encrypt sub-command that re-encrypt a yaml file with a new set of recipients
  • add the recipients sub-command that list the recipients of a set of encrypted yaml files
  • reduce the size of the encrypted files by compressing the values before encrypting them
  • generate a warning when reading a yaml file with inconsistent recipients
  • prevent yage from processing multiple yaml files if it is not requested to run in place

0.4.0

12 Feb 17:37
d53766f
Compare
Choose a tag to compare
  • store the recipients in the encrypted yaml files, for a much nicer user experience when dealing with multiple recipients
  • vim as default editor

0.3.0

11 Feb 15:51
9d2b814
Compare
Choose a tag to compare
  • full test suite
  • much, much smaller ppc64le and s390x docker images
  • status subcommand renamed to check
  • support multiple values in the key/recipient environment variables
  • the editor can now be used with arguments

0.2.0

07 Feb 15:58
0b5f03c
Compare
Choose a tag to compare
  • support encrypting/decrypting multiple files at once
  • status subcommand
  • stricter visibility for the data on disk
  • pre-commit hooks
  • multiplatform docker image
  • statically linked binaries on most platforms
  • macos arm64 binary

0.1.0

03 Feb 18:48
723c5f3
Compare
Choose a tag to compare

first release!