Skip to content

Releases: linux-system-roles/tlog

Version 1.3.7

31 Oct 00:53
Compare
Choose a tag to compare

[1.3.7] - 2024-10-30

Other Changes

  • ci: Add tft plan and workflow (#135)
  • ci: Update fmf plan to add a separate job to prepare managed nodes (#137)
  • ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#138)
  • ci: Add workflow for ci_test bad, use remote fmf plan (#139)
  • ci: Fix missing slash in ARTIFACTS_URL (#140)
  • ci: Add tags to TF workflow, allow more [citest bad] formats (#142)
  • ci: ansible-test action now requires ansible-core version (#143)
  • ci: add YAML header to github action workflow files (#144)
  • refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#146)

Version 1.3.6

02 Jul 17:54
Compare
Choose a tag to compare

[1.3.6] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#133)

Other Changes

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

Version 1.3.5

11 Jun 17:17
Compare
Choose a tag to compare

[1.3.5] - 2024-06-11

Other Changes

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

Version 1.3.4

04 Apr 16:27
Compare
Choose a tag to compare

[1.3.4] - 2024-04-04

Other Changes

  • ci: fix python unit test - copy pytest config to tests/unit (#122)
  • ci: Bump ansible/ansible-lint from 6 to 24 (#123)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#124)

Version 1.3.3

31 Jan 17:23
Compare
Choose a tag to compare

[1.3.3] - 2024-01-31

Other Changes

  • refactor: Support with-tlog authselect feature (#120)

Version 1.3.2

17 Jan 20:40
Compare
Choose a tag to compare

[1.3.2] - 2024-01-16

Other Changes

  • ci: support ansible-lint and ansible-test 2.16 (#117)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#118)

Version 1.3.1

08 Dec 21:02
Compare
Choose a tag to compare

[1.3.1] - 2023-12-08

Other Changes

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

Version 1.3.0

30 Nov 00:15
Compare
Choose a tag to compare

[1.3.0] - 2023-11-29

New Features

  • feat: support for ostree systems (#111)

Other Changes

  • Bump actions/checkout from 3 to 4 (#103)
  • ci: ensure dependabot git commit message conforms to commitlint (#106)

Version 1.2.17

08 Sep 13:15
2edceda
Compare
Choose a tag to compare

[1.2.17] - 2023-09-07

Other Changes

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

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

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

  • 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.16

19 Jul 21:09
Compare
Choose a tag to compare

[1.2.16] - 2023-07-19

Bug Fixes

  • fix: facts being gathered unnecessarily (#97)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#94)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#95)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#96)