Skip to content

Commit e8b37ed

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

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.README.html

Lines changed: 11 additions & 2 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; }
@@ -209,6 +210,8 @@ <h1 class="toc-title">Contents</h1>
209210
id="toc-ad_integration_sssd_custom_settings">ad_integration_sssd_custom_settings</a></li>
210211
<li><a href="#ad_integration_preserve_authselect_profile"
211212
id="toc-ad_integration_preserve_authselect_profile">ad_integration_preserve_authselect_profile</a></li>
213+
<li><a href="#ad_integration_manage_packages"
214+
id="toc-ad_integration_manage_packages">ad_integration_manage_packages</a></li>
212215
</ul></li>
213216
</ul></li>
214217
<li><a href="#example-playbook" id="toc-example-playbook">Example
@@ -490,6 +493,12 @@ <h3 id="ad_integration_sssd_settings">ad_integration_sssd_settings</h3>
490493
avoid overwriting previous PAM/nsswitch changes, until <a
491494
href="https://issues.redhat.com/browse/RHEL-5101">RHEL-5101</a> is
492495
addressed.</p>
496+
<h3
497+
id="ad_integration_manage_packages">ad_integration_manage_packages</h3>
498+
<p>By default, the role installs OS‐level packages needed for Active
499+
Directory integration. If <code>false</code>, the role assumes that all
500+
prerequisites are already in place and skips package installation.</p>
501+
<p>Default: true</p>
493502
<h1 id="example-playbook">Example Playbook</h1>
494503
<p>The following is an example playbook to setup direct Active Directory
495504
integration with AD domain <code>domain.example.com</code>, the join

CHANGELOG.md

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

4+
[1.5.0] - 2025-04-28
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Introduced option to skip package installation (#131)
10+
11+
### Other Changes
12+
13+
- ci: ansible-plugin-scan is disabled for now (#121)
14+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#124)
15+
- ci: Check spelling with codespell (#126)
16+
- ci: Add test plan that runs CI tests and customize it for each role (#127)
17+
- ci: In test plans, prefix all relate variables with SR_ (#128)
18+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#129)
19+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#130)
20+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#132)
21+
- ci: skip storage scsi, nvme tests in github qemu ci (#133)
22+
- test: test for ad_integration_manage_packages (#134)
23+
424
[1.4.8] - 2025-01-09
525
--------------------
626

0 commit comments

Comments
 (0)