Releases: linux-system-roles/timesync
Version 1.7.9
Version 1.7.8
[1.7.8] - 2023-10-23
Other Changes
Version 1.7.7
[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
[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
[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
Version 1.7.3
Version 1.7.2
Version 1.7.1
[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
[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