Releases: linux-system-roles/nbde_client
Version 1.3.1
[1.3.1] - 2024-10-30
Other Changes
- ci: Add tft plan and workflow (#169)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#171)
- ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#172)
- ci: Add workflow for ci_test bad, use remote fmf plan (#173)
- ci: Fix missing slash in ARTIFACTS_URL (#174)
- chore: add debian late boot support (#176)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#177)
- ci: ansible-test action now requires ansible-core version (#178)
- ci: add YAML header to github action workflow files (#179)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#181)
Version 1.3.0
Version 1.2.20
Version 1.2.19
Version 1.2.18
Version 1.2.17
[1.2.17] - 2024-01-16
Other Changes
- ci: bump actions/github-script from 6 to 7 (#143)
- ci: bump github/codeql-action from 2 to 3 (#144)
- ci: bump actions/setup-python from 4 to 5 (#145)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#146)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#147)
Version 1.2.16
Version 1.2.15
[1.2.15] - 2023-09-08
Other Changes
-
ci: Add markdownlint, test_converting_readme, and build_docs workflows (#129)
-
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 (#130)
-
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 (#131)
-
Remove thematic break after badges
-
Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
Version 1.2.14
[1.2.14] - 2023-07-19
Bug Fixes
- fix: facts being gathered unnecessarily (#127)
Other Changes
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section (#120)
- ci: update tox-lsr to version 3.0.0 (#121)
- ci: Add pull request template and run commitlint on PR title only (#122)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#123)
- ci: fix python 2.7 CI tests by manually installing python2.7 package (#124)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#125)
- ci: ansible-test ignores file for ansible-core 2.15 (#126)
Version 1.2.13
[1.2.13] - 2023-04-27
Other Changes
- test: check generated files for ansible_managed, fingerprint
- ci: Add commitlint GitHub action to ensure conventional commits with feedback