Update git submodules

* Update mistral from branch 'master'
  to 6e190e65eaa2364629fd64a7e5a7f2be5e0701b4
  - Merge "Context versioning feature"
  - Context versioning feature
    
    With complex parallel joins mistral had no mechanism to choose which
    publish (left or right in terms of merge) should it use. It is a
    common case when one branch updates existing value, but after merge
    we see the old version.
    This patch introduce context versioning feature, where every existing
    key of mistral context has its version, and this version is used in
    the context merge stage.
    
    Change-Id: I604a9a8391150ac4801115b9892f781c33ecfdcb
    Signed-off-by: Oleg Ovcharuk <vgvoleg@gmail.com>
This commit is contained in:
Zuul 2024-03-14 13:03:26 +00:00 committed by Gerrit Code Review
parent ff655f9272
commit 5eb164ed73
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 39cd97cc041d7d3af7fba28bda285bb33cdc1b25
Subproject commit 6e190e65eaa2364629fd64a7e5a7f2be5e0701b4