diff --git a/.README.html b/.README.html index 5a3cafe..573cf6b 100644 --- a/.README.html +++ b/.README.html @@ -144,6 +144,7 @@
/etc/kdump.conf/etc/kdump.conf (RedHat like OS)/etc/default/kdump-tools (Ubuntu only, for now)See below
@@ -222,6 +224,17 @@true. You do not
need to re-execute the role after boot.
Default: false
To configure the default file-overwriting behavior, use for +example:
+kdump_kdump_tools:
+ USE_KDUMP: 1
+ KDUMP_KERNEL: /var/lib/kdump/vmlinuz
+ KDUMP_INITRD: /var/lib/kdump/initrd.img
+ KDUMP_COREDIR: "/var/crash"
+ MAKEDUMP_ARGS: "-c -d 31"
+ KDUMP_FAIL_CMD: "reboot -f"kdump_reboot_required: The role sets this fact if diff --git a/CHANGELOG.md b/CHANGELOG.md index 6321946..302760e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.5.0] - 2025-12-17 +-------------------- + +### New Features + +- feat: Ubuntu support (#265) + +### Other Changes + +- ci: Bump actions/checkout from 5 to 6 (#264) +- ci: add qemu tests for Fedora 43, drop Fedora 41 (#266) + [1.4.15] - 2025-11-17 --------------------