From deb8e3ecc2e8a95ae2f40a4b2cacd5d9f033ea4c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 15 May 2022 12:43:05 +0200 Subject: [PATCH] Mark v5.16 as end-of-life This change marks Linux 5.16 as end-of-life, given that it does not receive any support updates anymore. --- .github/workflows/watch.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/watch.yml b/.github/workflows/watch.yml index d7d725c..5500fac 100644 --- a/.github/workflows/watch.yml +++ b/.github/workflows/watch.yml @@ -11,7 +11,7 @@ jobs: runs-on: [ubuntu-latest] strategy: matrix: - branch: ['v5.16.x', 'v5.17.x'] + branch: ['v5.17.x'] steps: - name: Checkout Sources uses: actions/checkout@v2 diff --git a/README.md b/README.md index 4848215..bccce3f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Custom Linux kernels for Proxmox VE. #### Available Versions 1. Linux 5.17 -1. Linux 5.16 +1. Linux 5.16 **[EOL]** Older builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.