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

jsinovassin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e6778c  Apache Unomi 3.1.0 Release website update
1e6778c is described below

commit 1e6778ca437db66592fdba9a59461d0e0c8d66fd
Author: jsinovassin <[email protected]>
AuthorDate: Mon Jul 20 13:03:09 2026 +0200

    Apache Unomi 3.1.0 Release website update
---
 src/main/webapp/_data/unomi.yml                      | 2 +-
 src/main/webapp/contribute/dependencies-guide.html   | 2 +-
 src/main/webapp/contribute/manual-release-guide.html | 2 +-
 src/main/webapp/contribute/release-guide.html        | 6 +++---
 src/main/webapp/documentation.html                   | 4 ++--
 src/main/webapp/download.html                        | 5 +++--
 src/main/webapp/llms-full.txt                        | 7 ++++---
 src/main/webapp/llms.txt                             | 4 ++--
 src/main/webapp/tutorial.html                        | 2 +-
 9 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/src/main/webapp/_data/unomi.yml b/src/main/webapp/_data/unomi.yml
index a7b5a77..a32c9bd 100644
--- a/src/main/webapp/_data/unomi.yml
+++ b/src/main/webapp/_data/unomi.yml
@@ -1,6 +1,6 @@
 latest:
   stable:
-    version: 3.0.0
+    version: 3.0.1
     date: 2025-11-10
   development:
     version: 3.1.0-SNAPSHOT
diff --git a/src/main/webapp/contribute/dependencies-guide.html 
b/src/main/webapp/contribute/dependencies-guide.html
index 6114aca..55f7912 100644
--- a/src/main/webapp/contribute/dependencies-guide.html
+++ b/src/main/webapp/contribute/dependencies-guide.html
@@ -69,7 +69,7 @@ layout: default
         &lt;dependency&gt;
             &lt;groupId&gt;org.apache.unomi&lt;/groupId&gt;
             &lt;artifactId&gt;unomi-bom&lt;/artifactId&gt;
-            &lt;version&gt;3.0.0&lt;/version&gt;
+            &lt;version&gt;3.0.1&lt;/version&gt;
             &lt;type&gt;pom&lt;/type&gt;
             &lt;scope&gt;import&lt;/scope&gt;
         &lt;/dependency&gt;
diff --git a/src/main/webapp/contribute/manual-release-guide.html 
b/src/main/webapp/contribute/manual-release-guide.html
index 06ba469..e97bbe4 100644
--- a/src/main/webapp/contribute/manual-release-guide.html
+++ b/src/main/webapp/contribute/manual-release-guide.html
@@ -331,7 +331,7 @@ git tag -d unomi-root-{{ 
site.data.unomi.next.stable.version }}</code></pre>
                   <pre class="alert alert-primary"><code>git clone 
https://gitbox.apache.org/repos/asf/unomi-site.git</code></pre>
                   Perform any modifications, notably change the versions in 
the pom.xml file:
                   <pre class="alert alert-primary"><code>    &lt;properties&gt;
-        &lt;latest.stable.version&gt;3.0.0&lt;/latest.stable.version&gt;
+        &lt;latest.stable.version&gt;3.0.1&lt;/latest.stable.version&gt;
         
&lt;next.development.version&gt;3.1.0-SNAPSHOT&lt;/next.development.version&gt;
         &lt;next.stable.version&gt;3.1.0&lt;/next.stable.version&gt;
         
&lt;latest.development.version&gt;3.1.0-SNAPSHOT&lt;/latest.development.version&gt;
diff --git a/src/main/webapp/contribute/release-guide.html 
b/src/main/webapp/contribute/release-guide.html
index 33c0a57..ae4eaeb 100644
--- a/src/main/webapp/contribute/release-guide.html
+++ b/src/main/webapp/contribute/release-guide.html
@@ -252,7 +252,7 @@ git tag -d unomi-root-{{ 
site.data.unomi.next.stable.version }}</code></pre>
                   <pre class="alert alert-primary"><code>
                       latest:
                           stable:
-                            version: 3.0.0
+                            version: 3.0.1
                           development:
                             version: 3.1.0-SNAPSHOT
                         next:
@@ -297,12 +297,12 @@ git push</code></pre>
 # === VERSION CONFIGURATION ===
 # Latest version (master branch)
 LATEST_BRANCH="master"
-LATEST_VERSION="3.0.0-SNAPSHOT"
+LATEST_VERSION="3.1.0-SNAPSHOT"
 LATEST_DIR="latest"
 
 # Stable version (release branch)
 STABLE_BRANCH="unomi-3.0.x"
-STABLE_VERSION="3.0.0"
+STABLE_VERSION="3.0.1"
 STABLE_DIR="3_0_x"
                       </code></pre>
                   </li>
diff --git a/src/main/webapp/documentation.html 
b/src/main/webapp/documentation.html
index 444144e..dcfe552 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -158,8 +158,8 @@ structured_data: >
                     <h3 class="h5 fw-bold mb-1">Unomi 3.0.x</h3>
                     <div class="d-flex flex-wrap gap-2 mt-3">
                         <a 
href="https://unomi.apache.org/manual/3_0_x/index.html"; class="btn btn-primary 
btn-sm">Read Online</a>
-                        <a 
href="https://dist.apache.org/repos/dist/release/unomi/3.0.0/unomi-manual-3_0_x.zip";
 target="_blank" rel="noopener" class="btn btn-outline-primary btn-sm">HTML 
(zip)</a>
-                        <a 
href="https://dist.apache.org/repos/dist/release/unomi/3.0.0/unomi-manual-3_0_x.pdf";
 target="_blank" rel="noopener" class="btn btn-outline-primary btn-sm">PDF</a>
+                        <a 
href="https://dist.apache.org/repos/dist/release/unomi/3.0.1/unomi-manual-3_0_x.zip";
 target="_blank" rel="noopener" class="btn btn-outline-primary btn-sm">HTML 
(zip)</a>
+                        <a 
href="https://dist.apache.org/repos/dist/release/unomi/3.0.1/unomi-manual-3_0_x.pdf";
 target="_blank" rel="noopener" class="btn btn-outline-primary btn-sm">PDF</a>
                     </div>
                 </div>
             </div>
diff --git a/src/main/webapp/download.html b/src/main/webapp/download.html
index 309dd0d..a30f2e6 100644
--- a/src/main/webapp/download.html
+++ b/src/main/webapp/download.html
@@ -114,8 +114,9 @@ gpg --verify unomi-{{ site.data.unomi.latest.stable.version 
}}-bin.tar.gz.asc \
                             
<tr><th>Version</th><th>Binary</th><th>Source</th><th>Notes</th></tr>
                 </thead>
                   <tbody>
-                            <tr><td class="fw-semibold">2.7.0</td><td><a 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
-                            <tr><td class="fw-semibold">2.6.1</td><td><a 
href="https://archive.apache.org/dist/unomi/2.6.1/unomi-2.6.1-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.6.1/unomi-2.6.1-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.6.1/unomi-2.6.1-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
+                            <tr><td class="fw-semibold">3.0.0</td><td><a 
href="https://archive.apache.org/dist/unomi/3.0.0/unomi-3.0.0-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/3.0.0/unomi-3.0.0bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/3.0.0/unomi-3.0.0-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/ReleaseN [...]
+                            <tr><td class="fw-semibold">2.7.0</td><td><a 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
+                            <tr><td class="fw-semibold">2.6.1</td><td><a 
href="https://archive.apache.org/dist/unomi/2.6.1/unomi-2.6.1-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.6.1/unomi-2.6.1-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.6.1/unomi-2.6.1-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
                             <tr><td class="fw-semibold">2.6.0</td><td><a 
href="https://archive.apache.org/dist/unomi/2.6.0/unomi-2.6.0-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.6.0/unomi-2.6.0-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.6.0/unomi-2.6.0-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
                             <tr><td class="fw-semibold">2.5.0</td><td><a 
href="https://archive.apache.org/dist/unomi/2.5.0/unomi-2.5.0-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.5.0/unomi-2.5.0-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.5.0/unomi-2.5.0-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
                             <tr><td class="fw-semibold">2.4.0</td><td><a 
href="https://archive.apache.org/dist/unomi/2.4.0/unomi-2.4.0-bin.tar.gz"; 
target="_blank" rel="noopener">tar.gz</a> &bull; <a 
href="https://archive.apache.org/dist/unomi/2.4.0/unomi-2.4.0-bin.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://archive.apache.org/dist/unomi/2.4.0/unomi-2.4.0-src.zip"; 
target="_blank" rel="noopener">zip</a></td><td><a 
href="https://issues.apache.org/jira/secure/Release [...]
diff --git a/src/main/webapp/llms-full.txt b/src/main/webapp/llms-full.txt
index 9d62e16..4af2941 100644
--- a/src/main/webapp/llms-full.txt
+++ b/src/main/webapp/llms-full.txt
@@ -13,7 +13,7 @@
 - **Website**: https://unomi.apache.org
 - **Source Code**: https://github.com/apache/unomi
 - **Issue Tracker**: https://issues.apache.org/jira/browse/UNOMI
-- **Current Stable Version**: 3.0.0 (released November 10, 2025)
+- **Current Stable Version**: 3.0.1 (released July 20, 2026)
 - **Development Version**: 3.1.0-SNAPSHOT
 
 ## Technical Architecture
@@ -152,7 +152,7 @@ services:
     ports:
       - 9200:9200
   unomi:
-    image: apache/unomi:3.0.0
+    image: apache/unomi:3.0.1
     environment:
       - UNOMI_ELASTICSEARCH_ADDRESSES=elasticsearch:9200
     ports:
@@ -181,4 +181,5 @@ Run with `docker-compose up`, verify at 
https://localhost:9443/cxs/cluster (cred
 - **2015**: Entered Apache Incubator
 - **2019**: Graduated to Apache Top-Level Project
 - **2022**: Version 2.0.0 released (major architecture update)
-- **2025**: Version 3.0.0 released (current stable, major upgrade to Karaf 
4.4, new Elasticsearch Java client 9.x, GraphQL API, Bill of Materials for 
dependency management). OpenSearch support committed to main branch (expected 
in next release)
+- **2025**: Version 3.0.0 released (major upgrade to Karaf 4.4, new 
Elasticsearch Java client 9.x, GraphQL API, Bill of Materials for dependency 
management). OpenSearch support committed to main branch (expected in next 
major release)
+- **2026**: Version 3.0.1 released (current stable, small bug fix in context 
endpoint)
diff --git a/src/main/webapp/llms.txt b/src/main/webapp/llms.txt
index c0af81f..9ec09b6 100644
--- a/src/main/webapp/llms.txt
+++ b/src/main/webapp/llms.txt
@@ -11,7 +11,7 @@
 - **Runtime**: Apache Karaf (OSGi)
 - **Storage**: Elasticsearch (9.x); OpenSearch support coming in next release
 - **API**: REST/JSON & GraphQL
-- **Current Stable Version**: 3.0.0
+- **Current Stable Version**: 3.0.1
 - **Website**: https://unomi.apache.org
 - **Source Code**: https://github.com/apache/unomi
 - **Issue Tracker**: https://issues.apache.org/jira/browse/UNOMI
@@ -55,7 +55,7 @@ The fastest way to try Apache Unomi is with Docker:
 docker-compose up
 ```
 
-Using the provided docker-compose.yml with Elasticsearch and Apache Unomi 
3.0.0.
+Using the provided docker-compose.yml with Elasticsearch and Apache Unomi 
3.0.1.
 
 Full getting started guide: https://unomi.apache.org/get-started.html
 Docker quick start: https://unomi.apache.org/get-started.html#quickstart
diff --git a/src/main/webapp/tutorial.html b/src/main/webapp/tutorial.html
index 5db0517..03c79a8 100644
--- a/src/main/webapp/tutorial.html
+++ b/src/main/webapp/tutorial.html
@@ -103,7 +103,7 @@ services:
       - 9200:9200
 
   unomi:
-    image: apache/unomi:3.0.0
+    image: apache/unomi:3.0.1
     environment:
       - UNOMI_ELASTICSEARCH_ADDRESSES=elasticsearch:9200
       - UNOMI_THIRDPARTY_PROVIDER1_IPADDRESSES=0.0.0.0/0,::1,127.0.0.1

Reply via email to