Skip to content

Commit edf444d

Browse files
ci: ancestor release override: specify 0.79.0 as minimal compare target for commits based on PR#23421
1 parent 034fe03 commit edf444d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/python/materialize/docker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"""
2121
MIN_ANCESTOR_MZ_VERSION_PER_COMMIT: dict[str, MzVersion] = {
2222
# insert newer commits at the top
23+
# PR#23421 (coord: smorgasbord of improvements for the crdb-backed timestamp oracle) introduces regressions against 0.78.13
24+
"5179ebd39aea4867622357a832aaddcde951b411": MzVersion.parse_mz("v0.79.0")
2325
}
2426

2527

0 commit comments

Comments
 (0)