From b4a63d3d55c8d737090d564adb28dc5a623daf00 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 12 Mar 2023 11:12:52 +0100 Subject: [PATCH] listupgrade: upstream release 23.03.1 --- CHANGELOG.md | 2 +- listupgrade/files/listupgrade.sh | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b9d45e..23b98520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * Removed all "warn: False" args in command, shell and other modules as it's been deprecated and will give a hard fail in ansible-core 2.14.0. * bind: refactor role * evolinux-users: Update sudoers template to remove commands allowed without password -* listupgrade: upstream release 23.03 +* listupgrade: upstream release 23.03.1 * nagios-nrpe : Rewrite check_vrrpd for a better check (check rp_filter, vrrpd and uvrrpd compatible, use arguments, …) * openvpn: Change check_openvpn destination file to comply with recent EvoBSD change * postfix: come back to default value of `notify_classes` for pack mails. diff --git a/listupgrade/files/listupgrade.sh b/listupgrade/files/listupgrade.sh index b3d281ec..b98d28ed 100644 --- a/listupgrade/files/listupgrade.sh +++ b/listupgrade/files/listupgrade.sh @@ -9,7 +9,7 @@ # - 60 : current release is not in the $r_releases list # - 70 : at least an upgradable package is not in the $r_packages list -VERSION="23.03" +VERSION="23.03.1" show_version() { cat <