mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
@@ -1,6 +1,27 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
3.9.2
|
||||
-----
|
||||
|
||||
Improvements:
|
||||
|
||||
* Dependency updates (#1645, #1649, #1653, #1662, #1686, #1693).
|
||||
* Update compiled Protobuf definitions (#1688).
|
||||
* Remove unused variables and simplify conditional (##1687).
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Handle whitespace in Azure Key Vault URLs (#1652).
|
||||
* Correctly handle comments during JSON serialization (#1647).
|
||||
|
||||
Project changes:
|
||||
|
||||
* CI dependency updates (#1644, #1648, #1654, #1664, #1673, #1677, #1685).
|
||||
* Rust dependency updates (#1655, #1663, #1670, #1676, #1689).
|
||||
* Update and improve Protobuf code generation (#1688).
|
||||
|
||||
|
||||
3.9.1
|
||||
-----
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
// Version represents the value of the current semantic version.
|
||||
var Version = "3.9.1"
|
||||
var Version = "3.9.2"
|
||||
|
||||
// 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