Skip to content

Releases: linux-system-roles/nbde_client

Version 1.3.1

31 Oct 01:12
Compare
Choose a tag to compare

[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

02 Jul 17:52
Compare
Choose a tag to compare

[1.3.0] - 2024-07-02

New Features

  • feat: Allow initrd configuration to be skipped (#165)

Bug Fixes

  • fix: add support for EL10 (#166)

Other Changes

  • test: some files not created by nm implementation (#164)
  • ci: ansible-lint action now requires absolute directory (#167)

Version 1.2.20

11 Jun 17:10
Compare
Choose a tag to compare

[1.2.20] - 2024-06-11

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#159)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#161)
  • ci: Add supported_ansible_also to .ansible-lint (#162)

Version 1.2.19

22 Apr 15:33
Compare
Choose a tag to compare

[1.2.19] - 2024-04-22

Other Changes

  • refactor: clear net config from initrd via NM config (#156)

Version 1.2.18

04 Apr 16:22
Compare
Choose a tag to compare

[1.2.18] - 2024-04-04

Other Changes

  • ci: bump codecov/codecov-action from 3 to 4 (#149)
  • ci: fix python unit test - copy pytest config to tests/unit (#151)
  • ci: bump ansible/ansible-lint from 6 to 24 (#152)
  • ci: bump mathieudutour/github-tag-action from 6.1 to 6.2 (#153)

Version 1.2.17

17 Jan 20:34
Compare
Choose a tag to compare

[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

23 Oct 19:23
Compare
Choose a tag to compare

[1.2.16] - 2023-10-23

Other Changes

  • chore: Add support for AlmaLinux 8 & 9 (#133)
  • Bump actions/checkout from 3 to 4 (#134)
  • ci: ensure dependabot git commit message conforms to commitlint (#137)
  • ci: use dump_packages.py callback to get packages used by role (#139)
  • ci: tox-lsr version 3.1.1 (#141)

Version 1.2.15

08 Sep 13:07
2172c53
Compare
Choose a tag to compare

[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

19 Jul 21:06
Compare
Choose a tag to compare

[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

28 Apr 00:59
Compare
Choose a tag to compare

[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