diff --git a/docs/content/deprecation/features.md b/docs/content/deprecation/features.md index fb400c166..29b162d19 100644 --- a/docs/content/deprecation/features.md +++ b/docs/content/deprecation/features.md @@ -4,9 +4,9 @@ This page is maintained and updated periodically to reflect our roadmap and any | Feature | Deprecated | End of Support | Removal | |---------------------------------------------------------------|------------|----------------|---------| -| [Pilot Dashboard (Metrics)](#pilot-dashboard-metrics) | 2.7 | 2.8 | 2.9 | -| [Pilot Plugins](#pilot-plugins) | 2.7 | 2.8 | 2.9 | -| [Consul Enterprise Namespaces](#consul-enterprise-namespaces) | 2.8 | TBD | TBD | +| [Pilot Dashboard (Metrics)](#pilot-dashboard-metrics) | 2.7 | 2.8 | 3.0 | +| [Pilot Plugins](#pilot-plugins) | 2.7 | 2.8 | 3.0 | +| [Consul Enterprise Namespace](#consul-enterprise-namespace) | 2.8 | N/A | 3.0 | ## Impact @@ -20,7 +20,7 @@ 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. -### Consul Enterprise Namespaces +### Consul Enterprise Namespace Starting on 2.8 the `namespace` option of Consul and Consul Catalog providers is deprecated, please use the `namespaces` options instead. diff --git a/docs/content/deprecation/releases.md b/docs/content/deprecation/releases.md index 1ff1f5ece..f95e325a1 100644 --- a/docs/content/deprecation/releases.md +++ b/docs/content/deprecation/releases.md @@ -6,7 +6,9 @@ Below is a non-exhaustive list of versions and their maintenance status: | Version | Release Date | Active Support | Security Support | |---------|--------------|--------------------|------------------| -| 2.6 | Jan 24, 2022 | Yes | Yes | +| 2.8 | Jun 29, 2022 | Yes | Yes | +| 2.7 | May 24, 2022 | Ended Jun 29, 2022 | No | +| 2.6 | Jan 24, 2022 | Ended May 24, 2022 | No | | 2.5 | Aug 17, 2021 | Ended Jan 24, 2022 | No | | 2.4 | Jan 19, 2021 | Ended Aug 17, 2021 | No | | 2.3 | Sep 23, 2020 | Ended Jan 19, 2021 | No |