Skip to content

Commit bb9267a

Browse files
committed
Fix cli entries
Signed-off-by: Dj Walker-Morgan <[email protected]>
1 parent f2ce526 commit bb9267a

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

product_docs/docs/pgd/5.8/rel_notes/pgd_5.8.0_rel_notes.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ The command is fixed to return valid output for other components viz., <code>hea
6161
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fix the CLI <code>pgd node show</code> command issue if a non-existent node is specified.</summary><hr/><p>The <code>pgd node show</code> command crashed if a non-existent node is specified to the command.
6262
The command is fixed to fail gracefully with appropriate error message.</p>
6363
</details></td><td></td></tr>
64+
<tr><td>PGD CLI</td><td>5.8.0</td><td><details><summary>Fix the timestamp parsing issue for <code>pgd replication show</code> CLI command.</summary><hr/><p>The <code>pgd replication show</code> command previously crashed when formatting EPAS timestamps.</p>
65+
</details></td><td>47280</td></tr>
6466
<tr><td>BDR</td><td>5.8.0</td><td><details><summary>Prevent segfault in bdr.taskmgr_set_leader</summary><hr/><p>Add a note in test 00200 to at least give a hint about which
6567
function may be to blame.</p>
6668
</details></td><td></td></tr>

product_docs/docs/pgd/5.8/rel_notes/src/relnote_5.8.0.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,20 @@ relnotes:
147147
type: Enhancement
148148
impact: Medium
149149

150-
- relnote: Fix the CLI `pgd cluster show` command issues on a degraded cluster.
150+
- relnote: Fixed the CLI `pgd cluster show` command issues on a degraded cluster.
151151
details: |
152-
The `pgd cluster show` command failed with error for clock drift if only one node is up and running in a N node cluster.
153-
The command is fixed to return valid output for other components viz., `health` and `summary` while reporting a valid error for `clock-drift`.
152+
The `pgd cluster show` command failed with an error for clock drift if only one node was up and running in a N node cluster.
153+
The command now returns valid output for the other components, `health` and `summary`, while reporting an appropriate error for `clock-drift`.
154154
component: PGD CLI
155155
jira: BDR-6135
156156
addresses: ""
157157
type: Bug Fix
158158
impact: High
159159

160-
- relnote: Fix the CLI `pgd node show` command issue if a non-existent node is specified.
160+
- relnote: Fixed the CLI `pgd node show` command issue if a non-existent node is specified.
161161
details: |
162-
The `pgd node show` command crashed if a non-existent node is specified to the command.
163-
The command is fixed to fail gracefully with appropriate error message.
162+
The `pgd node show` command crashed if a non-existent node was specified to the command.
163+
The command now fails gracefully with an appropriate error message.
164164
component: PGD CLI
165165
jira: BDR-6292
166166
addresses: ""
@@ -216,3 +216,12 @@ relnotes:
216216
addresses: "46519"
217217
type: Bug Fix
218218
impact: Medium
219+
220+
- relnote: Fixed the timestamp parsing issue for `pgd replication show` CLI command.
221+
details: |
222+
The `pgd replication show` command previously crashed when formatting EPAS timestamps.
223+
component: PGD CLI
224+
jira: BDR-6347
225+
addresses: "47280"
226+
type: Bug Fix
227+
impact: High

0 commit comments

Comments
 (0)