This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 8b1210e0 management 1.2.0 released (#180)
8b1210e0 is described below
commit 8b1210e09966d72dddc1350c8c3c7eac3f79d35a
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Dec 14 21:20:35 2025 +0100
management 1.2.0 released (#180)
---
content/.htaccess | 6 +++---
content/download.html | 2 +-
content/search/search_index.json | 2 +-
src/main/paradox/download.md | 2 +-
src/main/public/.htaccess | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index 2a444a6c..37d5658d 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -13,9 +13,9 @@ RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pe
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]
RewriteRule ^japi/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/japi/$1 [P]
-# pekko-management/current gets redirected to pekko-management/1.1
-RewriteRule ^docs/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.1/docs/$1 [P]
-RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.1/api/$1 [P]
+# pekko-management/current gets redirected to pekko-management/1.2
+RewriteRule ^docs/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.2/docs/$1 [P]
+RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.2/api/$1 [P]
# pekko-grpc/current gets redirected to pekko-grpc/1.2
RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/docs/$1 [P]
RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/api/$1 [P]
diff --git a/content/download.html b/content/download.html
index c16048c3..f1cfd9d9 100644
--- a/content/download.html
+++ b/content/download.html
@@ -245,7 +245,7 @@ Apache Pekko™
</ul>
<h2><a href="#pekko-management" name="pekko-management" class="anchor"><span
class="anchor-link"></span></a>Pekko Management</h2>
<ul>
- <li><a
href="https://www.apache.org/dyn/closer.lua/pekko/MANAGEMENT-1.1.1/apache-pekko-management-1.1.1-src-20250426.tgz">apache-pekko-management-1.1.1-src-20250426.tgz</a>
signature: (<a
href="https://downloads.apache.org/pekko/MANAGEMENT-1.1.1/apache-pekko-management-1.1.1-src-20250426.tgz.asc">asc</a>)
checksum: (<a
href="https://downloads.apache.org/pekko/MANAGEMENT-1.1.1/apache-pekko-management-1.1.1-src-20250426.tgz.sha512">sha512</a>)</li>
+ <li><a
href="https://www.apache.org/dyn/closer.lua/pekko/MANAGEMENT-1.2.0/apache-pekko-management-1.2.0-src-20251211.tgz">apache-pekko-management-1.2.0-src-20251211.tgz</a>
signature: (<a
href="https://downloads.apache.org/pekko/MANAGEMENT-1.2.0/apache-pekko-management-1.2.0-src-20251211.tgz.asc">asc</a>)
checksum: (<a
href="https://downloads.apache.org/pekko/MANAGEMENT-1.2.0/apache-pekko-management-1.2.0-src-20251211.tgz.sha512">sha512</a>)</li>
<li><a
href="https://pekko.apache.org/docs/pekko-management/current/release-notes/index.html">Release
Notes</a></li>
</ul>
<h2><a href="#pekko-connectors" name="pekko-connectors" class="anchor"><span
class="anchor-link"></span></a>Pekko Connectors</h2>
diff --git a/content/search/search_index.json b/content/search/search_index.json
index 03ad7a58..5ded424a 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 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 more. Pekko
include [...]
\ No newline at end of file
+{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples
Modules Downloads 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 more. Pekko
include [...]
\ No newline at end of file
diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md
index ab86c02b..9ee8f77d 100644
--- a/src/main/paradox/download.md
+++ b/src/main/paradox/download.md
@@ -32,7 +32,7 @@ There is also a milestone release, providing a preview for
the upcoming major ve
## Pekko Management
-*
[apache-pekko-management-1.1.1-src-20250426.tgz](https://www.apache.org/dyn/closer.lua/pekko/MANAGEMENT-1.1.1/apache-pekko-management-1.1.1-src-20250426.tgz)
signature:
([asc](https://downloads.apache.org/pekko/MANAGEMENT-1.1.1/apache-pekko-management-1.1.1-src-20250426.tgz.asc))
checksum:
([sha512](https://downloads.apache.org/pekko/MANAGEMENT-1.1.1/apache-pekko-management-1.1.1-src-20250426.tgz.sha512))
+*
[apache-pekko-management-1.2.0-src-20251211.tgz](https://www.apache.org/dyn/closer.lua/pekko/MANAGEMENT-1.2.0/apache-pekko-management-1.2.0-src-20251211.tgz)
signature:
([asc](https://downloads.apache.org/pekko/MANAGEMENT-1.2.0/apache-pekko-management-1.2.0-src-20251211.tgz.asc))
checksum:
([sha512](https://downloads.apache.org/pekko/MANAGEMENT-1.2.0/apache-pekko-management-1.2.0-src-20251211.tgz.sha512))
* [Release
Notes](https://pekko.apache.org/docs/pekko-management/current/release-notes/index.html)
## Pekko Connectors
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 2a444a6c..37d5658d 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -13,9 +13,9 @@ RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pe
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]
RewriteRule ^japi/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/japi/$1 [P]
-# pekko-management/current gets redirected to pekko-management/1.1
-RewriteRule ^docs/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.1/docs/$1 [P]
-RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.1/api/$1 [P]
+# pekko-management/current gets redirected to pekko-management/1.2
+RewriteRule ^docs/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.2/docs/$1 [P]
+RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.2/api/$1 [P]
# pekko-grpc/current gets redirected to pekko-grpc/1.2
RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/docs/$1 [P]
RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/api/$1 [P]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]