Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): version 1.1.0 [citest skip] #19

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ <h1 class="toc-title">Contents</h1>
id="toc-sudo_remove_unauthorized_included_files">sudo_remove_unauthorized_included_files</a></li>
<li><a href="#sudo_visudo_path"
id="toc-sudo_visudo_path">sudo_visudo_path</a></li>
<li><a href="#sudo_transactional_update_reboot_ok"
id="toc-sudo_transactional_update_reboot_ok">sudo_transactional_update_reboot_ok</a></li>
<li><a href="#sudo_sudoers_files"
id="toc-sudo_sudoers_files">sudo_sudoers_files</a>
<ul>
Expand Down Expand Up @@ -222,6 +224,17 @@ <h2 id="sudo_visudo_path">sudo_visudo_path</h2>
compatibility.</p>
<p>Default: <code>/usr/bin/visudo</code></p>
<p>Type: <code>string</code></p>
<h2
id="sudo_transactional_update_reboot_ok">sudo_transactional_update_reboot_ok</h2>
<p>This variable is used to handle reboots required by transactional
updates. If a transactional update requires a reboot, the role will
proceed with the reboot if
<code>sudo_transactional_update_reboot_ok</code> is set to
<code>true</code>. If set to <code>false</code>, the role will notify
the user that a reboot is required, allowing for custom handling of the
reboot requirement. If this variable is not set, the role will fail to
ensure the reboot requirement is not overlooked.</p>
<p>Default: <code>null</code> Type: <code>bool</code></p>
<h2 id="sudo_sudoers_files">sudo_sudoers_files</h2>
<p>A list that defines sudoers configurations.</p>
<p>For the default configuration, see <a
Expand Down Expand Up @@ -569,8 +582,8 @@ <h2 id="applying-a-multi-file-sudoers-configuration">Applying a
<span id="cb8-77"><a href="#cb8-77" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> /usr/bin/ping</span></span>
<span id="cb8-78"><a href="#cb8-78" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">user_alias</span><span class="kw">:</span></span>
<span id="cb8-79"><a href="#cb8-79" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="fu">name</span><span class="kw">:</span><span class="at"> PINGERS</span></span>
<span id="cb8-80"><a href="#cb8-80" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">users</span><span class="kw">:</span></span>
<span id="cb8-81"><a href="#cb8-81" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> username</span></span>
<span id="cb8-80"><a href="#cb8-80" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">users</span><span class="kw">:</span></span>
<span id="cb8-81"><a href="#cb8-81" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> username</span></span>
<span id="cb8-82"><a href="#cb8-82" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="fu">path</span><span class="kw">:</span><span class="at"> /etc/sudoers.d/pingers</span></span>
<span id="cb8-83"><a href="#cb8-83" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">user_specifications</span><span class="kw">:</span></span>
<span id="cb8-84"><a href="#cb8-84" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="fu">type</span><span class="kw">:</span><span class="at"> user</span></span>
Expand Down Expand Up @@ -606,6 +619,9 @@ <h1 id="license">License</h1>
href="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml/badge.svg"
alt="shellcheck.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml/badge.svg"
alt="tft.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml/badge.svg"
alt="woke.yml" /></a></p>
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

[1.1.0] - 2024-08-01
--------------------

### New Features

- Handle reboot for transactional update systems (#16)

### Other Changes

- ci: Add tft plan and workflow (#14)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#17)
- ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#18)

[1.0.1] - 2024-07-02
--------------------

Expand Down
Loading