|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 34 | ## 3.12.1 |
4 | 35 |
|
5 | 36 | This is a re-release of 3.12.0 with no code changes. |
|
0 commit comments