You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
**Experimental**: This is a new format for release notes. The format and availability is subject to change.
2
2
3
-
## 2021.4.1
3
+
## 2020.5.0
4
4
5
5
### New Features
6
-
7
6
- It is now possible to run the same tunnel using more than one `cloudflared` instance. This is a server-side change and
8
7
is compatible with any client version that uses Named Tunnels.
9
8
10
9
To get started, visit our [developer documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/deploy-cloudflared-replicas).
10
+
-`cloudflared tunnel ingress validate` will now warn about unused keys in your config file. This is helpful for
11
+
detecting typos in your config.
12
+
- If `cloudflared` detects it is running inside a Linux container, it will limit itself to use only the number of CPUs
13
+
the pod has been granted, instead of trying to use every CPU available.
0 commit comments