File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## 3.10.1
4
19
5
20
This is a re-release of 3.10.0 with no code changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
)
13
13
14
14
// Version represents the value of the current semantic version.
15
- var Version = "3.10.1 "
15
+ var Version = "3.10.2 "
16
16
17
17
// PrintVersion prints the current version of sops. If the flag
18
18
// `--disable-version-check` is set or if the environment variable
You can’t perform that action at this time.
0 commit comments