From eaf133e0eb76b78b7a6dcd8a84abd651d66c83a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 24 Feb 2023 15:37:06 +0100 Subject: [PATCH] Add version 3.30 --- .github/renovate.json5 | 2 +- .github/workflows/audit.yaml | 1 + .github/workflows/rebuild.yaml | 1 + SECURITY.md | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9348c6b09f..c9885a9f20 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,7 +13,7 @@ schedule: 'after 5pm on the first day of the month', }, semanticCommits: 'disabled', - baseBranches: ['master', '3.27', '3.28', '3.29'], + baseBranches: ['master', '3.27', '3.28', '3.29', '3.30'], // Upgrade the tool versions regexManagers: [ { diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 5a6d270d30..208a261218 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -18,6 +18,7 @@ jobs: - '3.27' - '3.28' - '3.29' + - '3.30' steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index e9348ca80f..b54f895cea 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -17,6 +17,7 @@ jobs: - '3.27' - '3.28' - '3.29' + - '3.30' - master steps: diff --git a/SECURITY.md b/SECURITY.md index b422d78cec..4a2a95d365 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,5 +8,6 @@ | 3.27 | Best effort | | 3.28 | 23/06/2025 | | 3.29 | Best effort | +| 3.29 | To be defined | ### Version 3.23 is prematurely end of support because its staging build system was no longer working.