mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
⚡ Security
- No security fixes since previous release
- Oldest release with no known security issues:
v3.00.00(first public version)
💡 Highlights
This minor release has only a few changes, mainly on the documentation and setup sides. Two new important documentation sections have appeared:
- The JSON API section, detailing how to integrate The Bastion in your automated workflows, and
- The Multi-Factor Authentication (MFA) section, detailing several possible setups to harden your users accesses
The features documented above have been available since v3.00.00, so updating to this version is not required to use them.
A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the commit log.
📌 Changes
- doc: add JSON API and MFA documentations
- fix: clush: restore default handlers for SIGHUP/PIPE
- enh: setup-gpg.sh: create additional backup signing config with --generate
Thanks to @toutoen and @docwalter for their contribution to this release.