Skip to content

Releases: linux-system-roles/kdump

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)

Version 1.2.7

06 Apr 18:56
093e029
Compare
Choose a tag to compare

[1.2.7] - 2023-04-06

Bug Fixes

  • Use ansible_os_family in template (#133)

Other Changes

  • Remove unused test script "semaphore" (#131)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#134)
  • Fingerprint RHEL System Role managed config files (#136)

Version 1.2.6

16 Jan 17:25
Compare
Choose a tag to compare

[1.2.6] - 2023-01-16

New Features

  • none

Bug Fixes

  • none

Other Changes

  • ansible-lint 6.x fixes
  • Add check for non-inclusive language
  • CHANGELOG.md - cleanup non-inclusive words.

Version 1.2.5

21 Jul 01:07
700e970
Compare
Choose a tag to compare

[1.2.5] - 2022-07-19

New Features

  • none

Bug Fixes

  • none

Other Changes

  • make min_ansible_version a string in meta/main.yml (#104)

The Ansible developers say that min_ansible_version in meta/main.yml
must be a string value like "2.9", not a float value like 2.9.

  • Add CHANGELOG.md (#105)

bump tox-lsr version to 2.11.0; remove py37; add py310 (#103)

16 May 18:36
d34459b
Compare
Choose a tag to compare

[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310 (#103)

tox-lsr version 2.11.0 has support for collection-requirements.yml,
runqemu improvements, and support for python 3.10

python 3.7 is not used on any supported platform, so remove it

Signed-off-by: Rich Megginson [email protected]

support gather_facts: false; support setup-snapshot.yml (#102)

25 Apr 20:04
e7de3d8
Compare
Choose a tag to compare

support gather_facts: false; support setup-snapshot.yml (#102)

Some users use gather_facts: false in their playbooks. This changes
the role to work in that case, by gathering only the facts it requires
to run.
CI testing can be sped up by creating a snapshot image pre-installed
with packages. tests/setup-snapshot.yml can be used by a CI system
to do this.
Use public: true with the certificate role because the test uses
internal variables from that role.

use kdumpctl reset-crashkernel on rhel9 (#97)

08 Feb 17:32
361a979
Compare
Choose a tag to compare

[citest skip] bump tox-lsr version to 2.9.1 (#100)

Signed-off-by: Rich Megginson [email protected]

use kdumpctl reset-crashkernel on rhel9 (#97)

According to the rhel9 docs:

To use the crashkernel default parameters, run the following command:

kdumpctl reset-crashkernel --kernel=ALL

This fixes the issue with EL9 managed hosts where kdump.service could
not be started upon reboot.

get rid of recursive role symlink in tests/roles

11 Jan 13:27
150b5ec
Compare
Choose a tag to compare

change recursive role symlink to individual role dir symlinks (#95)

Signed-off-by: Rich Megginson [email protected]

bump tox-lsr version to 2.8.3 (#96)

Signed-off-by: Rich Megginson [email protected]

Add kdump_reboot_required for systems with kdump disabled by default

06 Dec 21:13
d002a7b
Compare
Choose a tag to compare

update tox-lsr version to 2.8.0 (#93)

  • update tox-lsr version to 2.8.0

New version adds check for proper commenting of the ansible_managed var

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

Add kdump_reboot_required for systems with kdump disabled by default (#84)

Systems that do not have kdump enabled might not have the memory
reserved for kdump in /sys/kernel/kexec_crash_size. It is necessary
to enable kdump and reboot the system to reserve memory and populate
/sys/kernel/kexec_crash_size with the required value.

  • Add kdump_reboot_required fact and fail if it is set
  • Add the kdump_reboot_ok variable to indicate that role must reboot nodes
  • Do not skip tasks if kexec_crash_size does not contain the required
  • Add rescue block to default and ssh tests. Add default_reboot test.
    value. Instead, configure kdump and request reboot to apply the changes