X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3a1fa40344388f851e28e2822780ae1a81a4ae44..c7dfdc3f58e993abad5ef7fb898ac137cca62e02:/doc/admin/upgrading.html.textile.liquid diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 3c3211b61d..399ec35d2b 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(#main). development main (as of 2021-09-02) +h2(#main). development main (as of 2021-09-07) "Upgrading from 2.2.0":#v2_2_0 +h3. Ubuntu 18.04 packages for arvados-api-server and arvados-workbench now conflict with ruby-bundler + +Ubuntu 18.04 ships with Bundler version 1.16.1, which is no longer compatible with the Gemfiles in the Arvados packages (made with Bundler 2.2.19). The Ubuntu 18.04 packages for arvados-api-server and arvados-workbench now conflict with the ruby-bundler package to work around this issue. The post-install scripts for arvados-api-server and arvados-workbench install the proper version of Bundler as a gem. + h3. Removed unused @update_uuid@ endpoint for users. The @update_uuid@ endpoint was superseded by the "link accounts feature":{{site.baseurl}}/admin/link-accounts.html, so it's no longer available.