From a465aa489918743388f899f0fbc47b5e2e8e08d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 26 Mar 2025 10:08:50 +0100 Subject: [PATCH] The LTS branch 2.28 is now EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- .github/pull_request_template.md | 1 - BRANCHES.md | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a637fe4c20..e48e44beda 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,6 @@ If the provided content is part of the present PR remove the # symbol. - [ ] **TF-PSA-Crypto PR** provided # | not required because: - [ ] **framework PR** provided Mbed-TLS/mbedtls-framework# | not required - [ ] **3.6 PR** provided # | not required because: -- [ ] **2.28 PR** provided # | not required because: - **tests** provided | not required because: diff --git a/BRANCHES.md b/BRANCHES.md index bcceda883a..49f7e289bb 100644 --- a/BRANCHES.md +++ b/BRANCHES.md @@ -11,7 +11,6 @@ At any point in time, we have a number of maintained branches, currently consist as well as all the new features and bug fixes and security fixes. - One or more long-time support (LTS) branches: these only get bug fixes and security fixes. Currently, the supported LTS branches are: -- [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6). We retain a number of historical branches, whose names are prefixed by `archive/`, @@ -108,8 +107,5 @@ The following branches are currently maintained: - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6) maintained until March 2027, see . -- [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28) - maintained until the end of 2024, see - . Users are urged to always use the latest version of a maintained branch.