v1 api: link to deprecation schedule (#553)

Signed-off-by: Matt Klein <mklein@lyft.com>
pull/560/head
Matt Klein 7 years ago committed by htuch
parent ed9e1a11f2
commit edc97c1bf2
  1. 5
      docs/root/configuration/overview/v1_overview.rst

@ -5,9 +5,8 @@ Overview (v1 API)
.. attention::
The v1 configuration/API is now considered legacy. It will be deprecated in a future Envoy release
and eventually removed completely. If you are new to Envoy please consider starting with the
:ref:`v2 configuration/API <config_overview_v2>`.
The v1 configuration/API is now considered legacy and the `deprecation schedule <https://groups.google.com/forum/#!topic/envoy-announce/Lb1QZcSclGQ>`_
has been announced. Please upgrade and use the :ref:`v2 configuration/API <config_overview_v2>`.
The Envoy configuration format is written in JSON and is validated against a JSON schema. The
schema can be found in :repo:`source/common/json/config_schemas.cc`. The main configuration for the

Loading…
Cancel
Save