Skip to content

Tags: exarkun/sops

Tags

3.0.3

Toggle 3.0.3's commit message
Release 3.0.3

* --set now works with nested data structures and not just simple
  values

* Changed default log level to warn instead of info

* Avoid creating empty files when using the editor mode to create new
  files and not making any changes to the example files

* Output unformatted strings when using --extract instead of encoding
  them to yaml

* Allow forcing binary input and output types from command line flags

* Deprecate filename_regex in favor of path_regex. filename_regex had
  a bug and matched on the whole file path, when it should have only
  matched on the file name. path_regex on the other hand is documented
  to match on the whole file path.

* Add an encrypted-suffix option, the exact opposite of
  unencrypted-suffix

* Allow specifying unencrypted_suffix and encrypted_suffix rules in
  the .sops.yaml configuration file

* Introduce key service flag optionally prompting users on
  encryption/decryption

3.0.2

Toggle 3.0.2's commit message
fix version number

3.0.1

Toggle 3.0.1's commit message
housekeeping and minor bug fixes

3.0.0

Toggle 3.0.0's commit message
Release Sops v3 with workspace support

2.0.10

Toggle 2.0.10's commit message
Various updates and automated release process

2.0.9

Toggle 2.0.9's commit message
Vendoring update

2.0.8

Toggle 2.0.8's commit message
Maintenance release

2.0.7

Toggle 2.0.7's commit message
Release 2.0.7: decryption helper and housekeeping

1.16

Toggle 1.16's commit message
1.16: Make sure GPG_EXEC is set before running GPG

2.0.6

Toggle 2.0.6's commit message
Vendoring update