E584 Merge pull request #1841 from felixfontein/release-3.10.2 · getsops/sops@a95e525 · GitHub
[go: up one dir, main page]

Skip to content

Commit a95e525

Browse files
authored
Merge pull request #1841 from felixfontein/release-3.10.2
Release 3.10.2 release
2 parents d101549 + 54610b8 commit a95e525

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 3.10.2
4+
5+
Bugfixes:
6+
7+
* Remove reserved keyword check from YAML store, which hid a better check ([#1829](https://github.com/getsops/sops/pull/1829)).
8+
9+
Improvements:
10+
11+
* Dependency updates ([#1834](https://github.com/getsops/sops/pull/1834), [#1839](https://github.com/getsops/sops/pull/1839)).
12+
* Use latest 1.24 Go version for release build ([#1836](https://github.com/getsops/sops/pull/1836)).
13+
14+
Project changes:
15+
16+
* CI dependency updates ([#1840](https://github.com/getsops/sops/pull/1840)).
17+
318
## 3.10.1
419

520
This is a re-release of 3.10.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.10.1"
15+
var Version = "3.10.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)
0