diff --git a/docs/content/deprecation/features.md b/docs/content/deprecation/features.md index 6c277c8411..03317402fd 100644 --- a/docs/content/deprecation/features.md +++ b/docs/content/deprecation/features.md @@ -6,6 +6,7 @@ This page is maintained and updated periodically to reflect our roadmap and any |-------------------------------------------------------|------------|----------------|---------| | [Pilot Dashboard (Metrics)](#pilot-dashboard-metrics) | 2.7 | 2.8 | 2.9 | | [Pilot Plugins](#pilot-plugins) | 2.7 | 2.8 | 2.9 | +| [TLS 1.0 and 1.1 Support](#tls-10-and-11) | 2.8 | 2.9 | TBD | ## Impact @@ -18,3 +19,8 @@ In 2.9, the Pilot platform and all Traefik integration code will be permanently Starting on 2.7 the pilot token will not be a requirement anymore. At 2.9, a new plugin catalog home should be available, decoupled from pilot. + +### TLS 1.0 and 1.1 + +Starting on 2.7 the default TLS options will use the minimum version of TLS 1.2. Of course it can still be overridden with custom configuration. +In 2.8, a warning log will be presented for client connections attempting to use deprecated TLS versions.