Skip to content

Releases: linux-system-roles/kdump

Version 1.3.7

08 Sep 13:18
7e4c6e5
Compare
Choose a tag to compare

[1.3.7] - 2023-09-07

Other Changes

  • docs: Make badges consistent, run markdownlint on all .md files (#167)

  • Consistently generate badges for GH workflows in README RHELPLAN-146921

  • Run markdownlint on all .md files

  • Add custom-woke-action if not used already

  • Rename woke action to Woke for a pretty badge

Signed-off-by: Sergei Petrosian [email protected]

  • ci: Remove badges from README.md prior to converting to HTML (#168)

  • Remove thematic break after badges

  • Remove badges from README.md prior to converting to HTML

Signed-off-by: Sergei Petrosian [email protected]

Version 1.3.6

17 Aug 22:28
Compare
Choose a tag to compare

[1.3.6] - 2023-08-17

Bug Fixes

  • fix: ensure .ssh directory exists for kdump_ssh_user on kdump_ssh_server (#164)
  • fix: Ensure authorized_keys management works with multiple hosts (#165)

Version 1.3.5

16 Aug 18:54
Compare
Choose a tag to compare

[1.3.5] - 2023-08-16

Bug Fixes

  • fix: do not fail if authorized_keys not found (#161)
  • fix: Write new authorized_keys if needed is not idempotent (#162)

Other Changes

  • ci: Add markdownlint, test_converting_readme, and build_docs workflows (#160)

Version 1.3.4

02 Aug 12:51
Compare
Choose a tag to compare

[1.3.4] - 2023-08-02

Other Changes

  • test: call handlers to refresh kdump before calling role again (#158)

Version 1.3.3

30 Jul 16:22
Compare
Choose a tag to compare

[1.3.3] - 2023-07-30

Bug Fixes

  • fix: use failure_action instead of default on EL9 and later (#155)

Other Changes

  • test: add test for failure_action (#156)

Version 1.3.2

19 Jul 21:04
Compare
Choose a tag to compare

[1.3.2] - 2023-07-19

Bug Fixes

  • fix: facts being gathered unnecessarily (#152)

Other Changes

  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#150)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#151)

Version 1.3.1

20 Jun 18:57
Compare
Choose a tag to compare

[1.3.1] - 2023-06-20

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#147)
  • test: add test for crashkernel, dracut settings (#148)

Version 1.3.0

27 May 17:57
Compare
Choose a tag to compare

[1.3.0] - 2023-05-26

New Features

  • feat: Add support for auto_reset_crashkernel and dracut_args

Bug Fixes

  • fix: do not use /etc/sysconfig/kdump
  • fix: use grubby to update crashkernel=auto if needed

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section

Version 1.2.9

28 Apr 00:57
Compare
Choose a tag to compare

[1.2.9] - 2023-04-27

Other Changes

  • test: check generated files for ansible_managed, fingerprint
  • ci: Add commitlint GitHub action to ensure conventional commits with feedback

Version 1.2.8

14 Apr 14:32
24c83d1
Compare
Choose a tag to compare

[1.2.8] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when even for conditional execution (#138)