File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
4333.8.0
534-----
635Features:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414// Version represents the value of the current semantic version.
15- var Version = "3.8.0 "
15+ var Version = "3.8.1 "
1616
1717// PrintVersion prints the current version of sops. If the flag
1818// `--disable-version-check` is set, the function will not attempt
You can’t perform that action at this time.
0 commit comments