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

21 lines
1.1 KiB
Markdown
Raw Normal View History

2024-12-10 20:53:57 +08:00
# :bulb: Highlights
A few minor features appear in this revision, if you don't need these you might skip this update.
- It is now possible to sign the backups in addition to encryption
- The interactive mode now supports an ``mfa`` command, to proactively request an MFA challenge that will be valid for a configured amount of time. The ``--proactive-mfa`` parameter is the equivalent for non-interactive mode, e.g. to be used along with `--osh clush` or `--osh batch`
A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the commit log.
# :pushpin: Changes
- feat: osh-backup-acl-keys: add the possibility to sign encrypted backups (#209)
- feat: ``--proactive-mfa`` and ``mfa``/``nofa`` interactive commands
- doc: add help about the interactive builtin commands (#227)
# :fast_forward: Upgrading
- [General upgrade instructions](https://ovh.github.io/the-bastion/installation/upgrading.html)
- [Specific upgrade instructions for v3.05.01](https://ovh.github.io/the-bastion/installation/upgrading.html#v3-05-01-2021-09-22)