From cf9872d64f9c18a94637fd8dccdcc757b0d0f532 Mon Sep 17 00:00:00 2001 From: joshua Date: Wed, 25 May 2022 13:32:32 -0400 Subject: [PATCH] bump VERSION to 2.10.0 and update protocol --- VERSION | 2 +- dependencies/vaticle/artifacts.bzl | 2 +- dependencies/vaticle/repositories.bzl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index c8e38b6140..10c2c0c3d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.0 +2.10.0 diff --git a/dependencies/vaticle/artifacts.bzl b/dependencies/vaticle/artifacts.bzl index 1448e53ee6..6109881977 100644 --- a/dependencies/vaticle/artifacts.bzl +++ b/dependencies/vaticle/artifacts.bzl @@ -29,7 +29,7 @@ def vaticle_typedb_artifact(): artifact_name = "typedb-server-{platform}-{version}.{ext}", tag_source = deployment["artifact.release"], commit_source = deployment["artifact.snapshot"], - tag = "2.9.0", + commit = "51cf006c3e6341691e80089edc7f09db977803c0", ) def vaticle_typedb_cluster_artifact(): diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 6025028337..5b594c43e1 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -46,14 +46,14 @@ def vaticle_typedb_protocol(): git_repository( name = "vaticle_typedb_protocol", remote = "https://github.com/vaticle/typedb-protocol", - commit = "d93d4e3c62e579cdc2cef619a5929f07da8f0d7f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol + tag = "2.10.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol ) def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", remote = "https://github.com/vaticle/typedb-behaviour", - commit = "184bc8a64aa69e383bf496c70b11f02201d33616", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour + commit = "6e462bcbef73c75405264777069a22bca696a644", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour ) def vaticle_factory_tracing():