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

Merge pull request #1740 from felixfontein/release-3.9.4

Release 3.9.4
This commit is contained in:
Felix Fontein
2025-01-25 19:16:58 +01:00
committed by GitHub
2 changed files with 19 additions and 1 deletions

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
-----

View File

@@ -12,7 +12,7 @@ import (
)
// Version represents the value of the current semantic version.
var Version = "3.9.3"
var Version = "3.9.4"
// PrintVersion prints the current version of sops. If the flag
// `--disable-version-check` is set, the function will not attempt