1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Merge pull request #1841 from felixfontein/release-3.10.2

Release 3.10.2 release
This commit is contained in:
Felix Fontein
2025-04-14 20:50:21 +02:00
committed by GitHub
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## 3.10.2
Bugfixes:
* Remove reserved keyword check from YAML store, which hid a better check ([#1829](https://github.com/getsops/sops/pull/1829)).
Improvements:
* Dependency updates ([#1834](https://github.com/getsops/sops/pull/1834), [#1839](https://github.com/getsops/sops/pull/1839)).
* Use latest 1.24 Go version for release build ([#1836](https://github.com/getsops/sops/pull/1836)).
Project changes:
* CI dependency updates ([#1840](https://github.com/getsops/sops/pull/1840)).
## 3.10.1
This is a re-release of 3.10.0 with no code changes.

View File

@@ -12,7 +12,7 @@ import (
)
// Version represents the value of the current semantic version.
var Version = "3.10.1"
var Version = "3.10.2"
// PrintVersion prints the current version of sops. If the flag
// `--disable-version-check` is set or if the environment variable