mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-25 06:35:34 +00:00
* test: regenerate expired TLS certificates for integration fixtures Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com> * test: restore root.srl serial file for TLS fixtures Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com> * chore(ci): update compatibility test window to v1.2.1 Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com> Signed-off-by: WenyXu <wenymedia@gmail.com> * test: add proper TLS extensions to regenerated integration certificates Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com> --------- Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com> Signed-off-by: WenyXu <wenymedia@gmail.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.1"]
|
|
|
|
# Recent releases that must be able to reopen tables written by the PR build.
|
|
downgrade_to_versions = ["v1.1.4"]
|