From 2a905aca965dfefc2ab06621414ab3a739d5a811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Thu, 25 Mar 2021 10:49:21 +0000 Subject: [PATCH] release v3.03.01 --- doc/CHANGELOG.md | 13 +++++++++++++ doc/sphinx/installation/upgrading.rst | 5 +++++ lib/perl/OVH/Bastion.pm | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index c45d2a7..ece4e23 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,16 @@ +## v3.03.01 - 2021/03/25 +- enh: osh-orphaned-homedir.sh: add more security checks to ensure we don't archive still-used home dirs +- enh: install.inc: try harder to hit GitHub API in CI +- fix: fixrights.sh: 'chmod --' not supported under FreeBSD +- fix: packages-check.sh: centos: ensure cache is up to date before trying to install packages +- fix: groupDelServer: missing autocompletion in interactive mode +- fix: install-yubico-piv-checker: ppc64le installation was broken +- fix: scp: abort early if host is not found to avoid a warn() +- fix: osh-backup-acl-keys: detect file removed transient error +- fix: add a case to the ignored perl panic race condition +- chore: mkdir -p doesn't fail if dir already exists +- chore: tests: support multiple unit-test files + ## v3.03.00 - 2021/02/22 - feat: transmit PIV enforcement status to remote realms, so that the remote policy can be enforced (#33) - feat: add `groupGenerateEgressKey` and `groupDelEgressKey` (#135) diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 38e2291..26f1551 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -24,6 +24,11 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi Version-specific upgrade instructions ===================================== +v3.03.01 - 2021/03/25 +********************* + +No specific upgrade instructions. + v3.03.00 - 2021/02/22 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index aa47a87..19c62e7 100644 --- a/lib/perl/OVH/Bastion.pm +++ b/lib/perl/OVH/Bastion.pm @@ -5,7 +5,7 @@ use common::sense; use Fcntl; use POSIX qw(strftime); -our $VERSION = '3.03.00'; +our $VERSION = '3.03.01'; BEGIN { # only used by the handler below