From 4c657cdfda2d3e534779d71651537ea6019abfd6 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 14 Dec 2021 14:52:18 -0600 Subject: [PATCH] deprecate another endpoint --- website/content/docs/upgrading/upgrade-specific.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/website/content/docs/upgrading/upgrade-specific.mdx b/website/content/docs/upgrading/upgrade-specific.mdx index b98a1967cb..24d1674d63 100644 --- a/website/content/docs/upgrading/upgrade-specific.mdx +++ b/website/content/docs/upgrading/upgrade-specific.mdx @@ -18,13 +18,17 @@ upgrade flow. ### Deprecated Agent Config Options +Consul 1.11.0 is compiled with Go 1.17 and now the ordering of +`tls_cipher_suites` will no longer be honored. Additionally +`tls_prefer_server_cipher_suites` is now ignored. + The `master` and `agent_master` ACL tokens in the `acl.tokens` config block have been renamed to `initial_management` and `agent_recovery` respectively. The old names have been deprecated and will be removed at a future date. -Consul 1.11.0 is compiled with Go 1.17 and now the ordering of -`tls_cipher_suites` will no longer be honored. Additionally -`tls_prefer_server_cipher_suites` is now ignored. +Due to this rename the following endpoint is also deprecated: + +- [`PUT /v1/agent/token/agent_master`](/api-docs/agent#update-acl-tokens) ### Deprecated Agent Config Options