Skip to content
Draft
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
48 changes: 34 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
# 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:

* 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)).

Expand All @@ -36,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
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.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
Expand Down