Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Oct 31, 2024
1 parent 3f99542 commit d695dab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +70,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -252,63 +252,63 @@ <h1 id="requirements">Requirements</h1>
reachable from the Linux client.</p>
<table>
<thead>
<tr class="header">
<tr>
<th>Source Port</th>
<th>Destination</th>
<th>Protocol</th>
<th>Service</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<tr>
<td>1024:65535</td>
<td>53</td>
<td>TCP and UDP</td>
<td>DNS</td>
</tr>
<tr class="even">
<tr>
<td>1024:65535</td>
<td>389</td>
<td>TCP and UDP</td>
<td>LDAP</td>
</tr>
<tr class="odd">
<tr>
<td>1024:65535</td>
<td>636</td>
<td>TCP</td>
<td>LDAPS</td>
</tr>
<tr class="even">
<tr>
<td>1024:65535</td>
<td>88</td>
<td>TCP and UDP</td>
<td>Kerberos</td>
</tr>
<tr class="odd">
<tr>
<td>1024:65535</td>
<td>464</td>
<td>TCP and UDP</td>
<td>Kerberos change/set password (kadmin)</td>
</tr>
<tr class="even">
<tr>
<td>1024:65535</td>
<td>3268</td>
<td>TCP</td>
<td>LDAP Global Catalog</td>
</tr>
<tr class="odd">
<tr>
<td>1024:65535</td>
<td>3269</td>
<td>TCP</td>
<td>LDAP Global Catalog SSL</td>
</tr>
<tr class="even">
<tr>
<td>1024:65535</td>
<td>123</td>
<td>UDP</td>
<td>NTP/Chrony(Optional)</td>
</tr>
<tr class="odd">
<tr>
<td>1024:65535</td>
<td>323</td>
<td>UDP</td>
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

[1.4.7] - 2024-10-30
--------------------

### Other Changes

- ci: Add tft plan and workflow (#104)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#106)
- ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#107)
- ci: Add workflow for ci_test bad, use remote fmf plan (#108)
- ci: Fix missing slash in ARTIFACTS_URL (#109)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#112)
- ci: ansible-test action now requires ansible-core version (#113)
- ci: add YAML header to github action workflow files (#114)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#116)

[1.4.6] - 2024-07-02
--------------------

Expand Down

0 comments on commit d695dab

Please sign in to comment.