the-bastion/doc/release-notes/v3.13.00.md

24 lines
1 KiB
Markdown
Raw Normal View History

2024-12-10 20:53:57 +08:00
# :zap: Security
- No security fixes since previous release
- Oldest release with no known security issues: `v3.00.00` (first public version)
# :bulb: Highlights
The change from the previous version is:
- The plugins output is now recorded using `ttyrec`, as the egress connections are, instead of being stored in `sqlite` format
within the home folder of the account. This helps avoiding the sqlite databases growing too much in size when
accounts are using `--osh` commands very intensively.
A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the commit log.
# :pushpin: Changes
- enh: use `ttyrec` instead of `sqlite` to record plugin output
- fix: `selfMFASetupPassword`: restore default sighandlers to avoid being zombified
# :fast_forward: Upgrading
- [General upgrade instructions](https://ovh.github.io/the-bastion/installation/upgrading.html)
- [Specific upgrade instructions for v3.13.00](https://ovh.github.io/the-bastion/installation/upgrading.html#v3-13-00-2023-07-28)