Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Oct 31, 2024
1 parent c1969fd commit c406798
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 22 deletions.
44 changes: 22 additions & 22 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 @@ -172,24 +172,24 @@ <h1 id="role-variables">Role Variables</h1>
secrets.</p>
<table>
<thead>
<tr class="header">
<tr>
<th><strong>Variable</strong></th>
<th><strong>Default/Choices</strong></th>
<th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<tr>
<td><code>keylime_server_verifier_ip</code></td>
<td>127.0.0.1</td>
<td>The IP address of the <code>verifier</code></td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_verifier_port</code></td>
<td>8881</td>
<td>The port of the <code>verifier</code></td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_verifier_database_url</code></td>
<td>sqlite / empty string (legacy Keylime)</td>
<td>The URL connection for the verifier database. If set to
Expand All @@ -201,7 +201,7 @@ <h1 id="role-variables">Role Variables</h1>
this should be set to an empty string, if one wants to use default
sqlite configuration</td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_verifier_tls_dir</code></td>
<td>generate</td>
<td>This option defines the directory where the keys and certificates
Expand All @@ -219,7 +219,7 @@ <h1 id="role-variables">Role Variables</h1>
<code>keylime_server_verifier_trusted_server_ca</code> options
<code>keylime_server_verifier_server_key</code></td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_verifier_server_key_passphrase</code></td>
<td>default</td>
<td>Set the password used to decrypt the server private key file. If
Expand All @@ -228,7 +228,7 @@ <h1 id="role-variables">Role Variables</h1>
generated server private key. If left empty, the private key will not be
encrypted</td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_verifier_server_cert</code></td>
<td>default</td>
<td>The name of the file containing the Keylime verifier server
Expand All @@ -237,15 +237,15 @@ <h1 id="role-variables">Role Variables</h1>
<code>default</code>, the value <code>server-cert.crt</code> is
used</td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_verifier_trusted_client_ca</code></td>
<td>default</td>
<td>The list of trusted client CA certificates. The files in the list
should be stored in the directory set in the
<code>keylime_server_verifier_tls_dir</code> option. If set as
<code>default</code>, the value is set as <code>[cacert.crt]</code></td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_verifier_client_key</code></td>
<td>default</td>
<td>The name of the file containing the Keylime verifier client private
Expand All @@ -255,7 +255,7 @@ <h1 id="role-variables">Role Variables</h1>
If set as <code>default</code>, the <code>client-private.pem</code>
value is used</td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_verifier_client_key_passphrase</code></td>
<td>default</td>
<td>Set the password used to decrypt the client private key file. If
Expand All @@ -264,7 +264,7 @@ <h1 id="role-variables">Role Variables</h1>
generated client private key. If left empty, the private key will not be
encrypted</td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_verifier_client_cert</code></td>
<td>default</td>
<td>The name of the file containing the Keylime verifier client
Expand All @@ -274,25 +274,25 @@ <h1 id="role-variables">Role Variables</h1>
If set as <code>default</code>, the value <code>client-cert.crt</code>
value is used</td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_verifier_trusted_server_ca</code></td>
<td>default</td>
<td>The list of trusted server CA certificates. The files in the list
should be stored in the directory set in the
<code>keylime_server_verifier_tls_dir</code> option. If set as
<code>default</code>, the value is set as <code>[cacert.crt]</code></td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_registrar_ip</code></td>
<td>127.0.0.1</td>
<td>The IP address of the <code>registrar</code></td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_registrar_port</code></td>
<td>8891</td>
<td>The port of the <code>registrar</code></td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_registrar_database_url</code></td>
<td>sqlite / empty string (legacy Keylime)</td>
<td>The URL connection for the registrar database. If set to
Expand All @@ -304,7 +304,7 @@ <h1 id="role-variables">Role Variables</h1>
this should be set to an empty string, if one wants to use default
sqlite configuration</td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_registrar_tls_dir</code></td>
<td>default</td>
<td>Similarly to <code>keylime_server_verifier_tls_dir</code>, the
Expand All @@ -324,7 +324,7 @@ <h1 id="role-variables">Role Variables</h1>
<code>keylime_server_registrar_server_cert</code> and
<code>keylime_server_registrar_trusted_client_ca</code> options</td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_registrar_server_key</code></td>
<td>default</td>
<td>The name of the file containing the Keylime registrar server private
Expand All @@ -333,7 +333,7 @@ <h1 id="role-variables">Role Variables</h1>
<code>default</code>, the value <code>server-private.pem</code> is
used</td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_registrar_server_key_passphrase</code></td>
<td>default</td>
<td>This option sets the password used to decrypt the private key file.
Expand All @@ -342,7 +342,7 @@ <h1 id="role-variables">Role Variables</h1>
generated server private key. If left empty, the private key will not be
encrypted</td>
</tr>
<tr class="even">
<tr>
<td><code>keylime_server_registrar_server_cert</code></td>
<td>default</td>
<td>The name of the file containing the Keylime registrar server
Expand All @@ -351,7 +351,7 @@ <h1 id="role-variables">Role Variables</h1>
<code>default</code>, the value <code>server-cert.crt</code> is
used</td>
</tr>
<tr class="odd">
<tr>
<td><code>keylime_server_registrar_trusted_client_ca</code></td>
<td>default</td>
<td>The list of trusted client CA certificates. The files in the list
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.1.6] - 2024-10-30
--------------------

### Other Changes

- ci: Add tft plan and workflow (#48)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#50)
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#51)
- ci: Add workflow for ci_test bad, use remote fmf plan (#52)
- ci: Fix missing slash in ARTIFACTS_URL (#53)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#54)
- ci: ansible-test action now requires ansible-core version (#55)
- ci: add YAML header to github action workflow files (#56)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#58)

[1.1.5] - 2024-07-02
--------------------

Expand Down

0 comments on commit c406798

Please sign in to comment.