Skip to content

Releases: rhkdump/kdump-utils

v1.0.49

04 Nov 08:24
Compare
Choose a tag to compare

What's Changed

  • Set up crashkernel value for osbuild by @coiby in #51
  • kdumpctl: deprecate --reboot for reset-creashkernel by @prudo1 in #38

Full Changelog: v1.0.48...v1.0.49

v1.0.48

22 Oct 02:18
Compare
Choose a tag to compare

What's Changed

  • kdump.service: Replace ConditionKernelCommandLine with ExecCondition by @sourabhjains in #39
  • Return the correct exit code of rebuild initrd by @liutgnu in #48
  • Allow ssh opts to be processed correctly by @coiby in #47

Full Changelog: v1.0.47...v1.0.48

v1.0.47

11 Oct 06:23
Compare
Choose a tag to compare

What's Changed

  • dracut: Disable ostree-prepare-root by @licliu in #44

Full Changelog: v1.0.46...v1.0.47

v1.0.46

11 Oct 03:07
Compare
Choose a tag to compare

What's Changed

  • kdump-lib-initramfs: Improve mount point retrieval logic by @licliu in #41

Full Changelog: v1.0.45...v1.0.46

v1.0.45

08 Oct 00:52
Compare
Choose a tag to compare

What's Changed

  • Temporary disable PrivateTmp=yes by @licliu in #26
  • Support setting up Openvswitch (Ovs) Bridge network by @coiby in #2
  • Add suport for erofs in the kdump initrd by @prudo1 in #33
  • mkdumprd: Omit rdma module by @pfliu in #34
  • Spec file fix and cleanups by @prudo1 in #36
  • Introduce vmcore creation notification to kdump by @liutgnu in #20

New Contributors

Full Changelog: v1.0.44...v1.0.45

v1.0.44

15 Jul 09:12
Compare
Choose a tag to compare

What's Changed

  • Automatically propose a release in Fedora using packit by @coiby in #25

Full Changelog: v1.0.43...v1.0.44

v1.0.43

10 Jul 02:52
Compare
Choose a tag to compare

What's Changed

  • Install PHY and MDIO bus drivers and the driver of physical device for a SR-IOV virtual device by @coiby in #3
  • update 98-kexec rules for crash hotplug by @baoquan-he in #6
  • [PATCH v2] sysconfig: add pcie_ports compat to KDUMP_COMMANDLINE_APPEND on x86_64 by @liutgnu in #9
  • fadump/udev: do not re-register fadump if kernel hotplug ready by @sourabhjains in #7
  • Use "grep -q <<< $(cmd)" instead of "cmd | grep -q" by @liutgnu in #17
  • Remove default debug option by @prudo1 in #12
  • dracut-module-setup: Remove remove_cpu_online_rule() since PowerPC us… by @pfliu in #16
  • Various fixes by @prudo1 in #18

Full Changelog: v1.0.42...v1.0.43

init

13 Apr 01:54
Compare
Choose a tag to compare
makedumpfile: remove explicit-lib-dependency zlib

Fix the following error found by rpmlint,
    makedumpfile.x86_64: E: explicit-lib-dependency zlib
    You must let rpm find the library dependencies by itself. Do not put unneeded
    explicit Requires: tags.

Signed-off-by: Coiby Xu <[email protected]>
Reviewed-by: Philipp Rudo <[email protected]>
Reviewed-by: Dave Young <[email protected]>