You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_docs/docs/tpa/23/rel_notes/tpa_23.42.0_rel_notes.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ escalation command. Refer to the documentation in ansible-and-sudo.md and config
87
87
for detailed usage examples and configuration guidelines.</li>
88
88
</ul>
89
89
</details></td><td></td></tr>
90
-
<tr><td><details><summary>The <code>download-packages</code> command now has a 'refresh repository metadata' option</summary><hr/><p>A new option has been included on the <code>tpaexec download-packages</code> command (<code>--refresh-repository</code>,
90
+
<tr><td><details><summary>The <code>download-packages</code> command now has a 'refresh repository metadata' option.</summary><hr/><p>A new option has been included on the <code>tpaexec download-packages</code> command (<code>--refresh-repository</code>,
91
91
requires Docker & its corresponding Docker image to work). Prior to this change,
92
92
we relied on the user to have the commands required to manually recreate the local
93
93
repository, depending on its cluster and OS. This fix provides
@@ -96,7 +96,7 @@ are being placed and the new version of said packages is selected on the configu
96
96
file. It also includes documentation covering the steps that need to be taken,
97
97
given the different air-gapped conditions that can be found, and minor fixes that
98
98
were discovered related to the DNF repository in an air-gapped scenario.</p>
99
-
</details></td><td>52313, 52313, 52313</td></tr>
99
+
</details></td><td>52313</td></tr>
100
100
</tbody></table>
101
101
102
102
@@ -193,7 +193,7 @@ at configure time if one has not been specified already. Note that TPA will not
193
193
automatically select a cluster network that contains the provided IP addresses,
194
194
so the <code>--network</code> option should be used to specify a matching CIDR.</p>
195
195
</details></td><td></td></tr>
196
-
<tr><td><details><summary>Fixed an issue with undefined Patroni SSL facts during upgrade and test phases</summary><hr/><p>SSL-related facts set during deployment were not persisted across playbook
196
+
<tr><td><details><summary>Fixed an issue with undefined Patroni SSL facts during upgrade and test phases.</summary><hr/><p>SSL-related facts set during deployment were not persisted across playbook
197
197
runs, causing errors such as <code>'patroni_ssl_ca_file' is undefined</code> when running
198
198
<code>upgrade</code> or <code>test</code> against a Patroni cluster with SSL enabled. These facts are
199
199
now set by a dedicated <code>patroni/facts</code> role included at the relevant points in
@@ -279,7 +279,7 @@ for all etcd nodes using pyformat_hostvars, it looked for etcd_protocol in each
279
279
host's hostvars, however, only the current host had set this fact during an upgrade.
280
280
This caused a KeyError when accessing other hosts.</p>
281
281
</details></td><td></td></tr>
282
-
<tr><td><details><summary>Fixed an issue with 'basic' authentication in 'etcd_authentication_mode'</summary><hr/><p>When selecting 'basic' authentication for 'etcd_authentication_mode', the
282
+
<tr><td><details><summary>Fixed an issue with 'basic' authentication in 'etcd_authentication_mode'.</summary><hr/><p>When selecting 'basic' authentication for 'etcd_authentication_mode', the
283
283
execution of the deployment would fail on the task that grants permissions to
284
284
the 'patroni' role in etcd, responsible for making calls to the etcd cluster.
285
285
This was due to a fact variable not being properly defined in the scope of the
0 commit comments