TUN-4000: Release notes for cloudflared replica model

This commit is contained in:
abelinkinbio 2021-04-29 10:41:18 -05:00 committed by Areg Harutyunyan
parent 4d43a70a38
commit 209091da39
No known key found for this signature in database
GPG Key ID: 97A3DFFE8E9320B7
1 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,14 @@
**Experimental**: This is a new format for release notes. The format and availability is subject to change. **Experimental**: This is a new format for release notes. The format and availability is subject to change.
## 2021.4.1
### New Features
- It is now possible to run the same tunnel using more than one `cloudflared` instance. This is a server-side change and
is compatible with any client version that uses Named Tunnels.
To get started, visit our [developer documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/deploy-cloudflared-replicas).
## 2021.4.0 ## 2021.4.0
### Bug Fixes ### Bug Fixes
@ -31,7 +40,7 @@
### Improvements ### Improvements
- Tunnel create command, as well as, running ad-hoc tunnels using `cloudflared tunnel -name NAME`, will not overwrite - Tunnel create command, as well as, running ad-hoc tunnels using `cloudflared tunnel -name NAME`, will not overwrite
existing files when writing tunnel credentials. existing files when writing tunnel credentials.
### Bug Fixes ### Bug Fixes
@ -77,7 +86,7 @@ ingress:
ports: [80, 443] ports: [80, 443]
allow: true allow: true
``` ```
### Improvements ### Improvements
@ -129,4 +138,3 @@ ingress:
- The maximum number of upstream connections is now limited by default which should fix reported issues of cloudflared - The maximum number of upstream connections is now limited by default which should fix reported issues of cloudflared
exhausting CPU usage when faced with connectivity issues. exhausting CPU usage when faced with connectivity issues.