Add release for Linux 5.13
This change adds the initial release of Linux 5.13 for the Promox Edge kernels.
This commit is contained in:
parent
a68b498de2
commit
77d3d7fcc2
2 changed files with 8 additions and 1 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ['v5.10.x', 'v5.12.x']
|
branch: ['v5.10.x', 'v5.12.x', 'v5.13.x']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
pve-kernel (5.12.0-1) edge; urgency=medium
|
||||||
|
|
||||||
|
* Update to Linux 5.13.
|
||||||
|
* Update to OpenZFS 2.1.0-rc7.
|
||||||
|
|
||||||
|
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 28 Jun 2021 17:00:00 +0000
|
||||||
|
|
||||||
pve-kernel (5.12.0-1) edge; urgency=medium
|
pve-kernel (5.12.0-1) edge; urgency=medium
|
||||||
|
|
||||||
* Update to Linux 5.12.
|
* Update to Linux 5.12.
|
||||||
|
|
Loading…
Reference in a new issue