mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-08 14:04:14 +08:00
v3.08.01
This commit is contained in:
parent
3331e158a0
commit
0ffdd108bd
3 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## v3.08.01 - 2022/01/19
|
||||
- feat: add osh-remove-empty-folders.sh script
|
||||
- enh: better errror detection and logging in accountDelete & groupDelete
|
||||
|
||||
## v3.08.00 - 2022/01/04
|
||||
- feat: move scripts to GnuPG 2.x, add tests & doc
|
||||
- feat: add new OSes (Debian "Bullseye" 11, RockyLinux 8.x) and deprecate
|
||||
|
|
|
@ -27,6 +27,18 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.08.01 - 2022/01/19
|
||||
*********************
|
||||
|
||||
The upgrade path from the preceding version is straightforward, however you might want to know that there is
|
||||
a new satellite script: ``osh-remove-empty-folders.sh``, run by cron and enabled by default,
|
||||
whose job is to garbage-collect empty folders that may be piling up in busy users' homes,
|
||||
under their ``ttyrec`` folder.
|
||||
|
||||
You can find more information in `the documentation
|
||||
<https://ovh.github.io/the-bastion/administration/configuration/osh-remove-empty-folders_conf.html>`_, the script
|
||||
is enabled by default because it can do no harm.
|
||||
|
||||
v3.08.00 - 2022/01/04
|
||||
*********************
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.08.00';
|
||||
our $VERSION = '3.08.01';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue