Skip to content

Commit 490e23c

Browse files
authored
docs: Add Desktop fix to known issues 0.15.x and 0.16.x (#4976)
1 parent c4a01eb commit 490e23c

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

website/content/docs/release-notes/v0_15_0.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,28 @@ description: |-
290290
</td>
291291
</tr>
292292

293+
<tr>
294+
<td style={{verticalAlign: 'middle'}}>
295+
0.15.0
296+
<br /><br />
297+
(Fixed in 0.15.5)
298+
</td>
299+
<td style={{verticalAlign: 'middle'}}>
300+
Users cannot log in to Boundary Desktop
301+
</td>
302+
<td style={{verticalAlign: 'middle'}}>
303+
A bug caused Boundary Desktop to incorrectly assume the controller was running an unsupported version. It would prevent users from being able to log in to the Desktop client.
304+
<br /><br />
305+
Learn more:&nbsp;
306+
<br /><br />
307+
<a href="https://github.com/hashicorp/boundary/issues/4370">Boundary Desktop issue #4370</a>
308+
<br /><br />
309+
This issue is fixed in Boundary version 0.15.5.
310+
<br /><br />
311+
<a href="/boundary/tutorials/self-managed-deployment/upgrade-version">Upgrade to the latest version of Boundary</a>
312+
</td>
313+
</tr>
314+
293315

294316

295317
</tbody>

website/content/docs/release-notes/v0_16_0.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,27 @@ description: |-
201201
<a href="/boundary/tutorials/self-managed-deployment/upgrade-version">Upgrade to the latest version of Boundary</a>
202202
</td>
203203
</tr>
204+
205+
<tr>
206+
<td style={{verticalAlign: 'middle'}}>
207+
0.16.0
208+
<br /><br />
209+
(Fixed in 0.16.0)
210+
</td>
211+
<td style={{verticalAlign: 'middle'}}>
212+
Users cannot log in to Boundary Desktop
213+
</td>
214+
<td style={{verticalAlign: 'middle'}}>
215+
A bug caused Boundary Desktop to incorrectly assume the controller was running an unsupported version. It would prevent users from being able to log in to the Desktop client.
216+
<br /><br />
217+
Learn more:&nbsp;
218+
<br /><br />
219+
<a href="https://github.com/hashicorp/boundary/issues/4370">Boundary Desktop issue #4370</a>
220+
<br /><br />
221+
This issue is fixed in Boundary version 0.16.0.
222+
<br /><br />
223+
<a href="/boundary/tutorials/self-managed-deployment/upgrade-version">Upgrade to the latest version of Boundary</a>
224+
</td>
225+
</tr>
204226
</tbody>
205227
</table>

0 commit comments

Comments
 (0)