Skip to content

Commit 0bfa15a

Browse files
committed
Update changelog
1 parent 5a5cfaa commit 0bfa15a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ Changelog
1717

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

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+
2034
3.0.1
2135
-----
2236

0 commit comments

Comments
 (0)