Skip to content

Releases: linux-system-roles/ha_cluster

Version 1.13.0

30 Nov 00:12
Compare
Choose a tag to compare

[1.13.0] - 2023-11-29

New Features

  • feat: support for ostree systems (#159)

Other Changes

  • test: update for ansible-test-2.16 (#162)
  • test: do not use true test with select (#163)

Version 1.12.0

06 Nov 23:13
Compare
Choose a tag to compare

[1.12.0] - 2023-11-06

New Features

  • feat: add an option to enable Resilient Storage rpm repository (#158)

Bug Fixes

  • fix: cast sbd option value to string (#160)

Version 1.11.0

23 Oct 19:20
Compare
Choose a tag to compare

[1.11.0] - 2023-10-23

New Features

  • feat: Add support for configuring stonith levels (#147)

Other Changes

  • build(deps): bump actions/checkout from 3 to 4 (#146)
  • ci: dependabot git commit msg lint; badge ordering (#150)
  • ci: use dump_packages.py callback to get packages used by role (#152)
  • test: support for qdevice tls and kaptb options (#153)
  • ci: tox-lsr version 3.1.1 (#156)

Version 1.10.1

08 Sep 13:05
2f1e33d
Compare
Choose a tag to compare

[1.10.1] - 2023-09-08

Other Changes

  • docs: fix missing pronoun in readme (#141)

  • ci: Add markdownlint, test_html_build, and build_docs workflows (#142)

  • markdownlint runs against README.md to avoid any issues with
    converting it to HTML

  • test_converting_readme converts README.md > HTML and uploads this test
    artifact to ensure that conversion works fine

  • build_docs converts README.md > HTML and pushes the result to the
    docs branch to publish dosc to GitHub pages site.

  • Fix markdown issues in README.md

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

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

  • 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 (#144)

  • Remove thematic break after badges

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

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

Version 1.10.0

19 Jul 21:04
Compare
Choose a tag to compare

[1.10.0] - 2023-07-19

New Features

  • feat: cluster and quorum can have distinct passwords (#134)

Bug Fixes

  • fix: various minor fixes (#137)
  • fix: facts being gathered unnecessarily (#139)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#133)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#135)
  • ci: test with pcs v0.11.6 (#136)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#138)

Version 1.9.3

26 May 18:46
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 00:55
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.9.1

14 Apr 13:57
7763213
Compare
Choose a tag to compare

[1.9.1] - 2023-04-13

Other Changes

  • fix ansible-lint issues with changed_when, others (#118)

Version 1.9.0

06 Apr 18:57
74022fa
Compare
Choose a tag to compare

[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

  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#115)
  • Fingerprint RHEL System Role managed config files (#116)

Version 1.8.7

08 Feb 16:44
908bb17
Compare
Choose a tag to compare

[1.8.7] - 2023-02-08

New Features

  • none

Bug Fixes

  • Fix stonith watchdog timeout; fix purging nodes from pacemaker (#105)

Other Changes

  • none