traefik/docs/content/deprecation/features.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

2022-03-24 11:28:07 +00:00
# Feature Deprecation Notices
This page is maintained and updated periodically to reflect our roadmap and any decisions around feature deprecation.
| Feature | Deprecated | End of Support | Removal |
|---------------------------------------------------------------|------------|----------------|---------|
2022-06-30 12:34:08 +00:00
| [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 |
2022-03-24 11:28:07 +00:00
## Impact
### Pilot Dashboard (Metrics)
2022-09-08 09:22:08 +00:00
Metrics will continue to function normally up to 2.8, when they will be disabled.
2022-09-02 14:00:09 +00:00
In 3.0, the Pilot platform and all Traefik integration code will be permanently removed.
2022-03-24 11:28:07 +00:00
### Pilot Plugins
Starting on 2.7 the pilot token will not be a requirement anymore.
2022-09-02 14:00:09 +00:00
Since 2.8, a [new plugin catalog](https://plugins.traefik.io) is available, decoupled from pilot.
2022-06-30 12:34:08 +00:00
### Consul Enterprise Namespace
Starting on 2.8 the `namespace` option of Consul and Consul Catalog providers is deprecated,
please use the `namespaces` options instead.