Releases: linux-system-roles/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.9.1
Version 1.9.0
[1.9.0] - 2023-04-06
New Features
- add support for resource and operation defaults
- Add possibility to load SBD watchdog kernel modules (#82)
Bug Fixes
- use pcs to setup qdevice certificates if available
Other Changes
Version 1.8.7
[1.8.7] - 2023-02-08
New Features
- none
Bug Fixes
- Fix stonith watchdog timeout; fix purging nodes from pacemaker (#105)
Other Changes
- none
Version 1.8.6
[1.8.6] - 2023-02-02
New Features
- none
Bug Fixes
- Fence agent firewall port is restricted to x86_64 architecture. (#106)
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 (#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
Version 1.8.4
[1.8.4] - 2022-12-13
New Features
- none
Bug Fixes
- Allow enabled SBD on disabled cluster (#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