Add Linux 5.15
This change adds a release for Linux 5.15 for the Proxmox Edge kernels. In addition, this change also includes ZFS 2.1.1 which follows the upstream Proxmox repository.
This commit is contained in:
parent
2fd3f183c1
commit
9614ffe091
5 changed files with 11 additions and 2 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: [ubuntu-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
branch: ['v5.14.x']
|
||||
branch: ['v5.14.x', 'v5.15.x']
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Custom Linux kernels for Proxmox VE.
|
||||
|
||||
#### Versions
|
||||
1. Linux 5.15 (Mainline)
|
||||
1. Linux 5.14 (Stable)
|
||||
1. Linux 5.13 (Stable) [EOL]
|
||||
1. Linux 5.12 (Stable) [EOL]
|
||||
|
|
BIN
crack.bundle
BIN
crack.bundle
Binary file not shown.
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
|||
pve-kernel (5.15.0-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.15.
|
||||
* Update to OpenZFS 2.1.1
|
||||
* Drop kernel release from version
|
||||
|
||||
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Tue, 2 Nov 2021 10:00:00 +0000
|
||||
|
||||
pve-kernel (5.14.0-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.14.
|
||||
|
|
2
linux
2
linux
|
@ -1 +1 @@
|
|||
Subproject commit 7d2a07b769330c34b4deabeed939325c77a7ec2f
|
||||
Subproject commit 8bb7eca972ad531c9b149c0a51ab43a417385813
|
Loading…
Reference in a new issue