Releases: tomjelinek/ha_cluster
Version 1.13.5
[1.13.5] - 2024-01-16
Other Changes
- ci: bump github/codeql-action from 2 to 3 (linux-system-roles#176)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (linux-system-roles#177)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (linux-system-roles#178)
- style: followup for recent ansible-lint related changes (linux-system-roles#179)
Version 1.13.4
[1.13.4] - 2023-12-12
Other Changes
- test: fix jinja templates in conditionals (linux-system-roles#173)
Version 1.13.3
[1.13.3] - 2023-12-08
Other Changes
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (linux-system-roles#171)
Version 1.13.2
[1.13.2] - 2023-12-05
Bug Fixes
- fix: set sbd.service timeout based on SBD_START_DELAY (linux-system-roles#169)
Other Changes
- ci: bump actions/github-script from 6 to 7 (linux-system-roles#168)
Version 1.13.1
Version 1.13.0
[1.13.0] - 2023-11-29
New Features
- feat: support for ostree systems (linux-system-roles#159)
Other Changes
- test: update for ansible-test-2.16 (linux-system-roles#162)
- test: do not use true test with select (linux-system-roles#163)
Version 1.12.0
[1.12.0] - 2023-11-06
New Features
- feat: add an option to enable Resilient Storage rpm repository (linux-system-roles#158)
Bug Fixes
- fix: cast sbd option value to string (linux-system-roles#160)
Version 1.11.0
[1.11.0] - 2023-10-23
New Features
- feat: Add support for configuring stonith levels (linux-system-roles#147)
Other Changes
- build(deps): bump actions/checkout from 3 to 4 (linux-system-roles#146)
- ci: dependabot git commit msg lint; badge ordering (linux-system-roles#150)
- ci: use dump_packages.py callback to get packages used by role (linux-system-roles#152)
- test: support for qdevice tls and kaptb options (linux-system-roles#153)
- ci: tox-lsr version 3.1.1 (linux-system-roles#156)
Version 1.10.1
[1.10.1] - 2023-09-08
Other Changes
-
docs: fix missing pronoun in readme (linux-system-roles#141)
-
ci: Add markdownlint, test_html_build, and build_docs workflows (linux-system-roles#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 (linux-system-roles#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 (linux-system-roles#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
[1.10.0] - 2023-07-19
New Features
- feat: cluster and quorum can have distinct passwords (linux-system-roles#134)
Bug Fixes
- fix: various minor fixes (linux-system-roles#137)
- fix: facts being gathered unnecessarily (linux-system-roles#139)
Other Changes
- ci: Add pull request template and run commitlint on PR title only (linux-system-roles#133)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (linux-system-roles#135)
- ci: test with pcs v0.11.6 (linux-system-roles#136)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (linux-system-roles#138)