Releases: tomjelinek/ha_cluster
Version 1.9.3
[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
[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
[1.8.7] - 2023-02-08
New Features
- none
Bug Fixes
- Fix stonith watchdog timeout; fix purging nodes from pacemaker (linux-system-roles#105)
Other Changes
- none
Version 1.8.5
[1.8.5] - 2023-01-13
New Features
- none
Bug Fixes
- Not request password to be specified when purging cluster (linux-system-roles#92)
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
- ansible-lint 6.x fixes (linux-system-roles#94)
- Add check for non-inclusive language (linux-system-roles#97)
Version 1.8.4
[1.8.4] - 2022-12-13
New Features
- none
Bug Fixes
- Allow enabled SBD on disabled cluster (linux-system-roles#81)
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
[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
[1.8.2] - 2022-11-30
New Features
- none
Bug Fixes
- fix qnetd check mode
Other Changes
- none
Version 1.8.1
[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
[1.7.5] - 2022-09-19
New Features
- none
Bug Fixes
- only install and setup fence-virt on x86_64 hosts (linux-system-roles#64)
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
- readme: update SBD example (linux-system-roles#61)
Version 1.7.3
[1.7.3] - 2022-06-10
New Features
- none
Bug fixes
- s/ansible_play_hosts_all/ansible_play_hosts/ where applicable
Other Changes
- none