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

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 15954ff5 update downloads page and add redirects for new versions 
(#200)
15954ff5 is described below

commit 15954ff52abd41c0f7f8799d62bc39fa116e3340
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 4 11:55:11 2026 +0100

    update downloads page and add redirects for new versions (#200)
    
    * 2.0.0-M1 release
    
    * pekko 1.6.0
    
    * redirect
    
    * Update .htaccess
---
 content/.htaccess                | 16 ++++++++++++----
 content/download.html            |  6 +++++-
 content/search/search_index.json |  2 +-
 src/main/paradox/download.md     |  6 +++++-
 src/main/public/.htaccess        | 16 ++++++++++++----
 5 files changed, 35 insertions(+), 11 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
index 9e19979b..7998aecc 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -5,10 +5,10 @@ RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/
 RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
 # broken current links in legacy docs
 RewriteRule ^docs/pekko/current/project/migration-guides.html 
https://pekko.apache.org/docs/pekko/current/migration/migration-guide-akka-1.0.x.html
 [P]
-# pekko/current gets redirected to pekko/1.5
-RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.5/docs/$1 [P]
-RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.5/api/$1 [P]
-RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.5/japi/$1 [P]
+# pekko/current gets redirected to pekko/1.6
+RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.6/docs/$1 [P]
+RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.6/api/$1 [P]
+RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.6/japi/$1 [P]
 # pekko-http/current gets redirected to pekko-http/1.3
 RewriteRule ^docs/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/docs/$1 [P]
 RewriteRule ^api/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/api/$1 [P]
@@ -65,6 +65,10 @@ RewriteRule ^japi/([^/]+)/1.4/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1
 RewriteRule ^docs/([^/]+)/1.5/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5/docs/$2 [P]
 RewriteRule ^api/([^/]+)/1.5/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5/api/$2 [P]
 RewriteRule ^japi/([^/]+)/1.5/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5/japi/$2 [P]
+# 1.6 redirect
+RewriteRule ^docs/([^/]+)/1.6/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6/docs/$2 [P]
+RewriteRule ^api/([^/]+)/1.6/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6/api/$2 [P]
+RewriteRule ^japi/([^/]+)/1.6/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6/japi/$2 [P]
 # 2.0 redirect
 RewriteRule ^docs/([^/]+)/2.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0/docs/$2 [P]
 RewriteRule ^api/([^/]+)/2.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0/api/$2 [P]
@@ -137,6 +141,10 @@ RewriteRule ^japi/([^/]+)/1.4.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1
 RewriteRule ^docs/([^/]+)/1.5.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5.0/docs/$2 [P]
 RewriteRule ^api/([^/]+)/1.5.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5.0/api/$2 [P]
 RewriteRule ^japi/([^/]+)/1.5.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5.0/japi/$2 [P]
+# 1.6.0 redirect
+RewriteRule ^docs/([^/]+)/1.6.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6.0/docs/$2 [P]
+RewriteRule ^api/([^/]+)/1.6.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6.0/api/$2 [P]
+RewriteRule ^japi/([^/]+)/1.6.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6.0/japi/$2 [P]
 # 1.0.3-M1 redirect
 RewriteRule ^docs/([^/]+)/1.0.3-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/docs/$2 [P]
 RewriteRule ^api/([^/]+)/1.0.3-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/api/$2 [P]
diff --git a/content/download.html b/content/download.html
index f517f088..ae29f08b 100644
--- a/content/download.html
+++ b/content/download.html
@@ -232,7 +232,7 @@ Apache Pekko™
 <p>We publish jars to Maven Central with the groupId 
<code>org.apache.pekko</code> (<a 
href="https://mvnrepository.com/artifact/org.apache.pekko";>list</a>). These 
jars relate to the source downloads you find linked below.</p>
 <h2><a href="#pekko-core" name="pekko-core" class="anchor"><span 
class="anchor-link"></span></a>Pekko Core</h2>
 <ul>
-  <li><a 
href="https://www.apache.org/dyn/closer.lua/pekko/1.5.0/apache-pekko-1.5.0-src-20260323.tgz";>apache-pekko-1.5.0-src-20260323.tgz</a>
 signature: (<a 
href="https://downloads.apache.org/pekko/1.5.0/apache-pekko-1.5.0-src-20260323.tgz.asc";>asc</a>)
 checksum: (<a 
href="https://downloads.apache.org/pekko/1.5.0/apache-pekko-1.5.0-src-20260323.tgz.sha512";>sha512</a>)</li>
+  <li><a 
href="https://www.apache.org/dyn/closer.lua/pekko/1.6.0/apache-pekko-1.6.0-src-20260417.tgz";>apache-pekko-1.6.0-src-20260417.tgz</a>
 signature: (<a 
href="https://downloads.apache.org/pekko/1.6.0/apache-pekko-1.6.0-src-20260417.tgz.asc";>asc</a>)
 checksum: (<a 
href="https://downloads.apache.org/pekko/1.6.0/apache-pekko-1.6.0-src-20260417.tgz.sha512";>sha512</a>)</li>
   <li><a 
href="https://pekko.apache.org/docs/pekko/current/release-notes/index.html";>Release
 Notes</a></li>
 </ul>
 <p>There is also a milestone release, providing a preview for the upcoming 
major version:</p>
@@ -280,6 +280,10 @@ Apache Pekko™
   <li><a 
href="https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-KAFKA-1.1.0/apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz";>apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz</a>
 signature: (<a 
href="https://downloads.apache.org/pekko/CONNECTORS-KAFKA-1.1.0/apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz.asc";>asc</a>)
 checksum: (<a 
href="https://downloads.apache.org/pekko/CONNECTORS-KAFKA-1.1.0/apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz.sha512";>sha512</a>)</li>
   <li><a 
href="https://pekko.apache.org/docs/pekko-connectors-kafka/current/release-notes/index.html";>Release
 Notes</a></li>
 </ul>
+<p>There is also a milestone release, providing a preview for the upcoming 
major version:</p>
+<ul>
+  <li><a 
href="https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-KAFKA-2.0.0-M1/apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz";>apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz</a>
 signature: (<a 
href="https://downloads.apache.org/pekko/CONNECTORS-KAFKA-2.0.0-M1/apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz.asc";>asc</a>)
 checksum: (<a 
href="https://downloads.apache.org/pekko/CONNECTORS-KAFKA-2.0.0-M1/apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz.s
 [...]
+</ul>
 <h2><a href="#pekko-persistence-cassandra" name="pekko-persistence-cassandra" 
class="anchor"><span class="anchor-link"></span></a>Pekko Persistence 
Cassandra</h2>
 <ul>
   <li><a 
href="https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-CASSANDRA-1.1.0/apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz";>apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz</a>
 signature: (<a 
href="https://downloads.apache.org/pekko/PERSISTENCE-CASSANDRA-1.1.0/apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz.asc";>asc</a>)
 checksum: (<a 
href="https://downloads.apache.org/pekko/PERSISTENCE-CASSANDRA-1.1.0/apache-pekko-persistence-cassandra-1.1.0-src-
 [...]
diff --git a/content/search/search_index.json b/content/search/search_index.json
index 8b10be9b..664bc31b 100644
--- a/content/search/search_index.json
+++ b/content/search/search_index.json
@@ -1 +1 @@
-{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples
 Modules Downloads Version Support How to contribute\nBanner Logo Apache Pekko™ 
Apache Pekko™ is an open-source framework for building applications that are 
concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to 
provide more intuitive high-level abstractions for concurrency. Using these 
abstractions, Pekko also provides libraries for persistence, streams, HTTP, and 
mor [...]
\ No newline at end of file
+{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples
 Modules Downloads Version Support How to contribute\nBanner Logo Apache Pekko™ 
Apache Pekko™ is an open-source framework for building applications that are 
concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to 
provide more intuitive high-level abstractions for concurrency. Using these 
abstractions, Pekko also provides libraries for persistence, streams, HTTP, and 
mor [...]
\ No newline at end of file
diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md
index 95ecc053..aa720f73 100644
--- a/src/main/paradox/download.md
+++ b/src/main/paradox/download.md
@@ -13,7 +13,7 @@ These jars relate to the source downloads you find linked 
below.
 
 ## Pekko Core
 
-* 
[apache-pekko-1.5.0-src-20260323.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.5.0/apache-pekko-1.5.0-src-20260323.tgz)
 signature: 
([asc](https://downloads.apache.org/pekko/1.5.0/apache-pekko-1.5.0-src-20260323.tgz.asc))
 checksum: 
([sha512](https://downloads.apache.org/pekko/1.5.0/apache-pekko-1.5.0-src-20260323.tgz.sha512))
+* 
[apache-pekko-1.6.0-src-20260417.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.6.0/apache-pekko-1.6.0-src-20260417.tgz)
 signature: 
([asc](https://downloads.apache.org/pekko/1.6.0/apache-pekko-1.6.0-src-20260417.tgz.asc))
 checksum: 
([sha512](https://downloads.apache.org/pekko/1.6.0/apache-pekko-1.6.0-src-20260417.tgz.sha512))
 * [Release 
Notes](https://pekko.apache.org/docs/pekko/current/release-notes/index.html)
 
 There is also a milestone release, providing a preview for the upcoming major 
version:
@@ -61,6 +61,10 @@ There is also a milestone release, providing a preview for 
the upcoming major ve
 * 
[apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz](https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-KAFKA-1.1.0/apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz)
 signature: 
([asc](https://downloads.apache.org/pekko/CONNECTORS-KAFKA-1.1.0/apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz.asc))
 checksum: 
([sha512](https://downloads.apache.org/pekko/CONNECTORS-KAFKA-1.1.0/apache-pekko-connectors-kafka-1.1.0-src-20240916.tgz.sha512))
 * [Release 
Notes](https://pekko.apache.org/docs/pekko-connectors-kafka/current/release-notes/index.html)
 
+There is also a milestone release, providing a preview for the upcoming major 
version:
+
+* 
[apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz](https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-KAFKA-2.0.0-M1/apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz)
 signature: 
([asc](https://downloads.apache.org/pekko/CONNECTORS-KAFKA-2.0.0-M1/apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz.asc))
 checksum: 
([sha512](https://downloads.apache.org/pekko/CONNECTORS-KAFKA-2.0.0-M1/apache-pekko-connectors-kafka-2.0.0-M1-src-20260421.tgz.sha512))
+
 ## Pekko Persistence Cassandra
 
 * 
[apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz](https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-CASSANDRA-1.1.0/apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz)
 signature: 
([asc](https://downloads.apache.org/pekko/PERSISTENCE-CASSANDRA-1.1.0/apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz.asc))
 checksum: 
([sha512](https://downloads.apache.org/pekko/PERSISTENCE-CASSANDRA-1.1.0/apache-pekko-persistence-cassandra-1.1.0-src-20250116.tgz.sha512))
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 9e19979b..7998aecc 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -5,10 +5,10 @@ RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/
 RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
 # broken current links in legacy docs
 RewriteRule ^docs/pekko/current/project/migration-guides.html 
https://pekko.apache.org/docs/pekko/current/migration/migration-guide-akka-1.0.x.html
 [P]
-# pekko/current gets redirected to pekko/1.5
-RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.5/docs/$1 [P]
-RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.5/api/$1 [P]
-RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.5/japi/$1 [P]
+# pekko/current gets redirected to pekko/1.6
+RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.6/docs/$1 [P]
+RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.6/api/$1 [P]
+RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.6/japi/$1 [P]
 # pekko-http/current gets redirected to pekko-http/1.3
 RewriteRule ^docs/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/docs/$1 [P]
 RewriteRule ^api/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/api/$1 [P]
@@ -65,6 +65,10 @@ RewriteRule ^japi/([^/]+)/1.4/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1
 RewriteRule ^docs/([^/]+)/1.5/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5/docs/$2 [P]
 RewriteRule ^api/([^/]+)/1.5/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5/api/$2 [P]
 RewriteRule ^japi/([^/]+)/1.5/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5/japi/$2 [P]
+# 1.6 redirect
+RewriteRule ^docs/([^/]+)/1.6/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6/docs/$2 [P]
+RewriteRule ^api/([^/]+)/1.6/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6/api/$2 [P]
+RewriteRule ^japi/([^/]+)/1.6/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6/japi/$2 [P]
 # 2.0 redirect
 RewriteRule ^docs/([^/]+)/2.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0/docs/$2 [P]
 RewriteRule ^api/([^/]+)/2.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0/api/$2 [P]
@@ -137,6 +141,10 @@ RewriteRule ^japi/([^/]+)/1.4.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1
 RewriteRule ^docs/([^/]+)/1.5.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5.0/docs/$2 [P]
 RewriteRule ^api/([^/]+)/1.5.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5.0/api/$2 [P]
 RewriteRule ^japi/([^/]+)/1.5.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.5.0/japi/$2 [P]
+# 1.6.0 redirect
+RewriteRule ^docs/([^/]+)/1.6.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6.0/docs/$2 [P]
+RewriteRule ^api/([^/]+)/1.6.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6.0/api/$2 [P]
+RewriteRule ^japi/([^/]+)/1.6.0/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.6.0/japi/$2 [P]
 # 1.0.3-M1 redirect
 RewriteRule ^docs/([^/]+)/1.0.3-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/docs/$2 [P]
 RewriteRule ^api/([^/]+)/1.0.3-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/api/$2 [P]


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

Reply via email to