Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.9.2 #1691

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading