Skip to content

Commit 2276e07

Browse files
committed
docs(changelog): version 0.1.0 [citest skip]
Update changelog and .README.html for version 0.1.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent 47faa6b commit 2276e07

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

.README.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</style>
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
61+
html { -webkit-text-size-adjust: 100%; }
6162
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { line-height: 1.25; }
63+
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
6364
pre > code.sourceCode > span:empty { height: 1.2em; }
6465
.sourceCode { overflow: visible; }
6566
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +71,7 @@
7071
}
7172
@media print {
7273
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
74+
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
7475
}
7576
pre.numberSource code
7677
{ counter-reset: source-line 0; }
@@ -180,9 +181,9 @@ <h1 id="role-variables">Role Variables</h1>
180181
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_ucredit</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;-1&quot;</span><span class="co"> # defines minimum credit for having uppercase characters in password.</span></span>
181182
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_lcredit</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;-1&quot;</span><span class="co"> # defines minimum credit for having lowercase characters in password.</span></span>
182183
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_ocredit</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;-1&quot;</span><span class="co"> # defines minimum credit for having other characters in password.</span></span>
183-
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_minclass</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;4&quot;</span><span class="co"> # defines minium number of required character classes in new password.</span></span>
184+
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_minclass</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;4&quot;</span><span class="co"> # defines minimum number of required character classes in new password.</span></span>
184185
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_enforce_root</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;enforce_for_root&quot;</span><span class="co"> # (&quot;&quot;|&quot;enforce_for_root&quot;) defines whether or not to enforce password complexity for user root.</span></span>
185-
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_policy_name</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;password-policy&quot;</span><span class="co"> # RHEL 8 only. Define name of the custom authselect profile.</span></span>
186+
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_policy_name</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;password-policy&quot;</span><span class="co"> # Define name of the custom authselect profile. Not available on RHEL 7.</span></span>
186187
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_deny</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;5&quot;</span><span class="co"> # Set the number of failed login attempts after which the account is locked.</span></span>
187188
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_unlock_time</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;300&quot;</span><span class="co"> # Time in seconds after which an account is unlocked again.</span></span></code></pre></div>
188189
<p>You can keep these default values if they fit your requirements. Or

CHANGELOG.md

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

4+
[0.1.0] - 2025-06-16
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Support this role in container environments and builds (#99)
10+
11+
### Other Changes
12+
13+
- ci: ansible-plugin-scan is disabled for now (#83)
14+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#86)
15+
- ci: Check spelling with codespell (#87)
16+
- ci: Add test plan that runs CI tests and customize it for each role (#88)
17+
- ci: In test plans, prefix all relate variables with SR_ (#89)
18+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#90)
19+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#92)
20+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#93)
21+
- ci: skip storage scsi, nvme tests in github qemu ci (#94)
22+
- ci: Bump sclorg/testing-farm-as-github-action from 3 to 4 (#95)
23+
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#97)
24+
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#98)
25+
- ci: Add support for bootc end-to-end validation tests (#100)
26+
- tests: Add an actual integration test (#101)
27+
- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#102)
28+
429
[0.0.15] - 2025-01-09
530
--------------------
631

0 commit comments

Comments
 (0)