From e76b65f44d7f050e67ce88bd33bd7ec0a938d8e2 Mon Sep 17 00:00:00 2001 From: nmengin Date: Thu, 13 Mar 2025 17:08:15 +0100 Subject: [PATCH] Add Security Support column in deprecation section --- docs/content/deprecation/releases.md | 43 ++++++++++++++++------------ 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/docs/content/deprecation/releases.md b/docs/content/deprecation/releases.md index d3fb7914b..d78604ec8 100644 --- a/docs/content/deprecation/releases.md +++ b/docs/content/deprecation/releases.md @@ -4,25 +4,30 @@ Below is a non-exhaustive list of versions and their maintenance status: -| Version | Release Date | Community Support | -|---------|--------------|--------------------| -| 3.3 | Jan 06, 2025 | Yes | -| 3.2 | Oct 28, 2024 | Ended Jan 06, 2025 | -| 3.1 | Jul 15, 2024 | Ended Oct 28, 2024 | -| 3.0 | Apr 29, 2024 | Ended Jul 15, 2024 | -| 2.11 | Feb 12, 2024 | Ends Apr 29, 2025 | -| 2.10 | Apr 24, 2023 | Ended Feb 12, 2024 | -| 2.9 | Oct 03, 2022 | Ended Apr 24, 2023 | -| 2.8 | Jun 29, 2022 | Ended Oct 03, 2022 | -| 2.7 | May 24, 2022 | Ended Jun 29, 2022 | -| 2.6 | Jan 24, 2022 | Ended May 24, 2022 | -| 2.5 | Aug 17, 2021 | Ended Jan 24, 2022 | -| 2.4 | Jan 19, 2021 | Ended Aug 17, 2021 | -| 2.3 | Sep 23, 2020 | Ended Jan 19, 2021 | -| 2.2 | Mar 25, 2020 | Ended Sep 23, 2020 | -| 2.1 | Dec 11, 2019 | Ended Mar 25, 2020 | -| 2.0 | Sep 16, 2019 | Ended Dec 11, 2019 | -| 1.7 | Sep 24, 2018 | Ended Dec 31, 2021 | +| Version | Release Date | Active Support | Security Support | +|---------|--------------|--------------------|------------------| +| 3.3 | Jan 06, 2025 | Yes | Yes | +| 3.2 | Oct 28, 2024 | Ended Jan 06, 2025 | No | +| 3.1 | Jul 15, 2024 | Ended Oct 28, 2024 | No | +| 3.0 | Apr 29, 2024 | Ended Jul 15, 2024 | No | +| 2.11 | Feb 12, 2024 | Ends Apr 29, 2025 | Ends Feb 01, 2026| +| 2.10 | Apr 24, 2023 | Ended Feb 12, 2024 | No | +| 2.9 | Oct 03, 2022 | Ended Apr 24, 2023 | No | +| 2.8 | Jun 29, 2022 | Ended Oct 03, 2022 | No | +| 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 | +| 2.2 | Mar 25, 2020 | Ended Sep 23, 2020 | No | +| 2.1 | Dec 11, 2019 | Ended Mar 25, 2020 | No | +| 2.0 | Sep 16, 2019 | Ended Dec 11, 2019 | No | +| 1.7 | Sep 24, 2018 | Ended Dec 31, 2021 | No | + +??? example "Active Support / Security Support" + **Active support**: receives any bug fixes. + + **Security support**: receives only critical bug and security fixes. This page is maintained and updated periodically to reflect our roadmap and any decisions affecting the end of support for Traefik Proxy.