-
Notifications
You must be signed in to change notification settings - Fork 79
/
doap_YuniKorn.rdf
144 lines (141 loc) · 5.07 KB
/
doap_YuniKorn.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project rdf:about="https://yunikorn.apache.org">
<created>2020-01-21</created>
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
<name>Apache YuniKorn</name>
<homepage rdf:resource="https://yunikorn.apache.org" />
<asfext:pmc rdf:resource="https://yunikorn.apache.org" />
<shortdesc>A light-weight universal resource scheduler for container orchestrator systems.</shortdesc>
<bug-database rdf:resource="https://issues.apache.org/jira/projects/YUNIKORN/issues" />
<mailing-list rdf:resource="https://yunikorn.apache.org/community/get_involved" />
<download-page rdf:resource="https://yunikorn.apache.org/community/download" />
<programming-language>Go</programming-language>
<programming-language>JavaScript</programming-language>
<category rdf:resource="https://projects.apache.org/category/cloud" />
<release>
<Version>
<name>YuniKorn 1.6.0</name>
<created>2024-09-17</created>
<revision>1.6.0</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.5.2</name>
<created>2024-07-26</created>
<revision>1.5.2</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.5.1</name>
<created>2024-05-16</created>
<revision>1.5.1</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.5.0</name>
<created>2024-03-14</created>
<revision>1.5.0</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.4.0</name>
<created>2023-11-20</created>
<revision>1.4.0</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.3.0</name>
<created>2023-06-12</created>
<revision>1.3.0</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.2.0</name>
<created>2023-02-02</created>
<revision>1.2.0</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.1.0</name>
<created>2022-09-08</created>
<revision>1.1.0</revision>
</Version>
</release>
<release>
<Version>
<name>YuniKorn 1.0.0</name>
<created>2022-05-03</created>
<revision>1.0.0</revision>
</Version>
</release>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/yunikorn-core.git"/>
<browse rdf:resource="https://github.com/apache/yunikorn-core"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/yunikorn-k8shim.git"/>
<browse rdf:resource="https://github.com/apache/yunikorn-k8shim"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/yunikorn-scheduler-interface.git"/>
<browse rdf:resource="https://github.com/apache/yunikorn-scheduler-interface"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/yunikorn-web.git"/>
<browse rdf:resource="https://github.com/apache/yunikorn-web"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/yunikorn-site.git"/>
<browse rdf:resource="https://github.com/apache/yunikorn-site"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/yunikorn-release.git"/>
<browse rdf:resource="https://github.com/apache/yunikorn-release"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Apache YuniKorn developers</foaf:name>
<foaf:mbox rdf:resource="mailto:dev@yunikorn.apache.org"/>
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>