We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5cfaa commit 0bfa15aCopy full SHA for 0bfa15a
CHANGELOG.rst
@@ -17,6 +17,20 @@ Changelog
17
18
* Allow forcing binary input and output types from command line flags
19
20
+* Deprecate filename_regex in favor of path_regex. filename_regex had
21
+ a bug and matched on the whole file path, when it should have only
22
+ matched on the file name. path_regex on the other hand is documented
23
+ to match on the whole file path.
24
+
25
+* Add an encrypted-suffix option, the exact opposite of
26
+ unencrypted-suffix
27
28
+* Allow specifying unencrypted_suffix and encrypted_suffix rules in
29
+ the .sops.yaml configuration file
30
31
+* Introduce key service flag optionally prompting users on
32
+ encryption/decryption
33
34
3.0.1
35
-----
36
0 commit comments