Add a few upgrade notes for the 1.3.0 release.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Mon, 3 Dec 2018 21:46:11 +0000 (16:46 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 7 Dec 2018 13:55:05 +0000 (08:55 -0500)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/admin/upgrading.html.textile.liquid
doc/install/install-controller.html.textile.liquid

index 0941fef339273f903d71ceabdb0aa99813773124..4375e195081014a186fc870dbb509337fe440375 100644 (file)
@@ -30,6 +30,12 @@ Note to developers: Add new items at the top. Include the date, issue number, co
 TODO: extract this information based on git commit messages and generate changelogs / release notes automatically.
 {% endcomment %}
 
+h3. v1.3.0 (2018-12-05)
+
+This release includes several database migrations, which will be executed automatically as part of the API server upgrade. On large Arvados installations, these migrations will take a while. We've seen the upgrade take 30 minutes or more on installations with a lot of collections.
+
+The @arvados-controller@ component now requires the /etc/arvados/config.yml file to be present. See <a href="{{ site.baseurl }}/install/install-controller.html#configuration">the @arvados-controller@ installation instructions</a>.
+
 h3. v1.2.1 (2018-11-26)
 
 There are no special upgrade notes for this release.
index ccb8d980aebc1f3f658a5ed603459ca15878736d..3e94b290d54076e77a12a44097061f6ed935f79f 100644 (file)
@@ -85,7 +85,7 @@ Restart Nginx to apply the new configuration.
 </code></pre>
 </notextile>
 
-h3. Configure arvados-controller
+h3(#configuration). Configure arvados-controller
 
 Create the cluster configuration file @/etc/arvados/config.yml@ using the following template.