From 0209c84031efc7c334cf13e3d66a8364da93efb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 18 Jan 2024 12:07:48 +0100 Subject: [PATCH] End of support of version 7.4 --- .github/renovate.json5 | 10 +--------- .github/workflows/audit.yaml | 1 - .github/workflows/rebuild.yaml | 1 - SECURITY.md | 3 +-- 4 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 77942a92..d8e93cc2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,15 +12,7 @@ automerge: true, schedule: 'after 5pm on the first day of the month', }, - baseBranches: [ - 'master', - '7.4', - '7.6-ubuntu18.04', - '7.6-gdal3.3', - '7.6-gdal3.7', - '8.0-gdal3.6', - '8.0-gdal3.7', - ], + baseBranches: ['master', '7.6-ubuntu18.04', '7.6-gdal3.3', '7.6-gdal3.7', '8.0-gdal3.6', '8.0-gdal3.7'], 'pre-commit': { enabled: true }, regexManagers: [ /** Do updates on pre-commit additional dependencies */ diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index c1981829..184ead17 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: branch: - - '7.4' - 7.6-ubuntu18.04 - 7.6-gdal3.3 - 7.6-gdal3.7 diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index ca96382f..db86be26 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: branch: - - '7.4' - 7.6-ubuntu18.04 - 7.6-gdal3.3 - 7.6-gdal3.7 diff --git a/SECURITY.md b/SECURITY.md index e6bd085d..0da7ce0d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,7 @@ | Version | Supported Until | [Last Upstream Version](https://mapserver.org/) | Alternate Tag | Info | | --------------- | --------------- | ----------------------------------------------- | ------------- | ----------------------------- | -| <= 7.2 | Unsupported | | | | -| 7.4 | Best effort | 30/04/2021 | | Version based on Ubuntu 18.04 | +| <= 7.4 | Unsupported | | | | | 7.6 | 23/06/2025 | 18/04/2023 | | | | 7.6-ubuntu18.04 | Best effort | | | Version based on Ubuntu 18.04 | | 7.6-gdal3.3 | Best effort | | 7.6-20-04 | Version based on Ubuntu 20.04 |