11Changelog
22=========
33
4- 3.8.0-rc.1
5- ----------
4+ 3.8.0
5+ -----
66Features:
77
88* Support ``--version `` without network requests using ``--disable-version-check `` (#1115)
99* Support ``--input-type `` for updatekeys command (#1116)
1010
1111Improvements:
1212
13- * pgp: modernize and improve, and add tests (#1054)
13+ * pgp: modernize and improve, and add tests (#1054, #1282 )
1414* azkv: update SDK to latest, add tests, tidy (#1067, #1092, #1256)
1515* age: improve identity loading, add tests, tidy (#1064)
1616* kms: AWS SDK V2, allow creds config, add tests (#1065, #1257)
@@ -19,15 +19,15 @@ Improvements:
1919* Do not report version when upstream ``--version `` check fails (#1124)
2020* Use GitHub endpoints in ``--version `` command (#1261)
2121* Close temporary file before invoking editor to widen support on Windows (#1265)
22- * Update dependencies (#1063, #1091, #1147, #1242, #1260, #1264)
22+ * Update dependencies (#1063, #1091, #1147, #1242, #1260, #1264, #1275, #1280, #1283 )
2323* Deal with various deprecations of dependencies (#1113, #1262)
2424
2525Bug fixes:
2626
2727* Ensure YAML comments are not displaced (#1069)
2828* Ensure default Google credentials can be used again after introduction of ``GOOGLE_CREDENTIALS `` (#1249)
29- * Avoid duplicate logging of errors in some key sources (#1146)
30- * Using `--set ` on a root level key does no longer truncate existing values (#899)
29+ * Avoid duplicate logging of errors in some key sources (#1146, #1281 )
30+ * Using `` --set ` ` on a root level key does no longer truncate existing values (#899)
3131* Ensure stable order of SOPS parameters in dotenv file (#1101)
3232
3333Project changes:
@@ -45,6 +45,10 @@ Project changes:
4545* Improve Make targets and address various issues (#1258)
4646* Ensure clean working tree in CI (#1267)
4747* Fix CHANGELOG.rst formatting (#1269)
48+ * Pin GitHub Actions to full length commit SHA and add CodeQL (#1276)
49+ * Enable Dependabot for Docker, GitHub Actions and Go Mod (#1277)
50+ * Generate versioned ``.intoto.jsonl `` (#1278)
51+ * Update CI dependencies (#1279)
4852
49533.7.3
5054-----
0 commit comments