[ 
https://issues.apache.org/jira/browse/YUNIKORN-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18050504#comment-18050504
 ] 

Wilfred Spiegelenburg commented on YUNIKORN-3169:
-------------------------------------------------

fix the doap file located here: 
[https://github.com/apache/yunikorn-site/blob/master/doap_YuniKorn.rdf]

The current file is not formatted correctly. Each release must have the 
following setup:
{code:java}
    <release>
      <Version>
        <name>YuniKorn 1.5.2</name>
        <created>2024-07-26</created>
        <revision>1.5.2</revision>
      </Version>
    </release> {code}
Currently the 1.6.3 and later releases are all within one {{<release>}} tag 
which breaks rendering on the projects site. This is broken:
{code:java}
    <release>
       <Version>
        <name>YuniKorn 1.7.0</name>
        <created>2025-07-28</created>
        <revision>1.7.0</revision>
      </Version>
      <Version>
        <name>YuniKorn 1.6.3</name>
        <created>2025-05-06</created>
        <revision>1.6.3</revision>
      </Version>
      <Version>
        <name>YuniKorn 1.6.2</name>
        <created>2025-03-18</created>
        <revision>1.6.2</revision>
      </Version>
      <Version>
        <name>YuniKorn 1.6.1</name>
        <created>2025-01-24</created>
        <revision>1.6.1</revision>
      </Version>
      <Version>
        <name>YuniKorn 1.6.0</name>
        <created>2024-09-17</created>
        <revision>1.6.0</revision>
      </Version>
    </release> {code}

> Update website for 1.8.0
> ------------------------
>
>                 Key: YUNIKORN-3169
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-3169
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>          Components: release, website
>            Reporter: Wilfred Spiegelenburg
>            Priority: Major
>
> * K8s supported versions update to add 1.33 & 1.34
>  ** fix K8s 1.32 support in the 1.7 release
>  * create versioned docs
>  * create release announcement
>  * update downloads page: no longer add plugin image
>  * update roadmap doc
>  * update doap file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to