From 4f65b579bf1247a04d48a53b6cc5111c34e6a5a0 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 28 Sep 2020 14:43:05 -0400 Subject: [PATCH] 16913: Add upgrade note about LoginCluster Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/admin/upgrading.html.textile.liquid | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 1eb2468c32..de700d5598 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -35,10 +35,14 @@ TODO: extract this information based on git commit messages and generate changel
-h2(#master). development master (as of 2020-09-22) +h2(#master). development master (as of 2020-09-28) "Upgrading from 2.0.0":#v2_0_0 +h3. LoginCluster conflicts with other Login providers + +A satellite cluster that delegates its user login to a central user database must only have `Login.LoginCluster` set, or it will return an error. This is a change in behavior, previously it would return an error if another login provider was _not_ configured, even though the provider would never be used. + h3. Minimum supported Ruby version is now 2.5 The minimum supported Ruby version is now 2.5. If you are running Arvados on Debian 9 or Ubuntu 16.04, you may need to switch to using RVM or upgrade your OS. See "Install Ruby and Bundler":../install/ruby.html for more information. -- 2.30.2