Skip to content

Commit 3f0ea22

Browse files
committed
(MODULES-10953) Update metadata.json and pdk version
To avoid having to update this everytime we release a new agent platform, it should be enough to specify the supported OS, without specific versions. It is assumed that for each OS in metadata.json, the versions supported are the same as what the agent itself supports.
1 parent 8e2d9aa commit 3f0ea22

File tree

1 file changed

+7
-38
lines changed

1 file changed

+7
-38
lines changed

metadata.json

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -12,56 +12,25 @@
1212
],
1313
"operatingsystem_support": [
1414
{
15-
"operatingsystem": "CentOS",
16-
"operatingsystemrelease": [
17-
"7",
18-
"8"
19-
]
15+
"operatingsystem": "CentOS"
2016
},
2117
{
22-
"operatingsystem": "OracleLinux",
23-
"operatingsystemrelease": [
24-
"7",
25-
"8"
26-
]
18+
"operatingsystem": "OracleLinux"
2719
},
2820
{
29-
"operatingsystem": "RedHat",
30-
"operatingsystemrelease": [
31-
"7",
32-
"8"
33-
]
21+
"operatingsystem": "RedHat"
3422
},
3523
{
36-
"operatingsystem": "Scientific",
37-
"operatingsystemrelease": [
38-
"7",
39-
"8"
40-
]
24+
"operatingsystem": "Scientific"
4125
},
4226
{
43-
"operatingsystem": "Debian",
44-
"operatingsystemrelease": [
45-
"8",
46-
"9",
47-
"10"
48-
]
27+
"operatingsystem": "Debian"
4928
},
5029
{
51-
"operatingsystem": "Ubuntu",
52-
"operatingsystemrelease": [
53-
"16.04",
54-
"18.04",
55-
"20.04"
56-
]
30+
"operatingsystem": "Ubuntu"
5731
},
5832
{
59-
"operatingsystem": "Fedora",
60-
"operatingsystemrelease": [
61-
"30",
62-
"31",
63-
"32"
64-
]
33+
"operatingsystem": "Fedora"
6534
}
6635
],
6736
"requirements": [

0 commit comments

Comments
 (0)