From 1a64f9aac3c075720e561d280d6cde8ceaa9ffd9 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 21 Jun 2018 12:02:16 -0700 Subject: [PATCH] website: remove backwards compat warning In practice, we strive for compatibility given the usage of the API in the wild, and don't need to make this warning as we once felt we should. --- website/source/api/index.html.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/website/source/api/index.html.md b/website/source/api/index.html.md index 83843b1f86..df9622d5d5 100644 --- a/website/source/api/index.html.md +++ b/website/source/api/index.html.md @@ -14,14 +14,7 @@ CRUD operations on nodes, services, checks, configuration, and more. ## Version Prefix -All API routes are prefixed with `/v1/`. - -This documentation is only for the v1 API. - -~> **Backwards compatibility:** At the current version, Consul does not yet -promise backwards compatibility even with the v1 prefix. We'll remove this -warning when this policy changes. We expect to reach API stability by Consul -1.0. +All API routes are prefixed with `/v1/`. This documentation is only for the v1 API. ## ACLs