Skip to content

Commit 3721355

Browse files
authored
Merge pull request #1724 from felixfontein/release-3-9-3
Release 3.9.3
2 parents a5f6462 + 94d60a3 commit 3721355

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

4+
3.9.3
5+
-----
6+
7+
Improvements:
8+
9+
* Dependency updates (#1699, #1703, #1710, #1714, #1715, #1723).
10+
* Add ``persist-credentials: false`` to checkouts in GitHub workflows (#1704).
11+
* Tests: use container images from https://github.com/getsops/ci-container-images (#1722).
12+
13+
Bugfixes:
14+
15+
* GnuPG: do not incorrectly trim fingerprint in presence of exclamation marks for specfic subkey selection (#1720).
16+
* ``updatekeys`` subcommand: fix ``--input-type`` CLI flag being ignored (#1721).
17+
18+
Project changes:
19+
20+
* CI dependency updates (#1698, #1708, #1717).
21+
* Rust dependency updates (#1707, #1716, #1725).
22+
23+
424
3.9.2
525
-----
626

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// Version represents the value of the current semantic version.
15-
var Version = "3.9.2"
15+
var Version = "3.9.3"
1616

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

0 commit comments

Comments
 (0)