mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-12 16:32:16 +00:00
Signed-off-by: greptimedb-ci <greptimedb-ci@users.noreply.github.com> Co-authored-by: greptimedb-ci <greptimedb-ci@users.noreply.github.com>
13 lines
597 B
TOML
13 lines
597 B
TOML
# Compatibility CI version window.
|
|
#
|
|
# The PR window keeps the latest patch in each of the two most recent stable
|
|
# minor lines whose tags have published release assets. Exact =vX.Y.Z
|
|
# `from_range` anchors in case.toml are validated by --check-anchors and
|
|
# exercised by nightly runs (--nightly-window); they are not retained in the PR
|
|
# window. Run .github/scripts/update-compat-versions.py --update --published-only
|
|
# after release tags land.
|
|
from_versions = ["v1.1.4", "v1.2.0"]
|
|
|
|
# Recent releases that must be able to reopen tables written by the PR build.
|
|
downgrade_to_versions = ["v1.1.4"]
|