Skip to content

Commit b5027d5

Browse files
committed
docs(changelog): version 1.2.0 [citest skip]
Update changelog and .README.html for version 1.2.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 1ec10a2 commit b5027d5

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.README.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ <h1 class="toc-title">Contents</h1>
144144
<ul>
145145
<li><a href="#sudo_rewrite_default_sudoers_file"
146146
id="toc-sudo_rewrite_default_sudoers_file">sudo_rewrite_default_sudoers_file</a></li>
147+
<li><a href="#sudo_check_if_configured"
148+
id="toc-sudo_check_if_configured">sudo_check_if_configured</a></li>
147149
<li><a href="#sudo_remove_unauthorized_included_files"
148150
id="toc-sudo_remove_unauthorized_included_files">sudo_remove_unauthorized_included_files</a></li>
149151
<li><a href="#sudo_visudo_path"
@@ -210,6 +212,11 @@ <h1 id="role-variables">Role Variables</h1>
210212
not wish to modify the <code>/etc/sudoers</code> file.</p>
211213
<p>Default: <code>true</code></p>
212214
<p>Type: <code>bool</code></p>
215+
<h2 id="sudo_check_if_configured">sudo_check_if_configured</h2>
216+
<p>This variable provides semantic check of already configured sudoers
217+
in case ansible setup is not needed and it is skipped.</p>
218+
<p>Default: <code>true</code></p>
219+
<p>Type: <code>bool</code></p>
213220
<h2
214221
id="sudo_remove_unauthorized_included_files">sudo_remove_unauthorized_included_files</h2>
215222
<p><em><strong>Dangerous!</strong></em> Setting this to
@@ -613,15 +620,24 @@ <h1 id="license">License</h1>
613620
href="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml"><img
614621
src="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml/badge.svg"
615622
alt="ansible-test.yml" /></a> <a
623+
href="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml"><img
624+
src="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml/badge.svg"
625+
alt="codeql.yml" /></a> <a
616626
href="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml"><img
617627
src="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml/badge.svg"
618628
alt="markdownlint.yml" /></a> <a
629+
href="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml"><img
630+
src="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml/badge.svg"
631+
alt="python-unit-test.yml" /></a> <a
619632
href="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml"><img
620633
src="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml/badge.svg"
621634
alt="shellcheck.yml" /></a> <a
622635
href="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml"><img
623636
src="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml/badge.svg"
624637
alt="tft.yml" /></a> <a
638+
href="https://github.com/linux-system-roles/sudo/actions/workflows/tft_citest_bad.yml"><img
639+
src="https://github.com/linux-system-roles/sudo/actions/workflows/tft_citest_bad.yml/badge.svg"
640+
alt="tft_citest_bad.yml" /></a> <a
625641
href="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml"><img
626642
src="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml/badge.svg"
627643
alt="woke.yml" /></a></p>

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
=========
33

4+
[1.2.0] - 2024-10-30
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Add variable that handles semantic check for sudoers (#22)
10+
11+
### Other Changes
12+
13+
- ci: Add workflow for ci_test bad, use remote fmf plan (#20)
14+
- ci: Fix missing slash in ARTIFACTS_URL (#21)
15+
- ci: Add python unit tests (#23)
16+
- ci: Add tags to TF workflow, allow more [citest bad] formats (#24)
17+
- ci: ansible-test action now requires ansible-core version (#25)
18+
- ci: add YAML header to github action workflow files (#26)
19+
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#28)
20+
421
[1.1.0] - 2024-08-01
522
--------------------
623

0 commit comments

Comments
 (0)