[ARVADOS] updated: 1.3.0-3202-g53c3b64c9
Git user
git at public.arvados.org
Tue Sep 22 17:26:14 UTC 2020
Summary of changes:
doc/_includes/_install_ruby_and_bundler.liquid | 6 ++++--
doc/admin/upgrading.html.textile.liquid | 6 +++++-
2 files changed, 9 insertions(+), 3 deletions(-)
via 53c3b64c9725710f5a39321554a904bd90d28c16 (commit)
from 8d80af898f936d472e6240793be6090937febf64 (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 53c3b64c9725710f5a39321554a904bd90d28c16
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Sep 22 13:20:51 2020 -0400
Tweak text saying which version of Ruby to install & add upgrade note
refs #16861
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid
index 9ea8c92cd..d1d33cbbe 100644
--- a/doc/_includes/_install_ruby_and_bundler.liquid
+++ b/doc/_includes/_install_ruby_and_bundler.liquid
@@ -18,11 +18,13 @@ Future versions of Arvados may require a newer version of Ruby than is packaged
h3. Centos 7
-The Ruby version shipped with Centos 7 is too old. Use "RVM":#rvm.
+The Ruby version shipped with Centos 7 is too old. Use "RVM":#rvm to install Ruby 2.5 or later.
h3. Debian and Ubuntu
-Debian 9 (stretch) and Ubuntu 16.04 (xenial) ship Ruby 2.3, which is too old to run Arvados. Use "RVM":#rvm. Later releases have newer versions of Ruby that can also run Arvados.
+Debian 9 (stretch) and Ubuntu 16.04 (xenial) ship Ruby 2.3, which is not supported by Arvados. Use "RVM":#rvm to install Ruby 2.5 or later.
+
+Debian 10 (buster) and Ubuntu 18.04 (bionic) and later ship with Ruby 2.5, which is supported by Arvados.
<notextile>
<pre><code># <span class="userinput">apt-get --no-install-recommends install ruby ruby-dev bundler</span></code></pre>
diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index 061b68fa5..c6b415e4f 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -34,10 +34,14 @@ TODO: extract this information based on git commit messages and generate changel
<div class="releasenotes">
</notextile>
-h2(#master). development master (as of 2020-06-17)
+h2(#master). development master (as of 2020-09-22)
"Upgrading from 2.0.0":#v2_0_0
+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.
+
h3. Removing libpam-arvados, replaced with libpam-arvados-go
The Python-based PAM package has been replaced with a version written in Go. See "using PAM for authentication":{{site.baseurl}}/install/setup-login.html#pam for details.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list