mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-14 08:54:19 +08:00
release v3.11.00
This commit is contained in:
parent
7a825aeec4
commit
cadf51145d
3 changed files with 20 additions and 6 deletions
|
@ -1,10 +1,19 @@
|
|||
## v3.11.00 - 2023/03/23
|
||||
- feat: add ``sftp`` support
|
||||
- feat: add the possibility to auditors of listing all groups with ``groupInfo`` and all accounts with ``accountInfo``,
|
||||
using ``--all``, along with filtering additional data with ``--with-*`` and ``without-*`` new options
|
||||
- enh: ``setup-encryption.sh``: don't require install to be called before us
|
||||
- fix: race condition when two parallel account creations used the ``uid-auto`` option
|
||||
- doc: add restore from backup howto
|
||||
- doc: add PuTTY connection setup howto
|
||||
|
||||
## v3.10.00 - 2023/02/17
|
||||
- feat: add accountFreeze/accountUnfreeze commands
|
||||
- enh: accountInfo: add --no-password-info and --no-output options
|
||||
- enh: more precise matching of ssh client error messages
|
||||
- enh: osh.pl: add the account name on each error message
|
||||
- feat: add ``accountFreeze``/``accountUnfreeze`` commands
|
||||
- enh: ``accountList``: add ``--no-password-info`` and ``--no-output`` options
|
||||
- enh: more precise matching of ``ssh`` client error messages
|
||||
- enh: ``osh.pl``: add the account name on each error message
|
||||
- fix: invalid suffixed account creation (#357)
|
||||
- chore: generate-sudoers.sh: sort alphabetically
|
||||
- chore: ``generate-sudoers.sh``: sort alphabetically
|
||||
|
||||
## v3.09.02 - 2022/11/15
|
||||
- fix: execute: rare race condition introduced in v3.09.01
|
||||
|
|
|
@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.11.00 - 2023/03/23
|
||||
*********************
|
||||
|
||||
No specific upgrade instructions.
|
||||
|
||||
v3.10.00 - 2023/02/17
|
||||
*********************
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.10.00';
|
||||
our $VERSION = '3.11.00';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue