-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unsupported OS #957
Changes from all commits
8b071c2
7f1df97
f61c84b
c011f23
1456de4
f096892
f00c8c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,13 +64,6 @@ | |
"9" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Amazon", | ||
"operatingsystemrelease": [ | ||
"7", | ||
"8" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "OracleLinux", | ||
"operatingsystemrelease": [ | ||
|
@@ -79,18 +72,10 @@ | |
"9" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Scientific", | ||
"operatingsystemrelease": [ | ||
"7", | ||
"8" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "CentOS", | ||
"operatingsystemrelease": [ | ||
"7", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CentOS 7 is also EoL: https://voxpupuli.org/blog/2024/05/08/CentOS-7-CentOS-Stream-8-deprecation/ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes I'v planned to remove EL7 code and OS in a separe PR, need to remove a lot of unused logic from manifest and spec |
||
"8", | ||
"9" | ||
] | ||
}, | ||
|
@@ -108,19 +93,6 @@ | |
"9" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "CloudLinux", | ||
"operatingsystemrelease": [ | ||
"7", | ||
"8" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "XenServer", | ||
"operatingsystemrelease": [ | ||
"6" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Ubuntu", | ||
"operatingsystemrelease": [ | ||
|
@@ -135,12 +107,6 @@ | |
"12" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "VirtuozzoLinux", | ||
"operatingsystemrelease": [ | ||
"7" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Archlinux" | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use
$majorrelease
here