-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update operating system end of life data (#8864)
Add end of life data for several more Linux releases Adds data for: * Alpine Linux 3.19 * Amazon Linux 2 (already end of life for Jenkins) * Amazon Linux 2023 * Fedora 39 Includes test data for more Linux operating systems that were already included in the end of life data.
- Loading branch information
1 parent
48661db
commit 72eb26a
Showing
14 changed files
with
245 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
NAME="AlmaLinux" | ||
VERSION="9.3 (Shamrock Pampas Cat)" | ||
ID="almalinux" | ||
ID_LIKE="rhel centos fedora" | ||
VERSION_ID="9.3" | ||
PLATFORM_ID="platform:el9" | ||
PRETTY_NAME="AlmaLinux 9.3 (Shamrock Pampas Cat)" | ||
ANSI_COLOR="0;34" | ||
LOGO="fedora-logo-icon" | ||
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos" | ||
HOME_URL="https://almalinux.org/" | ||
DOCUMENTATION_URL="https://wiki.almalinux.org/" | ||
BUG_REPORT_URL="https://bugs.almalinux.org/" | ||
|
||
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9" | ||
ALMALINUX_MANTISBT_PROJECT_VERSION="9.3" | ||
REDHAT_SUPPORT_PRODUCT="AlmaLinux" | ||
REDHAT_SUPPORT_PRODUCT_VERSION="9.3" |
6 changes: 6 additions & 0 deletions
6
core/src/test/resources/jenkins/monitor/os-release-alpine-3.19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
NAME="Alpine Linux" | ||
ID=alpine | ||
VERSION_ID=3.19.0 | ||
PRETTY_NAME="Alpine Linux v3.19" | ||
HOME_URL="https://alpinelinux.org/" | ||
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" |
10 changes: 10 additions & 0 deletions
10
core/src/test/resources/jenkins/monitor/os-release-amazon-linux-2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
NAME="Amazon Linux" | ||
VERSION="2" | ||
ID="amzn" | ||
ID_LIKE="centos rhel fedora" | ||
VERSION_ID="2" | ||
PRETTY_NAME="Amazon Linux 2" | ||
ANSI_COLOR="0;33" | ||
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" | ||
HOME_URL="https://amazonlinux.com/" | ||
SUPPORT_END="2025-06-30" |
12 changes: 12 additions & 0 deletions
12
core/src/test/resources/jenkins/monitor/os-release-amazon-linux-2023
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
NAME="Amazon Linux" | ||
VERSION="2023" | ||
ID="amzn" | ||
ID_LIKE="fedora" | ||
VERSION_ID="2023" | ||
PLATFORM_ID="platform:al2023" | ||
PRETTY_NAME="Amazon Linux 2023" | ||
ANSI_COLOR="0;33" | ||
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2023" | ||
HOME_URL="https://aws.amazon.com/linux/" | ||
BUG_REPORT_URL="https://github.com/amazonlinux/amazon-linux-2023" | ||
SUPPORT_END="2028-03-15" |
13 changes: 13 additions & 0 deletions
13
core/src/test/resources/jenkins/monitor/os-release-centos-8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
NAME="CentOS Linux" | ||
VERSION="8" | ||
ID="centos" | ||
ID_LIKE="rhel fedora" | ||
VERSION_ID="8" | ||
PLATFORM_ID="platform:el8" | ||
PRETTY_NAME="CentOS Linux 8" | ||
ANSI_COLOR="0;31" | ||
CPE_NAME="cpe:/o:centos:centos:8" | ||
HOME_URL="https://centos.org/" | ||
BUG_REPORT_URL="https://bugs.centos.org/" | ||
CENTOS_MANTISBT_PROJECT="CentOS-8" | ||
CENTOS_MANTISBT_PROJECT_VERSION="8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" | ||
NAME="Debian GNU/Linux" | ||
VERSION_ID="11" | ||
VERSION="11 (bullseye)" | ||
VERSION_CODENAME=bullseye | ||
ID=debian | ||
HOME_URL="https://www.debian.org/" | ||
SUPPORT_URL="https://www.debian.org/support" | ||
BUG_REPORT_URL="https://bugs.debian.org/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" | ||
NAME="Debian GNU/Linux" | ||
VERSION_ID="12" | ||
VERSION="12 (bookworm)" | ||
VERSION_CODENAME=bookworm | ||
ID=debian | ||
HOME_URL="https://www.debian.org/" | ||
SUPPORT_URL="https://www.debian.org/support" | ||
BUG_REPORT_URL="https://bugs.debian.org/" |
Oops, something went wrong.