[arvados] updated: 2.6.0-192-ge3909b8a3
git repository hosting
git at public.arvados.org
Mon May 22 21:22:52 UTC 2023
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
via e3909b8a3718944141063eb3ace3697e40e6b1ef (commit)
from 1a169a434494175b208d0d5055bb42333d9b64b9 (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 e3909b8a3718944141063eb3ace3697e40e6b1ef
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon May 22 17:16:12 2023 -0400
Add 2.6.2 to the upgrading notes refs #20393
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index 37f528c09..39006b7da 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -28,15 +28,16 @@ TODO: extract this information based on git commit messages and generate changel
<div class="releasenotes">
</notextile>
+
h2(#main). development main (as of 2023-05-11)
+"previous: Upgrading to 2.6.2":#v2_6_2
+
h3. Multi-node installer's domain name configuration changes
The @domain_name@ variable at @terraform/vpc/terraform.tfvars@ and @DOMAIN@ variable at @local.params@ changed their meaning. In previous versions they were used in combination with @cluster_name@ and @CLUSTER@ to build the cluster's domain name (e.g.: @cluster_name at .@domain_name@). To allow the use of any arbitrary cluster domain, now we don't enforce using the cluster prefix as part of the domain, so @domain_name@ and @DOMAIN@ need to hold the entire domain for the given cluster.
For example, if @cluster_name@ is set to @"xarv1"@ and @domain_name@ was previously set to @"example.com"@, it should now be set to @"xarv1.example.com"@ to keep using the same cluster domain.
-"previous: Upgrading to 2.6.1":#v2_6_1
-
h3. Python SDK automatically retries failed requests much more
The Python SDK has always provided functionality to retry API requests that fail due to temporary problems like network failures, by passing @num_retries=N@ to a request's @execute()@ method. In this release, API client constructor functions like @arvados.api@ also accept a @num_retries@ argument. This value is stored on the client object and used as a floor for all API requests made with this client. This allows developers to set their preferred retry strategy once, without having to pass it to each @execute()@ call.
@@ -52,6 +53,12 @@ h3. UseAWSS3v2Driver option removed
The old "v1" S3 driver for keepstore has been removed. The new "v2" implementation, which has been the default since Arvados 2.5.0, is always used. The @Volumes.*.DriverParameters.UseAWSS3v2Driver@ configuration key is no longer recognized. If your config file uses it, remove it to avoid warning messages at startup.
+h2(#v2_6_2). v2.6.2 (2023-05-22)
+
+"previous: Upgrading to 2.6.1":#v2_6_1
+
+This version introduces a new API feature which is used by Workbench 2 to improve page loading performance. To avoid any errors using the new Workbench with an old API server, be sure to upgrade the API server before upgrading Workbench 2.
+
h2(#v2_6_1). v2.6.1 (2023-04-17)
"previous: Upgrading to 2.6.0":#v2_6_0
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list