-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from say-paul/v0.15.5
The 0.15.5 release
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> - 0.15.5-1 | ||
- 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 <[email protected]> - 0.15.4-1 | ||
- The 0.15.4 release | ||
- Fix update_platforms_check script | ||
|