From 1c1a8f21b2ef8fe559907c59c45f940bce14c399 Mon Sep 17 00:00:00 2001 From: Samuel Rhea Date: Thu, 3 Dec 2020 17:32:23 +0000 Subject: [PATCH] Update to add deprecated version note (#271) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3334189a..2e5118d8 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,14 @@ Once installed, you can authenticate `cloudflared` into your Cloudflare account ## TryCloudflare Want to test Argo Tunnel before adding a website to Cloudflare? You can do so with TryCloudflare using the documentation [available here](https://developers.cloudflare.com/argo-tunnel/learning/trycloudflare). + +## Deprecated versions + +Cloudflare currently supports all versions of `cloudflared`. Starting on March 20, 2021, Cloudflare will no longer support versions released prior to 2020.5.1. + +All features available in versions released prior to 2020.5.1 are available in current versions. Breaking changes unrelated to feature availability may be introduced that will impact versions released prior to 2020.5.1. You can read more about upgrading `cloudflared` in our [developer documentation](https://developers.cloudflare.com/argo-tunnel/getting-started/installation#updating-cloudflared). + +| Version(s) | Deprecation status | +|---|---| +| 2020.5.1 and later | Supported | +| Versions prior to 2020.5.1 | Will no longer be supported starting March 20, 2021 |