|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +3.9.1 |
| 5 | +----- |
| 6 | + |
| 7 | +Improvements: |
| 8 | + |
| 9 | +* Dependency updates (#1550, #1554, #1558, #1562, #1565, #1568, #1575, #1581, #1589, #1593, #1602, #1603, #1618, #1629, #1635, #1639, #1640). |
| 10 | +* Clarify naming of the configuration file in the documentation (#1569). |
| 11 | +* Build with Go 1.22 (#1589). |
| 12 | +* Specify filename of missing file in error messages (#1625). |
| 13 | +* ``updatekeys`` subcommand: show changes in ``shamir_threshold`` (#1609). |
| 14 | + |
| 15 | +Bugfixes: |
| 16 | + |
| 17 | +* Fix the URL used for determining the latest SOPS version (#1553). |
| 18 | +* ``updatekeys`` subcommand: actually use option ``--shamir-secret-sharing-threshold`` (#1608). |
| 19 | +* Fix ``--config`` being ignored in subcommands by ``loadConfig`` (#1613). |
| 20 | +* Allow ``edit`` subcommand to create files (#1596). |
| 21 | +* Do not encrypt if a key group is empty, or there are no key groups (#1600). |
| 22 | +* Do not ignore config errors when trying to parse a config file (#1614). |
| 23 | + |
| 24 | +Project changes: |
| 25 | + |
| 26 | +* CI dependency updates (#1551, #1555, #1559, #1564, #1566, #1574, #1584, #1586, #1590, #1592, #1619, #1628, #1634). |
| 27 | +* Improve CI workflows (#1548, #1630). |
| 28 | +* Ignore user-set environment variable ``SOPS_AGE_KEY_FILE`` in tests (#1595). |
| 29 | +* Add example of using Age recipients in ``.sops.yaml`` (#1607). |
| 30 | +* Add linting check for Rust code formatting (#1604). |
| 31 | +* Set Rust version globally via ``rust-toolchain.toml`` for functional tests (#1612). |
| 32 | +* Improve test coverage (#1617). |
| 33 | +* Improve tests (#1622, #1624). |
| 34 | +* Simplify branch rules to check DCO and ``check`` task instead of an explicit list of tasks in the CLI workflow (#1621). |
| 35 | +* Build with Go 1.22 and 1.23 in CI and update Vault to 1.14 (#1531). |
| 36 | +* Build release with Go 1.22 (#1615). |
| 37 | +* Fix Dependabot config for Docker; add Dependabot config for Rust (#1632). |
| 38 | +* Lock Rust package versions for functional tests for improved reproducibility (#1637). |
| 39 | +* Rust dependency updates (#1638). |
| 40 | + |
4 | 41 | 3.9.0
|
5 | 42 | -----
|
6 | 43 | Features:
|
|
0 commit comments