mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
@@ -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
|
||||
-----
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user