Remove beta release callout on downloads page

This commit is contained in:
Blake Covarrubias 2021-06-22 15:25:58 -07:00 committed by Blake Covarrubias
parent ebe1f1cb51
commit 8b7123b585
2 changed files with 1 additions and 9 deletions

View File

@ -123,7 +123,7 @@ This is useful to transition to Connect by allowing both Connect and
non-Connect connections. To restrict access to only Connect-authorized clients,
any listeners should bind to localhost only (such as `127.0.0.1`).
-> **Note:** As of consul `v1.10.0-beta1`, consul-k8s `v0.26.0-beta1` and Consul Helm `v0.32.0-beta1`,
-> **Note:** As of consul `v1.10.0`, consul-k8s `v0.26.0` and Consul Helm `v0.32.0`,
all Consul Service Mesh services will run with transparent proxy enabled by default. Running with transparent
proxy will enforce all inbound and outbound traffic to go through the Envoy proxy.

View File

@ -70,14 +70,6 @@ export default function DownloadsPage(staticProps) {
"armhf" || echo "armel"
</code>
</div>
<div className={s.releaseCandidate}>
<p>
A beta for Consul v1.10.0 is available! The release can be{' '}
<a href="https://releases.hashicorp.com/consul/1.10.0-beta3/">
downloaded here
</a>
</p>
</div>
</>
}
{...staticProps}