Skip to content

Commit

Permalink
Merge pull request #1724 from felixfontein/release-3-9-3
Browse files Browse the repository at this point in the history
Release 3.9.3
  • Loading branch information
felixfontein authored Dec 31, 2024
2 parents a5f6462 + 94d60a3 commit 3721355
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog
=========

3.9.3
-----

Improvements:

* Dependency updates (#1699, #1703, #1710, #1714, #1715, #1723).
* Add ``persist-credentials: false`` to checkouts in GitHub workflows (#1704).
* Tests: use container images from https://github.com/getsops/ci-container-images (#1722).

Bugfixes:

* GnuPG: do not incorrectly trim fingerprint in presence of exclamation marks for specfic subkey selection (#1720).
* ``updatekeys`` subcommand: fix ``--input-type`` CLI flag being ignored (#1721).

Project changes:

* CI dependency updates (#1698, #1708, #1717).
* Rust dependency updates (#1707, #1716, #1725).


3.9.2
-----

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.2"
var Version = "3.9.3"

// PrintVersion prints the current version of sops. If the flag
// `--disable-version-check` is set, the function will not attempt
Expand Down

0 comments on commit 3721355

Please sign in to comment.