From 25bd0899e19240eb1468f94c7b174959ff547761 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Sun, 3 Sep 2023 13:36:49 -0400 Subject: [PATCH] 20840: Add deprecations to upgrade notes Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/admin/upgrading.html.textile.liquid | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 1534d1eb6e..a8482b48d0 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -29,7 +29,7 @@ TODO: extract this information based on git commit messages and generate changel -h2(#main). development main (as of 2023-08-15) +h2(#main). development main (as of 2023-09-03) "previous: Upgrading to 2.6.3":#v2_6_3 @@ -52,6 +52,14 @@ 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. +h3. Deprecated/legacy APIs slated for removal + +The legacy APIs "humans":../api/methods/humans.html, "specimens":../api/methods/specimens.html, "traits":../api/methods/traits.html, "jobs":../api/methods/jobs.html, "job_tasks":../api/methods/job_tasks.html, "pipeline_instances":../api/methods/pipeline_instances.html, "pipeline_templates":../api/methods/pipeline_templates.html, "nodes":../api/methods/nodes.html, "repositories":../api/methods/repositories.html, and "keep_disks":../api/methods/keep_disks.html are deprecated and will be removed in a future major version of Arvados. + +h3. Workbench 1 deprecated + +The original Arvados Workbench application (referred to as "Workbench 1") is deprecated and will be removed in a future major version of Arvados. Users are advised to migrate to "Workbench 2". Starting with this release, new installations of Arvados will only set up Workbench 2 and no longer include Workbench 1 by default. + h2(#v2_6_3). v2.6.3 (2023-06-06) h3. Python SDK automatically retries failed requests much more -- 2.30.2