diff --git a/docs/content/migration/v2.md b/docs/content/migration/v2.md index 43a7a7821..654c875e7 100644 --- a/docs/content/migration/v2.md +++ b/docs/content/migration/v2.md @@ -1,17 +1,5 @@ # Migration: Steps needed between the versions -## v2.2.2 to v2.2.5 - -### InsecureSNI removal - -In `v2.2.2` we introduced a new flag (`insecureSNI`) which was available as a global option to disable domain fronting. -Since `v2.2.5` this global option has been removed, and you should not use it anymore. - -### HostSNI rule matcher removal - -In `v2.2.2` we introduced a new rule matcher (`HostSNI`) which was allowing to match the Server Name Indication at the router level. -Since `v2.2.5` this rule has been removed, and you should not use it anymore. - ## v2.0 to v2.1 ### Kubernetes CRD @@ -314,3 +302,15 @@ providers: --entryPoints.websecure.address=:443 --providers.kubernetesIngress=true ``` + +## v2.2.2 to v2.2.5 + +### InsecureSNI removal + +In `v2.2.2` we introduced a new flag (`insecureSNI`) which was available as a global option to disable domain fronting. +Since `v2.2.5` this global option has been removed, and you should not use it anymore. + +### HostSNI rule matcher removal + +In `v2.2.2` we introduced a new rule matcher (`HostSNI`) which was allowing to match the Server Name Indication at the router level. +Since `v2.2.5` this rule has been removed, and you should not use it anymore.