<div dir="ltr"><p> Hello ,</p><p>The Arvados team is pleased to announce Arvados 2.2.2.  This release
is primarily a bug fix release.  We recommend that new and existing
installations of <a href="https://arvados.org/release-notes/2.2.1">2.2.1</a> or earlier upgrade to
2.2.2.  See <a href="https://doc.arvados.org/v2.2/admin/upgrading.html">Upgrading
Arvados</a> for
upgrade instructions.</p>

<h2 id="gmail-new-features">New Features</h2>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17532">#17532</a></p>

<p class="gmail-ticketdesc">In Workbench 2, when displaying the version history of a collection,
the list now includes the name of the user responsible for each version.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/18001">#18001</a></p>

<p class="gmail-ticketdesc">Outgoing new user notification emails sent by Arvados can now have a BCC added to them.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17526">#17526</a></p>

<p class="gmail-ticketdesc">The “Open as Network Folder or S3 Bucket” menu 
option has been renamed “Access with 3rd party client” and given some 
additional detail.</p>

<h2 id="gmail-workbench-2-bug-fixes">Workbench 2 Bug fixes</h2>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17982">#17982</a></p>

<p class="gmail-ticketdesc">In Workbench 2, clicking on the search bar will now consistently open the
“Recent searches / Saved searches” drop down.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17690">#17690</a>
<a href="https://dev.arvados.org/issues/17691">#17691</a></p>

<p class="gmail-ticketdesc">On Workbench 2, in the user menu for managing ssh keys associated with
the current user account, admins no longer see SSH public keys that
belong to other users.  The validation for “Add new SSH key” no longer
requires a comment after the actual key.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17564">#17564</a></p>

<p class="gmail-ticketdesc">Workbench 2 now reports file sizes rounded off to powers of 2
(KiB=2<sup>10</sup>, MiB=2<sup>20</sup>) instead of powers of 10 (KB=10<sup>3</sup>, MB=10<sup>6</sup>)
for consistency with other file management tools such as Windows
Explorer, <code class="gmail-highlighter-rouge">ls</code>, etc.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17951">#17951</a>
<a href="https://dev.arvados.org/issues/17952">#17952</a></p>

<p class="gmail-ticketdesc">The pages for the “Compute Nodes” and “Keep disks” tables (which
are obsolete and no longer used) have been removed from both Workbench 1 and
Workbench 2.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/15159">#15159</a></p>

<p class="gmail-ticketdesc">If the keep-web configuration does not allow serving inline content
(content that will be displayed directly in the browser) securely,
Workbench 2 will no longer display the “Open in new tab” menu item for
files in a collection.  Files can still be downloaded.</p>

<h2 id="gmail-other-bug-fixes">Other Bug fixes</h2>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17983">#17983</a></p>

<p class="gmail-ticketdesc">A long-standing bug in <code class="gmail-highlighter-rouge">arv-mount --read-write</code> leading to deadlocks
has been fixed.  Writable <code class="gmail-highlighter-rouge">arv-mount</code> is now significantly more
stable.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17926">#17926</a></p>

<p class="gmail-ticketdesc">The <code class="gmail-highlighter-rouge">lib/pq</code> Go module has been upgraded, this addresses the “write: broken
pipe” error sometimes seen when an idle Postgres database connection
has been terminated by the network infrastructure.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/18004">#18004</a></p>

<p class="gmail-ticketdesc">Fixed a race condition when multiple requests are made at once using
the same federated token which needed to be validated with the remote
cluster, which would sometimes result in a 502 error for some of the
requests.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17984">#17984</a></p>

<p class="gmail-ticketdesc">The <code class="gmail-highlighter-rouge">arvados-cwl-runner --project-uuids</code> option once again accepts
user UUIDs to create workflows in the user’s home project.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17985">#17985</a></p>

<p class="gmail-ticketdesc">The <code class="gmail-highlighter-rouge">arvados-cwl-runner</code> package also ensures that <code class="gmail-highlighter-rouge">cwltool</code> is in PATH.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17903">#17903</a></p>

<p class="gmail-ticketdesc">The <code class="gmail-highlighter-rouge">arvados-login-sync</code> program for maintaining user accounts on
shell nodes has been updated to use slightly different user management
commands that are compatible across both Debian, Ubuntu Centos 7.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17936">#17936</a></p>

<p class="gmail-ticketdesc">Added <code class="gmail-highlighter-rouge">--batch</code> mode to <code class="gmail-highlighter-rouge">arv-put</code> which recovers from resume cache
errors by deleting the cache and starting over.  Tools which call
<code class="gmail-highlighter-rouge">arv-put</code> internally such as <code class="gmail-highlighter-rouge">arv-keepdocker</code> and <code class="gmail-highlighter-rouge">arvados-cwl-runner</code>
now use <code class="gmail-highlighter-rouge">--batch</code> mode.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/18005">#18005</a></p>

<p class="gmail-ticketdesc">Fixed bug when updating “replication_confirmed” on Collections with versioning enabled.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17947">#17947</a></p>

<p class="gmail-ticketdesc">On Centos 7, the Python packages are now prefixed <code class="gmail-highlighter-rouge">python3-</code>
reflecting the official Centos packaging of Python 3 instead of
<code class="gmail-highlighter-rouge">rh-python36-</code> reflecting the previous Software Collections Python 3
package we used.  The new <code class="gmail-highlighter-rouge">python3-</code> packages will conflict and force
an upgrade from the old <code class="gmail-highlighter-rouge">rh-python36-</code> ones.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17591">#17591</a></p>

<p class="gmail-ticketdesc">Documentation explaining the requirements for <a href="https://doc.arvados.org/v2.2/install/install-manual-prerequisites.html#dnstls">DNS entries and TLS certificates</a>
has been improved.</p>

<p class="gmail-ticketnumber"><a href="https://dev.arvados.org/issues/17913">#17913</a></p>

<p class="gmail-ticketdesc">The “addressable” Ruby gem has been upgraded in response to <a href="https://github.com/advisories/GHSA-jxhc-q857-3j6g">CVE-2021-32740</a>.</p><p class="gmail-ticketdesc"><br></p><p class="gmail-ticketdesc">Thanks,</p><p class="gmail-ticketdesc">The Arvados Team<br></p></div>