1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Add 3.9.4 to changelog.

Signed-off-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Felix Fontein
2025-01-24 20:06:08 +01:00
parent d6867f146a
commit 11c96e14a1

View File

@@ -1,6 +1,24 @@
Changelog
=========
3.9.4
-----
Improvements:
* Dependency updates (#1727, #1732, #1734, #1739).
Bugfixes:
* Prevent key deduplication to identify different AWS KMS keys that only differ by role, context, or profile (#1733).
* Update part of Azure SDK which prevented decryption in some cases (#1695, #1734).
Project changes:
* CI dependency updates (#1730, #1738).
* Rust dependency updates (#1728, #1731, #1735).
3.9.3
-----