From 279e574fab24a5da47596221f1cefb33f10c5867 Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Thu, 3 Oct 2024 16:41:40 +0000 Subject: [PATCH] doc(release_policy): mention v1.9.1 as the latest patch Mention v1.9.1 as the latest patch in the release status. Signed-off-by: Nikita Kalyazin --- docs/RELEASE_POLICY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RELEASE_POLICY.md b/docs/RELEASE_POLICY.md index 8b77b679c4b..07cfe70c9b7 100644 --- a/docs/RELEASE_POLICY.md +++ b/docs/RELEASE_POLICY.md @@ -90,7 +90,7 @@ v3.1 will be patched since were the last two Firecracker releases and less than | Release | Release Date | Latest Patch | Min. end of support | Official end of Support | | ------: | -----------: | -----------: | ------------------: | :------------------------------ | -| v1.9 | 2024-09-02 | v1.9.0 | 2025-03-02 | Supported | +| v1.9 | 2024-09-02 | v1.9.1 | 2025-03-02 | Supported | | v1.8 | 2024-07-10 | v1.8.0 | 2025-01-10 | Supported | | v1.7 | 2024-03-18 | v1.7.0 | 2024-09-18 | Supported | | v1.6 | 2023-12-20 | v1.6.0 | 2024-06-20 | 2024-07-10 (v1.8 released) |