From dbf31472b8d2d3dcfb1a57989976fc876102face Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 11 Jul 2026 20:48:36 +0200 Subject: [PATCH 1/3] Bump version to 3.13.3. Signed-off-by: Felix Fontein --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ae3d80538f..9301a37d75 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ import ( ) // Version represents the value of the current semantic version. -var Version = "3.13.2" +var Version = "3.13.3" // PrintVersion prints the current version of sops. If the flag // `--disable-version-check` is set or if the environment variable From eb4aad9eb2a4ec592080aaa0b3ed38a7e7e1675e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 11 Jul 2026 20:52:47 +0200 Subject: [PATCH 2/3] Add changelog. Signed-off-by: Felix Fontein --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db715bbc1f..22acee0bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 3.13.3 + +Improvements: + +* CLI help improvement ([#2239](https://github.com/getsops/sops/pull/2239)). +* Dependency updates ([#2242](https://github.com/getsops/sops/pull/2242), + [#2251](https://github.com/getsops/sops/pull/2251), + [#2248](https://github.com/getsops/sops/pull/2248)). + +Bugfixes: + +* Fix a bug introduced in 3.13.2 that computes a wrong MAC during decryption + for sequences (YAML lists) that contain a comment + ([#2245](https://github.com/getsops/sops/pull/2245)). + +Project changes: + +* CI dependency updates ([#2241](https://github.com/getsops/sops/pull/2241), + [#2250](https://github.com/getsops/sops/pull/2250)). + ## 3.13.2 Improvements: From 03acb3d78b7b56ba4a6b7efd05d1dcd140bddec8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 13 Jul 2026 22:53:58 +0200 Subject: [PATCH 3/3] Fix old changelog. Signed-off-by: Felix Fontein --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22acee0bd1..b89813860a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,14 +24,14 @@ Project changes: Improvements: -* Dependency updates ([#2185](https://github.com/getsops/sops/pull/2185)), - ([#2193](https://github.com/getsops/sops/pull/2193)), - ([#2197](https://github.com/getsops/sops/pull/2197)), - ([#2212](https://github.com/getsops/sops/pull/2212)), - ([#2218](https://github.com/getsops/sops/pull/2218)), - ([#2229](https://github.com/getsops/sops/pull/2229)), - ([#2231](https://github.com/getsops/sops/pull/2231)), - ([#2231](https://github.com/getsops/sops/pull/2233)). +* Dependency updates ([#2185](https://github.com/getsops/sops/pull/2185), + [#2193](https://github.com/getsops/sops/pull/2193), + [#2197](https://github.com/getsops/sops/pull/2197), + [#2212](https://github.com/getsops/sops/pull/2212), + [#2218](https://github.com/getsops/sops/pull/2218), + [#2229](https://github.com/getsops/sops/pull/2229), + [#2231](https://github.com/getsops/sops/pull/2231), + [#2231](https://github.com/getsops/sops/pull/2233)). * Fix typos in documentation ([#2221](https://github.com/getsops/sops/pull/2221)). @@ -56,12 +56,12 @@ Bugfixes: Project changes: -* CI dependency updates ([#2184](https://github.com/getsops/sops/pull/2184)), - ([#2192](https://github.com/getsops/sops/pull/2192)), - ([#2196](https://github.com/getsops/sops/pull/2196)), - ([#2211](https://github.com/getsops/sops/pull/2211)), - ([#2228](https://github.com/getsops/sops/pull/2228)), - ([#2236](https://github.com/getsops/sops/pull/2236)). +* CI dependency updates ([#2184](https://github.com/getsops/sops/pull/2184), + [#2192](https://github.com/getsops/sops/pull/2192), + [#2196](https://github.com/getsops/sops/pull/2196), + [#2211](https://github.com/getsops/sops/pull/2211), + [#2228](https://github.com/getsops/sops/pull/2228), + [#2236](https://github.com/getsops/sops/pull/2236)). * Rust dependency updates for functional tests ([#2191](https://github.com/getsops/sops/pull/2191)). * Build alpine container in CI