18766: Merge branch 'main' into 18766-fix-ubuntu1804-python3-path
authorWard Vandewege <ward@jhvc.com>
Wed, 9 Mar 2022 13:15:17 +0000 (08:15 -0500)
committerWard Vandewege <ward@jhvc.com>
Wed, 9 Mar 2022 13:15:17 +0000 (08:15 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

1  2 
doc/admin/upgrading.html.textile.liquid

index 99d4371c9e19af27df89f91a7c291ee4cc998af9,7d59eea8b3c795b3f736155216c916f535c29689..abaa190c8c781e26529fe795be0c06a303a8ace0
@@@ -32,12 -32,10 +32,16 @@@ h2(#main). development main (as of 2022
  
  "previous: Upgrading to 2.3.0":#v2_3_0
  
 +h3. Ubuntu 18.04 Arvados Python packages now depend on python-3.8
 +
 +Ubuntu 18.04 ships with Python 3.6 as the default version of Python 3. Ubuntu also ships a version of Python 3.8, and the Arvados Python packages (@python3-arvados-cwl-runner@, @python3-arvados-fuse@, @python3-arvados-python-client@, @python3-arvados-user-activity@ and @python3-crunchstat-summary@) now depend on the @python-3.8@ system package.
 +
 +This means that they are now installed under @/usr/share/python3.8@ (before, the path was @/usr/share/python3@). If you rely on the @python3@ executable from the packages (e.g. to load a virtualenv), you may need to update the path to that executable.
 +
+ h3. Minimum supported Ruby version is now 2.6
+ The minimum supported Ruby version is now 2.6.  If you are running Arvados on Debian 10 or Ubuntu 18.04, you may need to switch to using RVM or upgrade your OS.  See "Install Ruby and Bundler":../install/ruby.html for more information.
  h3. Anonymous token changes
  
  The anonymous token configured in @Users.AnonymousUserToken@ must now be 32 characters or longer. This was already the suggestion in the documentation, now it is enforced. The @script/get_anonymous_user_token.rb@ script that was needed to register the anonymous user token in the database has been removed. Registration of the anonymous token is no longer necessary. If the anonymous token in @config.yml@ is specified as a full V2 token, that will now generate a warning - it should be updated to list just the secret (i.e. the part after the last forward slash).