This is an automated email from the ASF dual-hosted git repository.

PragmaTwice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2c29b357 docs: repoint dist.apache.org links away from the incubator 
path (#405)
2c29b357 is described below

commit 2c29b35777bee6c2c0a6798de0f7fb1107ae6de6
Author: Roshan Ramani <[email protected]>
AuthorDate: Wed Sep 2 15:24:25 2026 +0530

    docs: repoint dist.apache.org links away from the incubator path (#405)
    
    Kvrocks graduated to a top-level project, so releases moved from
    /repos/dist/release/incubator/kvrocks/ to /repos/dist/release/kvrocks/.
    Both incubator URLs in maturity.md return 404; both new ones return 200.
    
    Generated-by: Claude (Claude Code)
---
 maturity.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maturity.md b/maturity.md
index ff38fdc5..54480372 100644
--- a/maturity.md
+++ b/maturity.md
@@ -36,9 +36,9 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 
 | **ID**   | **Description**                                                   
                                                                                
                                                                                
                                              | **Status** |
 | -------- | 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | ---------- |
-| **RE10** | Releases consist of source code, distributed using standard and 
open archive formats that are expected to stay readable in the long term.       
                                                                                
                                                | **YES** Source release is 
distributed via 
[dist.apache.org](https://dist.apache.org/repos/dist/release/incubator/kvrocks/)
 and linked from [download page](/download). |
+| **RE10** | Releases consist of source code, distributed using standard and 
open archive formats that are expected to stay readable in the long term.       
                                                                                
                                                | **YES** Source release is 
distributed via 
[dist.apache.org](https://dist.apache.org/repos/dist/release/kvrocks/) and 
linked from [download page](/download). |
 | **RE20** | The project's PPMC (Project Management Committee, see CS10) 
approves each software release in order to make the release an act of the 
Foundation.                                                                     
                                                                                
                     | **YES** All releases have been voted at 
[email protected] and [email protected], and have at least 3 
PPMC's votes. |
-| **RE30** | Releases are signed and/or distributed along with digests that 
anyone can reliably use to validate the downloaded archives.                    
                                                                                
                                                   | **YES** All releases are 
signed, and the 
[KEYS](https://dist.apache.org/repos/dist/release/incubator/kvrocks/KEYS) are 
available. |
+| **RE30** | Releases are signed and/or distributed along with digests that 
anyone can reliably use to validate the downloaded archives.                    
                                                                                
                                                   | **YES** All releases are 
signed, and the [KEYS](https://dist.apache.org/repos/dist/release/kvrocks/KEYS) 
are available. |
 | **RE40** | The project can distribute convenience binaries alongside source 
code, but they are not Apache Releases, they are provided with no guarantee. | 
**YES** User can easily build binaries from source code, and we do not provide 
binaries as Apache Releases. |
 | **RE50** | The project documents a repeatable release process so that 
someone new to the project can independently generate the complete set of 
artifacts required for a release. | **YES** We can follow the [Release 
guide](https://kvrocks.apache.org/community/create-a-release) to make new 
Apache Kvrocks releases, and so far we had 4 different release managers. |
 

Reply via email to