Skip to content

Releases: linux-system-roles/timesync

Version 1.7.7

11 Sep 10:35
61c7bd9

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

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

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

Choose a tag to compare

[1.7.4] - 2023-04-13

Other Changes

  • use pipefail if shell uses pipes (#189)

Version 1.7.3

06 Apr 18:59
5fc6735

Choose a tag to compare

[1.7.3] - 2023-04-06

Bug Fixes

  • Update chrony.conf location for Debian (#187)

Other Changes

  • suppress shellcheck issue (#176)
  • Fix jinja formatting issue (#178)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#185)
  • Fingerprint RHEL System Role managed config files (#186)

Version 1.7.2

20 Jan 19:39
8ff13fe

Choose a tag to compare

[1.7.2] - 2023-01-20

New Features

  • none

Bug Fixes

  • fixes for ansible-lint 6.x

Other Changes

  • ensure ethtool is installed where needed
  • Add check for non-inclusive language; (#170)
  • Clean up / Workaround non-inclusive words
  • update ignore files for ansible-test 2.14 (#172)

Version 1.7.1

01 Nov 20:25

Choose a tag to compare

[1.7.1] - 2022-11-01

New Features

  • none

Bug Fixes

  • none

Other Changes

  • Update timestamping checks using ethtool

New ethtool versions don't print the upper-case timestamping constants
anymore. Match the lower-case strings instead.

Version 1.7.0

19 Sep 23:15

Choose a tag to compare

[1.7.0] - 2022-09-19

New Features

  • adding support fpr Oracle Linux 6,7,8 and 9

Bug Fixes

  • Update chrony.conf.j2

Variables are defined as string in Jinja2 template and the operators
on line 26 gives '<' not supported between instances of 'str' and 'float
on line 43 gives '>' not supported between instances of 'str' and 'float

  • Updated: type casting in overall timesync templates for testing

  • Updated: type casting adjusted (timesync_max_distance <= int)

Other Changes

  • use ansible_playbook_filepath for ansible-playbook command

Version 1.6.9

21 Jul 00:57

Choose a tag to compare

[1.6.9] - 2022-07-19

New Features

  • none

Bug Fixes

  • none

Other Changes

  • make all tests work with gather_facts: false

Ensure all tests work when using ANSIBLE_GATHERING=explicit

  • make min_ansible_version a string in meta/main.yml

The Ansible developers say that min_ansible_version in meta/main.yml
must be a string value like "2.9", not a float value like 2.9.

  • Add CHANGELOG.md

bump tox-lsr version to 2.11.0; remove py37; add py310

16 May 18:37

Choose a tag to compare

[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310

tox-lsr version 2.11.0 has support for collection-requirements.yml,
runqemu improvements, and support for python 3.10

python 3.7 is not used on any supported platform, so remove it

Signed-off-by: Rich Megginson rmeggins@redhat.com