|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +3.8.0-rc.1 |
| 5 | +---------- |
| 6 | +Features: |
| 7 | + |
| 8 | +* Support ``--version`` without network requests using ``--disable-version-check`` (#1115) |
| 9 | +* Support ``--input-type`` for updatekeys command (#1116) |
| 10 | + |
| 11 | +Improvements: |
| 12 | + |
| 13 | +* pgp: modernize and improve, and add tests (#1054) |
| 14 | +* azkv: update SDK to latest, add tests, tidy (#1067, #1092, #1256) |
| 15 | +* age: improve identity loading, add tests, tidy (#1064) |
| 16 | +* kms: AWS SDK V2, allow creds config, add tests (#1065, #1257) |
| 17 | +* gcpkms: update SDK to latest, add tests, tidy (#1072, #1255) |
| 18 | +* hcvault: update API, add tests, tidy (#1085) |
| 19 | +* Do not report version when upstream ``--version`` check fails (#1124) |
| 20 | +* Use GitHub endpoints in ``--version`` command (#1261) |
| 21 | +* Close temporary file before invoking editor to widen support on Windows (#1265) |
| 22 | +* Update dependencies (#1063, #1091, #1147, #1242, #1260, #1264) |
| 23 | +* Deal with various deprecations of dependencies (#1113, #1262) |
| 24 | + |
| 25 | +Bug fixes: |
| 26 | + |
| 27 | +* Ensure YAML comments are not displaced (#1069) |
| 28 | +* 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) |
| 31 | +* Ensure stable order of SOPS parameters in dotenv file (#1101) |
| 32 | + |
| 33 | +Project changes: |
| 34 | + |
| 35 | +* Update Go to 1.20 (#1148) |
| 36 | +* Update rustc functional tests to v1.70.0 (#1234) |
| 37 | +* Remove remaining CircleCI workflow (#1237) |
| 38 | +* Run CLI workflow on main (#1243) |
| 39 | +* Delete obsolete ``validation/`` artifact (#1248) |
| 40 | +* Rename Go module to ``github.com/getsops/sops/v3`` (#1247) |
| 41 | +* Revamp release automation, including (Cosign) signed container images and checksums file, SLSA3 provenance and SBOMs (#1250) |
| 42 | +* Update various bits of documentation (#1244) |
| 43 | +* Add missing ``--encrypt`` flag from Vault example (#1060) |
| 44 | +* Add documentation on how to use age in ``.sops.yaml`` (#1192) |
| 45 | +* Improve Make targets and address various issues (#1258) |
| 46 | +* Ensure clean working tree in CI (#1267) |
| 47 | +* Fix CHANGELOG.rst formatting (#1269) |
| 48 | + |
4 | 49 | 3.7.3
|
5 | 50 | -----
|
6 | 51 | Changes:
|
|
0 commit comments