Skip to content

Releases: linux-system-roles/timesync

Version 1.8.3

04 Apr 16:30
Compare
Choose a tag to compare

[1.8.3] - 2024-04-04

Other Changes

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

Version 1.8.2

17 Jan 20:40
Compare
Choose a tag to compare

[1.8.2] - 2024-01-16

Other Changes

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

Version 1.8.1

08 Dec 21:13
Compare
Choose a tag to compare

[1.8.1] - 2023-12-08

Other Changes

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

Version 1.8.0

30 Nov 00:16
Compare
Choose a tag to compare

[1.8.0] - 2023-11-29

New Features

  • feat: support for ostree systems (#224)

Version 1.7.9

06 Nov 23:11
Compare
Choose a tag to compare

[1.7.9] - 2023-11-06

Other Changes

  • ci: Fix implicit octal values in main.yml (#220)
  • ci: Add ALP-Dolomite var file (#221)

Version 1.7.8

23 Oct 19:25
Compare
Choose a tag to compare

[1.7.8] - 2023-10-23

Other Changes

  • Bump actions/checkout from 3 to 4 (#209)
  • ci: ensure dependabot git commit message conforms to commitlint (#212)
  • ci: use dump_packages.py callback to get packages used by role (#214)
  • refactor: Add CentOS 7-8, RedHat 7-8 and AlmaLinux 8-9 var files (#216)
  • ci: tox-lsr version 3.1.1 (#218)

Version 1.7.7

11 Sep 10:35
61c7bd9
Compare
Choose a tag to compare

[1.7.7] - 2023-09-11

Other Changes

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

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

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

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

19 Jul 21:09
Compare
Choose a tag to compare

[1.7.6] - 2023-07-19

Bug Fixes

  • fix: facts being gathered unnecessarily (#202)

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section (#196)
  • ci: update tox-lsr to version 3.0.0 (#197)
  • ci: Add pull request template and run commitlint on PR title only (#198)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#199)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#200)
  • ci: ansible-test ignores file for ansible-core 2.15 (#201)

Version 1.7.5

28 Apr 01:05
Compare
Choose a tag to compare

[1.7.5] - 2023-04-27

Other Changes

  • test: check generated files for ansible_managed, fingerprint
  • ci: Add commitlint GitHub action to ensure conventional commits with feedback

Version 1.7.4

14 Apr 13:54
b8eb8e3
Compare
Choose a tag to compare

[1.7.4] - 2023-04-13

Other Changes

  • use pipefail if shell uses pipes (#189)