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

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 1802dbfada Docs: Add release notes for 1.10.2 (#16406)
1802dbfada is described below

commit 1802dbfada36bc281ce70669d88c6e00c85e70fc
Author: Amogh Jahagirdar <[email protected]>
AuthorDate: Mon May 18 18:18:32 2026 -0600

    Docs: Add release notes for 1.10.2 (#16406)
---
 site/docs/releases.md | 35 +++++++++++++++++++++++++++++++++--
 site/mkdocs.yml       |  2 +-
 site/nav.yml          |  3 ++-
 3 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/site/docs/releases.md b/site/docs/releases.md
index bc8957942f..fac9291066 100644
--- a/site/docs/releases.md
+++ b/site/docs/releases.md
@@ -67,6 +67,39 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
+### 1.10.2 release
+
+Apache Iceberg 1.10.2 was released on May 18, 2026.
+
+The 1.10.2 release contains bug fixes and security fixes. For full release 
notes visit 
[Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.10.2)
+
+* Core
+    - Fix equality deletes non-deterministic schema ordering 
([\#15605](https://github.com/apache/iceberg/pull/15605))
+    - Load snapshot after commit to prevent accidental file cleanup 
([\#15650](https://github.com/apache/iceberg/pull/15650))
+    - Always merge deletion vectors on commit path 
([\#15654](https://github.com/apache/iceberg/pull/15654))
+    - Do not clean up files when CREATE transactions fail with 503 
([\#15662](https://github.com/apache/iceberg/pull/15662))
+    - Validate v2 deletes against concurrent format upgrade 
([\#16161](https://github.com/apache/iceberg/pull/16161))
+    - Fix row ID assignment for EXISTING entries during manifest merge 
([\#16304](https://github.com/apache/iceberg/pull/16304))
+* Flink
+    - Fix non-deterministic operator UIDs in DynamicIcebergSink 
([\#15738](https://github.com/apache/iceberg/pull/15738))
+    - Fix LICENSE and NOTICE files 
([\#16175](https://github.com/apache/iceberg/pull/16175))
+* Hive
+    - Fix trailing slash issue for database paths in HMS 
([\#16010](https://github.com/apache/iceberg/pull/16010))
+* Spark
+    - Fix LICENSE and NOTICE files 
([\#16255](https://github.com/apache/iceberg/pull/16255))
+* AWS
+    - Fix LICENSE and NOTICE files 
([\#16236](https://github.com/apache/iceberg/pull/16236))
+* Azure
+    - Fix LICENSE and NOTICE files 
([\#16242](https://github.com/apache/iceberg/pull/16242))
+* GCP
+    - Fix LICENSE and NOTICE files 
([\#16244](https://github.com/apache/iceberg/pull/16244))
+* Build
+    - Fix CVE-2025-67721 in io.airlift:aircompressor 
([\#15829](https://github.com/apache/iceberg/pull/15829))
+    - Bump Jackson to 2.21.2 to fix GHSA-72hv-8253-57qq 
([\#15847](https://github.com/apache/iceberg/pull/15847))
+    - Bump Apache Avro from 1.12.0 to 1.12.1 
([\#15607](https://github.com/apache/iceberg/pull/15607))
+
+## Past releases
+
 ### 1.10.1 release
 
 Apache Iceberg 1.10.1 was released on Dec 22, 2025.
@@ -114,8 +147,6 @@ The 1.10.1 release contains bug fixes. For full release 
notes visit [Github](htt
     - AWS: Fix leaked credentials when contacting multiple catalogs 
([\#14178](https://github.com/apache/iceberg/pull/14178))
     - AWS: Exclude logging dependencies from the bundle 
([\#14225](https://github.com/apache/iceberg/pull/14225))
 
-## Past releases
-
 ### 1.10.0 release
 
 Apache Iceberg 1.10.0 was released on September 11, 2025.
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index 10801380fb..c7d356c880 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -107,7 +107,7 @@ markdown_extensions:
       permalink: 🔗
 
 extra:
-  icebergVersion: '1.10.1'
+  icebergVersion: '1.10.2'
   nessieVersion: '0.104.5'
   flinkVersion: '2.0.0'
   flinkVersionMajor: '2.0'
diff --git a/site/nav.yml b/site/nav.yml
index 952ec9afcb..17bb73ef4f 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -24,9 +24,10 @@ nav:
   - Docs:
     - Java:
       # First entry determines the default landing page for the Docs tab.
-      - Latest (1.10.1): '!include docs/docs/latest/mkdocs.yml'
+      - Latest (1.10.2): '!include docs/docs/latest/mkdocs.yml'
       - Nightly: '!include docs/docs/nightly/mkdocs.yml'
       - Previous:
+        - 1.10.1: '!include docs/docs/1.10.1/mkdocs.yml'
         - 1.10.0: '!include docs/docs/1.10.0/mkdocs.yml'
         - 1.9.2: '!include docs/docs/1.9.2/mkdocs.yml'
         - 1.9.1: '!include docs/docs/1.9.1/mkdocs.yml'

Reply via email to