Skip to content

Commit 896c8c5

Browse files
authored
docs: Update Client Agent IPv6 requirement (#1444)
Per [ICU-18250](https://hashicorp.atlassian.net/browse/ICU-18250), the Client Agent's requirement to have IPv6 enabled was removed in version 0.20.0. This PR updates the following topics (click the link for a preview): - Updated the Important changes section of the version 0.20.0 release notes: [Important changes](https://unified-docs-frontend-preview-a8pxlrqom-hashicorp.vercel.app/boundary/docs/release-notes/v0_20_0#important-changes) - Updated the main Client Agent overview topic to remove the note that said IPv6 was required: [Client Agent](https://unified-docs-frontend-preview-a8pxlrqom-hashicorp.vercel.app/boundary/docs/client-agent) [ICU-18250]: https://hashicorp.atlassian.net/browse/ICU-18250?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents d45dc0b + 4a308fc commit 896c8c5

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

content/boundary/v0.20.x/content/docs/client-agent/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ When the Boundary Client Agent runs alongside an authenticated Boundary client,
1515
If you enter a hostname that matches a Boundary alias that the client is authorized to establish a session to, Boundary automatically generates the session and transparently proxies the connection on your behalf.
1616
If the Boundary Client Agent cannot find an alias, or if there are any issues with authentication, network connectivity, or latency, the Client Agent defers DNS resolution to the previously configured DNS resolvers.
1717

18-
<Note>
19-
20-
You must enable both IPv4 and IPv6 protocols for your environment to ensure the Client Agent can start and perform DNS lookups.
21-
22-
</Note>
23-
2418
Currently HashiCorp tests the Client Agent on the following operating systems:
2519

2620
- macOS 14

content/boundary/v0.20.x/content/docs/release-notes/v0_20_0.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ description: >-
6363
</td>
6464
</tr>
6565

66+
<tr>
67+
<td style={{verticalAlign: 'middle'}}>
68+
Client Agent no longer requires IPv6
69+
</td>
70+
<td style={{verticalAlign: 'middle'}}>
71+
Previously, the Client Agent required you to enable both IPv4 and IPv6 protocols. Beginning with version 0.20.0, the Client Agent will no longer require IPv6.
72+
<br /><br />
73+
Learn more:&nbsp; <a href="/boundary/docs/client-agent">Boundary Client Agent</a>
74+
</td>
75+
</tr>
76+
77+
6678
</tbody>
6779
</table>
6880

0 commit comments

Comments
 (0)