Skip to content

Releases: linux-system-roles/kernel_settings

Version 1.2.5

02 Jul 18:15

Choose a tag to compare

[1.2.5] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#207)

Other Changes

  • ci: ansible-lint action now requires absolute directory (#206)

Version 1.2.4

11 Jun 17:21

Choose a tag to compare

[1.2.4] - 2024-06-11

Other Changes

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

Version 1.2.3

04 Apr 09:52

Choose a tag to compare

[1.2.3] - 2024-04-02

Other Changes

  • ci: Bump codecov/codecov-action from 3 to 4 (#193)
  • ci: fix python unit test - copy pytest config to tests/unit (#194)
  • ci: Bump ansible/ansible-lint from 6 to 24 (#195)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#196)

Version 1.2.2

17 Jan 20:34

Choose a tag to compare

[1.2.2] - 2024-01-16

Other Changes

  • ci: new ansible lint collection (#187)
  • ci: Add ALP-Dolomite var file (#188)
  • ci: Bump actions/setup-python from 4 to 5 (#189)
  • ci: Bump github/codeql-action from 2 to 3 (#190)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#191)

Version 1.2.1

08 Dec 21:10

Choose a tag to compare

[1.2.1] - 2023-12-08

Other Changes

  • ci: Bump actions/github-script from 6 to 7 (#183)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#184)

Version 1.2.0

30 Nov 00:17

Choose a tag to compare

[1.2.0] - 2023-11-29

New Features

  • feat: support for ostree systems (#180)

Version 1.1.19

06 Nov 23:12

Choose a tag to compare

[1.1.19] - 2023-11-06

Other Changes

  • Bump actions/checkout from 3 to 4 (#170)
  • ci: ensure dependabot git commit message conforms to commitlint (#173)
  • ci: use dump_packages.py callback to get packages used by role (#175)
  • ci: tox-lsr version 3.1.1 (#177)
  • ci: Fix implicit octal values in main.yml (#178)

Version 1.1.18

08 Sep 13:06
9fc2ed9

Choose a tag to compare

[1.1.18] - 2023-09-08

Other Changes

  • ci: Add markdownlint, test_converting_readme, and build_docs workflows (#166)

  • 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 spetrosi@redhat.com

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

  • 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 spetrosi@redhat.com

  • ci: Remove badges from README.md prior to converting to HTML (#168)

  • Remove thematic break after badges

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

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

Version 1.1.17

19 Jul 21:15

Choose a tag to compare

[1.1.17] - 2023-07-19

Bug Fixes

  • fix: facts being gathered unnecessarily (#163)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#158)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#159)
  • ci: fix python 2.7 CI tests by manually installing python2.7 package (#160)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#161)
  • ci: ansible-test ignores file for ansible-core 2.15 (#162)

Version 1.1.16

27 May 17:56

Choose a tag to compare

[1.1.16] - 2023-05-26

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: remove unused Dependencies section in README