Commit 6ebee6b 1 parent 2c1679e commit 6ebee6b Copy full SHA for 6ebee6b
File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 3.8.1
5
+ -----
6
+ Improvements:
7
+
8
+ * Improve handling of errors when binary store handles bad data (#1289)
9
+ * On macOS, prefer ``XDG_CONFIG_HOME `` over os.UserConfigDir() (#1291)
10
+ * Dependency updates (#1306, #1319, #1325)
11
+ * pgp: better error reporting for missing GPG binary during import of keys (#1286)
12
+ * Fix descriptions of unencrypted-regex and encrypted-regex flags, and ensure unencrypted_regex is considered in config validation (#1300)
13
+ * stores/json: improve error messages when parsing invalid JSON (#1307)
14
+
15
+ Bug fixes:
16
+
17
+ * pgp: improve handling of GnuPG home dir (#1298)
18
+ * Do not crash if an empty YAML file is encrypted (#1290)
19
+ * Handling of various ignored errors (#1304, #1311)
20
+ * pgp: do not require abs path for ``SOPS_GPG_EXEC `` (#1309)
21
+ * Report key rotation errors (#1317)
22
+ * Ensure wrapping of errors in main package (#1318)
23
+
24
+ Project changes:
25
+
26
+ * Enrich AWS authentication documentation (#1272)
27
+ * Add linting for RST and MD files (#1287)
28
+ * Delete SOPS encrypted file we don't have keys for (#1288)
29
+ * CI dependency updates (#1295, #1301)
30
+ * pgp: make error the last return value (#1310)
31
+ * Improve documentation files (#1320)
32
+
4
33
3.8.0
5
34
-----
6
35
Features:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
)
13
13
14
14
// Version represents the value of the current semantic version.
15
- var Version = "3.8.0 "
15
+ var Version = "3.8.1 "
16
16
17
17
// PrintVersion prints the current version of sops. If the flag
18
18
// `--disable-version-check` is set, the function will not attempt
You can’t perform that action at this time.
0 commit comments