Skip to content

Releases: tomjelinek/ha_cluster

Version 1.9.3

28 Jun 14:37
Compare
Choose a tag to compare

[1.9.3] - 2023-05-26

Other Changes

  • style: address ansible-lint issues
  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: fix collection requirements section
  • style: fix linter issues in SBD task files
  • test: update for upcoming pcs release
  • refactor: update qdevice for upcoming pcs release

Version 1.9.2

28 Apr 08:44
Compare
Choose a tag to compare

[1.9.2] - 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.8.7

06 Mar 14:17
a077912
Compare
Choose a tag to compare

[1.8.7] - 2023-02-08

New Features

  • none

Bug Fixes

Other Changes

  • none

Version 1.8.5

19 Jan 09:25
159d057
Compare
Choose a tag to compare

[1.8.5] - 2023-01-13

New Features

  • none

Bug Fixes

When running the role with ha_cluster_cluster_present: false to purge
cluster passwords are not required
Add a missing bool mapping
do not set hacluster password when it is empty

Other Changes

Version 1.8.4

03 Jan 09:42
2bf1767
Compare
Choose a tag to compare

[1.8.4] - 2022-12-13

New Features

  • none

Bug Fixes

Currently the sbd.service will not be enabled if the cluster autostart
is disabled. This is not intended behavior as is will effectively break
the feature. We can simply remove the condition to depend on
ha_cluster_start_on_boot as on a RHEL8 system the sbd.service has a
dependencies (Before/After/PartOf/RequiredBy) to cluster related
services which make sure it is only ever started by the cluster (a
manual start is not possible).

Other Changes

  • none

Version 1.8.3

13 Dec 09:42
Compare
Choose a tag to compare

[1.8.3] - 2022-12-12

New Features

  • none

Bug Fixes

  • command warn is not supported in ansible-core 2.14

If users want to suppress the warning, users will need to configure
ansible.cfg.

  • fix ownership of cib.xml

  • update for upcoming pcs release

The upcoming pcs brings stricter validation for resource
configuration to prevent certain types of misconfiguration.

  • tests: add qnetd cleanup

Other Changes

  • none

Version 1.8.2

01 Dec 10:21
Compare
Choose a tag to compare

[1.8.2] - 2022-11-30

New Features

  • none

Bug Fixes

  • fix qnetd check mode

Other Changes

  • none

Version 1.8.1

16 Nov 12:10
Compare
Choose a tag to compare

[1.8.1] - 2022-11-14

New Features

  • none

Bug Fixes

  • none

Other Changes

  • long heading causes problems with md to adoc conversion

The long heading causes problems with md to adoc conversion. Shorten
the length by using abbreviations.

Version 1.7.5

20 Sep 13:52
Compare
Choose a tag to compare

[1.7.5] - 2022-09-19

New Features

  • none

Bug Fixes

fence-virt is not available for any architecture other than x86_64

Other Changes

  • replace yes, no, default with true, false, d

Use true, false, and d instead of yes, no, and default

Version 1.7.3

14 Jul 09:27
a6073e8
Compare
Choose a tag to compare

[1.7.3] - 2022-06-10

New Features

  • none

Bug fixes

  • s/ansible_play_hosts_all/ansible_play_hosts/ where applicable

Other Changes

  • none