Remove beta release callout on downloads page
This commit is contained in:
parent
ebe1f1cb51
commit
8b7123b585
|
@ -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.
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue