Skip to content

Commit 4f2cc16

Browse files
authored
Merge pull request #2109 from felixfontein/release-3.12.2
Release 3.12.2
2 parents a594056 + 5058042 commit 4f2cc16

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 3.12.2
4+
5+
Improvements:
6+
7+
* Dependency updates ([#2085](https://github.com/getsops/sops/pull/2085),
8+
[#2087](https://github.com/getsops/sops/pull/2087), [#2089](https://github.com/getsops/sops/pull/2089),
9+
[#2095](https://github.com/getsops/sops/pull/2095)).
10+
11+
Bugfixes:
12+
13+
* GCP: Revert the fix introduced in 3.12.0 that sets quota project to API
14+
project in GCP KMS. This change unintentionally resulted in requiring
15+
more permissions for GCP users. The original issue will be addressed in
16+
another way in a future release ([#2099](https://github.com/getsops/sops/pull/2099)).
17+
* Ensure to delete temporary file and directory when editing in more
18+
situations, like when user presses Ctrl+C or SOPS receives a SIGTERM
19+
([#2104](https://github.com/getsops/sops/pull/2104)).
20+
* Fix message that you need to enter (and not any key) after SOPS rejects
21+
an edited file ([#2098](https://github.com/getsops/sops/pull/2098)).
22+
* Reject files with ``sops`` keys when editing files ([#2098](https://github.com/getsops/sops/pull/2098)).
23+
* Fix handling of ``--mac-only-encrypted`` option in subcommands ([#2100](https://github.com/getsops/sops/pull/2100)).
24+
25+
Project changes:
26+
27+
* CI dependency updates ([#2084](https://github.com/getsops/sops/pull/2084),
28+
[#2091](https://github.com/getsops/sops/pull/2091), [#2101](https://github.com/getsops/sops/pull/2101),
29+
[#2106](https://github.com/getsops/sops/pull/2106)).
30+
* Rust dependency updates for functional tests ([#2090](https://github.com/getsops/sops/pull/2090),
31+
[#2105](https://github.com/getsops/sops/pull/2105)).
32+
* Improve CI workflows ([#2081](https://github.com/getsops/sops/pull/2081)).
33+
334
## 3.12.1
435

536
This is a re-release of 3.12.0 with no code changes.

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.12.1"
15+
var Version = "3.12.2"
1616

1717
// PrintVersion prints the current version of sops. If the flag
1818
// `--disable-version-check` is set or if the environment variable

0 commit comments

Comments
 (0)