Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased
- Make risk level column in Overview of Unit Tested Modules (in DTP and DTR) wrappable ([#144](https://github.com/opendevstack/ods-document-generation-templates/pull/144))
- TIR changes: Changed wording in DIAGNOSTIC RESULT table to fit for helm deployments. In addition wording no longer claims that the expected result is "POD is in status running" which would not be the case for example when a job is deployed. [#145](https://github.com/opendevstack/ods-document-generation-templates/pull/145)

## 1.2.8 - 2024-06-06
- RA doc in section 4.1 has got a typo in Description of column Requirement ([#142](https://github.com/opendevstack/ods-document-generation-templates/pull/142))
Expand Down
12 changes: 6 additions & 6 deletions templates/TIR.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,17 @@
<tbody>
<tr>
<td class="lean">1</td>
<td class="content-wrappable">automated configuration appplication (Q/P environment)</td>
<td class="content-wrappable">Automated configuration appplication (Q/P environment)</td>
<td class="content-wrappable">Configuration applied</td>
<td class="content-wrappable">Configuration applied</td>
<td class="lean">pass</td>
<td class="lean">Pass</td>
</tr>
<tr>
<td class="lean">2</td>
<td class="content-wrappable">POD is running</td>
<td class="content-wrappable">POD is in status running</td>
<td class="content-wrappable">POD is in status running</td>
<td class="lean">pass</td>
<td class="content-wrappable">Wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a ready state</td>
<td class="content-wrappable">Applicable resources are in ready state</td>
<td class="content-wrappable">Applicable resources are in ready state</td>
<td class="lean">Pass</td>
</tr>
</tbody>
</table>
Expand Down