From 96eeffe02e3ed1e7821502deb4ac64c552b0e38f Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 18 May 2026 18:32:25 -0700 Subject: [PATCH 1/3] release notes --- site/docs/releases.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/site/docs/releases.md b/site/docs/releases.md index fac929106616..d6e0b50f2b79 100644 --- a/site/docs/releases.md +++ b/site/docs/releases.md @@ -82,17 +82,19 @@ The 1.10.2 release contains bug fixes and security fixes. For full release notes - 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)) + - Fix LICENSE and NOTICE files ([\#16175](https://github.com/apache/iceberg/pull/16175), [\#16130](https://github.com/apache/iceberg/pull/16130)) * 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)) + - Fix LICENSE and NOTICE files ([\#16255](https://github.com/apache/iceberg/pull/16255), [\#16162](https://github.com/apache/iceberg/pull/16162), ) * 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)) + - Fix LICENSE and NOTICE files ([\#16242](https://github.com/apache/iceberg/pull/16242), [\#16260](https://github.com/apache/iceberg/pull/16260)) * GCP - Fix LICENSE and NOTICE files ([\#16244](https://github.com/apache/iceberg/pull/16244)) +* Open API + - Stop publishing the Open API runtime Jar ([\#16188](https://github.com/apache/iceberg/pull/16188)) * 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)) From de0adf46db82be7bef72dc6ceb6253c3d3fcf4dc Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 18 May 2026 18:37:17 -0700 Subject: [PATCH 2/3] Update site/docs/releases.md --- site/docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/releases.md b/site/docs/releases.md index d6e0b50f2b79..589e540ee392 100644 --- a/site/docs/releases.md +++ b/site/docs/releases.md @@ -86,7 +86,7 @@ The 1.10.2 release contains bug fixes and security fixes. For full release notes * 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), [\#16162](https://github.com/apache/iceberg/pull/16162), ) + - Fix LICENSE and NOTICE files ([\#16255](https://github.com/apache/iceberg/pull/16255), [\#16162](https://github.com/apache/iceberg/pull/16162)) * AWS - Fix LICENSE and NOTICE files ([\#16236](https://github.com/apache/iceberg/pull/16236)) * Azure From ec6a36c03ae509c7d92d0cf3201b2337da17f175 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 18 May 2026 21:57:15 -0700 Subject: [PATCH 3/3] Update site/docs/releases.md --- site/docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/releases.md b/site/docs/releases.md index 589e540ee392..107f161fb9cf 100644 --- a/site/docs/releases.md +++ b/site/docs/releases.md @@ -94,7 +94,7 @@ The 1.10.2 release contains bug fixes and security fixes. For full release notes * GCP - Fix LICENSE and NOTICE files ([\#16244](https://github.com/apache/iceberg/pull/16244)) * Open API - - Stop publishing the Open API runtime Jar ([\#16188](https://github.com/apache/iceberg/pull/16188)) + - Stop publishing the Open API runtime Jar due to license compliance issues ([\#16188](https://github.com/apache/iceberg/pull/16188)). Users who depended on the shadow JAR must now use the `test-fixtures` classifier and explicitly add `iceberg-core`, `iceberg-core:tests`, `jetty-server`, `jetty-servlet`, `sqlite-jdbc`, and `hadoop-common`. * 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))