Skip to content

Releases: linux-system-roles/timesync

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 [email protected]

  • 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 [email protected]

  • 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 [email protected]

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)

Version 1.7.3

06 Apr 18:59
5fc6735
Compare
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
Compare
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
Compare
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
Compare
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