From 1e46e6434161a5a35de08c369d2df70105d61f40 Mon Sep 17 00:00:00 2001 From: saypaul Date: Mon, 19 Aug 2024 12:55:02 +0530 Subject: [PATCH] The 0.15.5 release Signed-off-by: saypaul --- greenboot.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/greenboot.spec b/greenboot.spec index c71b91a..ffa4f83 100644 --- a/greenboot.spec +++ b/greenboot.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: greenboot -Version: 0.15.4 +Version: 0.15.5 Release: 1%{?dist} Summary: Generic Health Check Framework for systemd License: LGPLv2+ @@ -171,6 +171,13 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam %{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh %changelog +* Fri Aug 16 2024 saypaul - 0.15.5 +- The 0.15.5 release +- auto-detect image type and use correct rollback +- support for read only /boot mount +- warn users of missing disabled healthchecks +- add feature to disable healthchecks + * Fri Feb 17 2023 Paul Whalen - 0.15.4-1 - The 0.15.4 release - Fix update_platforms_check script