[arvados] updated: 2.6.0-617-g5d0960df88
git repository hosting
git at public.arvados.org
Fri Sep 15 15:11:46 UTC 2023
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 2 ++
1 file changed, 2 insertions(+)
via 5d0960df88dad180fba1b662f9d5ee5c4e269d24 (commit)
from 6bed090af13bba56d6cfe5f5a96add95000fa87c (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 5d0960df88dad180fba1b662f9d5ee5c4e269d24
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Sep 15 11:11:07 2023 -0400
Add note about api_client_authorization deprecated fields refs #20951
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 03ac6ac8d2..9b61b30fb6 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -60,6 +60,8 @@ 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.
+In addition, the @default_owner_uuid@, @api_client_id@, and @user_id@ fields of "api_client_authorizations":../api/methods/api_client_authorizations.html are deprecated and will be removed from @api_client_authorization@ responses in a future major version of Arvados. This should not affect clients as @default_owner_uuid@ was never implemented, and @api_client_id@ and @user_id@ returned internal ids that were not meaningful or usable with any other API call.
+
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.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list