[ARVADOS] updated: 1.3.0-2120-g8141f4c40
Git user
git at public.arvados.org
Wed Feb 12 19:00:22 UTC 2020
Summary of changes:
services/api/app/controllers/arvados/v1/schema_controller.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8141f4c40e11415b0b37ef30f351364f50c7760e (commit)
from dd7da09fe29a98b2af2c3d8fd428d47e0d1e5d74 (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 8141f4c40e11415b0b37ef30f351364f50c7760e
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Feb 12 15:59:11 2020 -0300
15781: Bump API revision number to signal new feature.
The feature would be the 'contains' filter operator. Workbench2 should
not try to use it on older Arvados clusters.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb
index aee5d1f95..5c2234101 100644
--- a/services/api/app/controllers/arvados/v1/schema_controller.rb
+++ b/services/api/app/controllers/arvados/v1/schema_controller.rb
@@ -36,7 +36,7 @@ class Arvados::V1::SchemaController < ApplicationController
# format is YYYYMMDD, must be fixed with (needs to be linearly
# sortable), updated manually, may be used by clients to
# determine availability of API server features.
- revision: "20190926",
+ revision: "20200212",
source_version: AppVersion.hash,
sourceVersion: AppVersion.hash, # source_version should be deprecated in the future
packageVersion: AppVersion.package_version,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list