This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit cfe525c090a0466a26f1c61d7e434e4dd51544ff Author: Masaori Koshiba <[email protected]> AuthorDate: Mon Feb 3 08:00:35 2025 +0900 [Doc] Add deprecated plugins list for 10.0.0 (#12004) (cherry picked from commit f1cf4125dcef29f475a14c10587b9999609c80d9) --- doc/release-notes/upgrading.en.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index dc77e80a90..41d929f164 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -196,6 +196,13 @@ The following changes have been made to the :file:`sni.yaml` file: Plugins ------- +Deprecated Plugins +~~~~~~~~~~~~~~~~~~ +The following plugins have been deprecated. + + * healthchecks - please use the statichit plugin instead + * icap + Removed Plugins ~~~~~~~~~~~~~~~ The following plugins have been removed from the ATS source code in this version of ATS:
