Skip to content

Commit 2dcf3bd

Browse files
adamchalmerssssilver
authored andcommitted
Release 2021.5.0
1 parent ae460b3 commit 2dcf3bd

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
**Experimental**: This is a new format for release notes. The format and availability is subject to change.
22

3-
## 2021.4.1
3+
## 2020.5.0
44

55
### New Features
6-
76
- It is now possible to run the same tunnel using more than one `cloudflared` instance. This is a server-side change and
87
is compatible with any client version that uses Named Tunnels.
98

109
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.
1114

1215
## 2021.4.0
1316

RELEASE_NOTES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2021.5.0
2+
- 2021-05-10 TUN-4384: Silence log from automaxprocs
3+
- 2021-05-10 AUTH-3537: AUDs in JWTs are now always arrays
4+
- 2021-05-10 Update changelog for 2021.5.0
5+
- 2021-05-03 TUN-4343: Fix broken build by setting debug field correctly
6+
- 2021-05-06 TUN-4356: Set AUTOMAXPROCS to the CPU limit when running in a Linux container
7+
- 2021-05-06 TUN-4357: Bump Go to 1.16
8+
- 2021-05-06 TUN-4359: Warn about unused keys in 'tunnel ingress validate'
9+
- 2021-04-30 debug: log host / path
10+
- 2021-04-20 AUTH-3513: Checks header for app info in case response is a 403/401 from the edge
11+
- 2021-04-29 TUN-4000: Release notes for cloudflared replica model
12+
- 2021-04-09 TUN-2853: rename STDIN-CONTROL env var to STDIN_CONTROL
13+
- 2021-04-09 TUN-4206: Better error message when user is only using one ingress rule
14+
115
2021.4.0
216
- 2021-04-05 TUN-4178: Fix component test for running as a service in MacOS to not assume a named tunnel
317
- 2021-04-05 TUN-4177: Running with proxy-dns should not prevent running Named Tunnels

0 commit comments

Comments
 (0)