[ARVADOS] updated: 2.1.0-2042-g9c742c24f

Git user git at public.arvados.org
Wed Mar 9 13:16:02 UTC 2022


Summary of changes:
 apps/workbench/Gemfile.lock                              |  6 +++---
 build/package-build-dockerfiles/centos7/Dockerfile       |  4 ++--
 build/package-build-dockerfiles/debian10/Dockerfile      |  4 ++--
 build/package-build-dockerfiles/debian11/Dockerfile      |  4 ++--
 build/package-build-dockerfiles/ubuntu1804/Dockerfile    |  4 ++--
 build/package-build-dockerfiles/ubuntu2004/Dockerfile    |  4 ++--
 build/package-test-dockerfiles/centos7/Dockerfile        |  4 ++--
 build/package-test-dockerfiles/debian10/Dockerfile       |  4 ++--
 build/package-test-dockerfiles/debian11/Dockerfile       |  4 ++--
 build/package-test-dockerfiles/ubuntu1804/Dockerfile     |  4 ++--
 build/package-test-dockerfiles/ubuntu2004/Dockerfile     |  4 ++--
 doc/_includes/_install_ruby_and_bundler.liquid           | 16 +++++++++-------
 doc/admin/upgrading.html.textile.liquid                  |  6 +++++-
 .../install-manual-prerequisites.html.textile.liquid     |  2 +-
 services/api/Gemfile.lock                                |  6 +++---
 15 files changed, 41 insertions(+), 35 deletions(-)

       via  9c742c24f8093c53497373c682fbbf41c64b729d (commit)
       via  fff97e62c85b4bcfc0a1973fb5a6aff4ce1b835f (commit)
       via  678f90f47c01a42f3efa9c92f6837983313238ee (commit)
       via  ec3d70f727cf622db949b72d85cdb36504b07f13 (commit)
       via  0d0161c6549533679c4939e39117dd09406ff959 (commit)
       via  410362ba55d2b40071973f512da936a1b713f4f2 (commit)
      from  fd04088f4cd977b911818789781c13a61ff00ecc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9c742c24f8093c53497373c682fbbf41c64b729d
Merge: fd04088f4 fff97e62c
Author: Ward Vandewege <ward at jhvc.com>
Date:   Wed Mar 9 08:15:17 2022 -0500

    18766: Merge branch 'main' into 18766-fix-ubuntu1804-python3-path
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --cc doc/admin/upgrading.html.textile.liquid
index 99d4371c9,7d59eea8b..abaa190c8
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@@ -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).

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list