Skip to content

Commit a750d72

Browse files
authored
Merge pull request #1284 from getsops/prep-v3.8.0
Prepare v3.8.0
2 parents 57e8a47 + 59286ae commit a750d72

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Changelog
22
=========
33

4-
3.8.0-rc.1
5-
----------
4+
3.8.0
5+
-----
66
Features:
77

88
* Support ``--version`` without network requests using ``--disable-version-check`` (#1115)
99
* Support ``--input-type`` for updatekeys command (#1116)
1010

1111
Improvements:
1212

13-
* pgp: modernize and improve, and add tests (#1054)
13+
* pgp: modernize and improve, and add tests (#1054, #1282)
1414
* azkv: update SDK to latest, add tests, tidy (#1067, #1092, #1256)
1515
* age: improve identity loading, add tests, tidy (#1064)
1616
* kms: AWS SDK V2, allow creds config, add tests (#1065, #1257)
@@ -19,15 +19,15 @@ Improvements:
1919
* Do not report version when upstream ``--version`` check fails (#1124)
2020
* Use GitHub endpoints in ``--version`` command (#1261)
2121
* Close temporary file before invoking editor to widen support on Windows (#1265)
22-
* Update dependencies (#1063, #1091, #1147, #1242, #1260, #1264)
22+
* Update dependencies (#1063, #1091, #1147, #1242, #1260, #1264, #1275, #1280, #1283)
2323
* Deal with various deprecations of dependencies (#1113, #1262)
2424

2525
Bug fixes:
2626

2727
* Ensure YAML comments are not displaced (#1069)
2828
* Ensure default Google credentials can be used again after introduction of ``GOOGLE_CREDENTIALS`` (#1249)
29-
* Avoid duplicate logging of errors in some key sources (#1146)
30-
* Using `--set` on a root level key does no longer truncate existing values (#899)
29+
* Avoid duplicate logging of errors in some key sources (#1146, #1281)
30+
* Using ``--set`` on a root level key does no longer truncate existing values (#899)
3131
* Ensure stable order of SOPS parameters in dotenv file (#1101)
3232

3333
Project changes:
@@ -45,6 +45,10 @@ Project changes:
4545
* Improve Make targets and address various issues (#1258)
4646
* Ensure clean working tree in CI (#1267)
4747
* Fix CHANGELOG.rst formatting (#1269)
48+
* Pin GitHub Actions to full length commit SHA and add CodeQL (#1276)
49+
* Enable Dependabot for Docker, GitHub Actions and Go Mod (#1277)
50+
* Generate versioned ``.intoto.jsonl`` (#1278)
51+
* Update CI dependencies (#1279)
4852

4953
3.7.3
5054
-----

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

1717
// PrintVersion prints the current version of sops. If the flag
1818
// `--disable-version-check` is set, the function will not attempt

0 commit comments

Comments
 (0)