chore: update boundary version (#21955)

Update boundary version to v0.8.0
This commit is contained in:
Yevhenii Shcherbina
2026-02-06 09:12:14 -05:00
committed by GitHub
parent 456c0bced9
commit 45e08aa9f6
4 changed files with 20 additions and 20 deletions
+10 -10
View File
@@ -97,16 +97,6 @@ Enable pprof profiling server.
Set port for pprof profiling server.
### --configure-dns-for-local-stub-resolver
| | |
|-------------|--------------------------------------------------------------|
| Type | <code>bool</code> |
| Environment | <code>$BOUNDARY_CONFIGURE_DNS_FOR_LOCAL_STUB_RESOLVER</code> |
| YAML | <code>configure_dns_for_local_stub_resolver</code> |
Configure DNS for local stub resolver (e.g., systemd-resolved). Only needed when /etc/resolv.conf contains nameserver 127.0.0.53.
### --jail-type
| | |
@@ -118,6 +108,16 @@ Configure DNS for local stub resolver (e.g., systemd-resolved). Only needed when
Jail type to use for network isolation. Options: nsjail (default), landjail.
### --use-real-dns
| | |
|-------------|-------------------------------------|
| Type | <code>bool</code> |
| Environment | <code>$BOUNDARY_USE_REAL_DNS</code> |
| YAML | <code>use_real_dns</code> |
Use real DNS in the jail instead of the dummy DNS (allows DNS exfiltration). Default: false.
### --disable-audit-logs
| | |