Skip to content

Commit

Permalink
docs(changelog): version 1.9.0 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.9.0

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 16, 2024
1 parent 2a6ed11 commit 67fac38
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,16 @@ <h1 id="role-variables">Role Variables</h1>
<span id="cb2-72"><a href="#cb2-72" aria-hidden="true" tabindex="-1"></a><span class="co"># follows:</span></span>
<span id="cb2-73"><a href="#cb2-73" aria-hidden="true" tabindex="-1"></a><span class="fu">timesync_chrony_custom_settings</span><span class="kw">:</span></span>
<span id="cb2-74"><a href="#cb2-74" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="st">&quot;logdir /var/log/chrony&quot;</span></span>
<span id="cb2-75"><a href="#cb2-75" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="st">&quot;log measurements statistics tracking&quot;</span></span></code></pre></div>
<span id="cb2-75"><a href="#cb2-75" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="st">&quot;log measurements statistics tracking&quot;</span></span>
<span id="cb2-76"><a href="#cb2-76" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb2-77"><a href="#cb2-77" aria-hidden="true" tabindex="-1"></a><span class="co"># This variable is applicable only for transactional update systems.</span></span>
<span id="cb2-78"><a href="#cb2-78" aria-hidden="true" tabindex="-1"></a><span class="co"># If a transactional update requires a reboot, the role will proceed with the</span></span>
<span id="cb2-79"><a href="#cb2-79" aria-hidden="true" tabindex="-1"></a><span class="co"># reboot if `timesync_transactional_update_reboot_ok` is set to `true`. If set</span></span>
<span id="cb2-80"><a href="#cb2-80" aria-hidden="true" tabindex="-1"></a><span class="co"># to `false`, the role will notify the user that a reboot is required, allowing</span></span>
<span id="cb2-81"><a href="#cb2-81" aria-hidden="true" tabindex="-1"></a><span class="co"># for custom handling of the reboot requirement. If this variable is not set,</span></span>
<span id="cb2-82"><a href="#cb2-82" aria-hidden="true" tabindex="-1"></a><span class="co"># the role will fail to ensure the reboot requirement is not overlooked.</span></span>
<span id="cb2-83"><a href="#cb2-83" aria-hidden="true" tabindex="-1"></a><span class="co"># For non-transactional update systems, this variable is ignored.</span></span>
<span id="cb2-84"><a href="#cb2-84" aria-hidden="true" tabindex="-1"></a><span class="fu">timesync_transactional_update_reboot_ok</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span></code></pre></div>
<h1 id="example-playbooks">Example Playbooks</h1>
<p>Install and configure ntp to synchronize the system clock with three
NTP servers:</p>
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[1.9.0] - 2024-08-16
--------------------

### New Features

- feat: Handle reboot for transactional update systems (#256)

### Other Changes

- ci: Add workflow for ci_test bad, use remote fmf plan (#254)
- ci: Fix missing slash in ARTIFACTS_URL (#255)

[1.8.6] - 2024-08-01
--------------------

Expand Down

0 comments on commit 67fac38

Please sign in to comment.