From 249458c46e8a00479bfd07a96a4e913af5eea5d2 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Fri, 26 Aug 2022 15:53:14 +0200 Subject: [PATCH] Prepare Nessie 0.42.0 (#5016) --- README.md | 12 ++++++------ SECURITY.md | 2 +- python/HISTORY.rst | 5 +++++ site/docs/try/releases.md | 7 +++++++ site/docs/try/server-upgrade.md | 2 +- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1cd300376c7..502bff6ef43 100644 --- a/README.md +++ b/README.md @@ -88,17 +88,17 @@ Refer to [CONTRIBUTING](./CONTRIBUTING.md) for build instructions. Nessie Iceberg's integration is compatible with Iceberg as in the following table: -| Nessie version | Iceberg version | Spark version | Hive version | Flink version | Presto version | -|----------------|-----------------|----------------------------------------------------------------------|--------------|----------------|----------------| -| 0.41.0 | 0.14.0 | 3.1.X (Scala 2.12), 3.2.X (Scala 2.12+2.13), 3.3.X (Scala 2.12+2.13) | n/a | 1.14.x, 1.15.x | 0.274.x | -| 0.30.0 | 0.13.2 | 3.1.X, 3.2.X (all: Scala 2.12) | n/a | 1.12.1 | 0.274.x | -| 0.9.2 | 0.12.1, 0.12.0 | 3.0.X, 3.1.X | 2.3.9 | 1.12.1 | n/a | +| Nessie version | Iceberg version | Spark version | Hive version | Flink version | Presto version | +|----------------|-----------------|----------------------------------------------------------------------|--------------|----------------|------------------| +| 0.42.0 | 0.14.0 | 3.1.X (Scala 2.12), 3.2.X (Scala 2.12+2.13), 3.3.X (Scala 2.12+2.13) | n/a | 1.14.x, 1.15.x | 0.274.x, 0.275.x | +| 0.30.0 | 0.13.2 | 3.1.X, 3.2.X (all: Scala 2.12) | n/a | 1.12.1 | 0.274.x | +| 0.9.2 | 0.12.1, 0.12.0 | 3.0.X, 3.1.X | 2.3.9 | 1.12.1 | n/a | Nessie Delta Lake's integration is compatible with Delta Lake as in the following table: | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.41.0 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.42.0 | [Custom](#delta-lake-artifacts) | 3.2.X | | 0.30.0 | [Custom](#delta-lake-artifacts) | 3.2.X | | 0.9.2 | [Custom](#delta-lake-artifacts) | 3.1.X | diff --git a/SECURITY.md b/SECURITY.md index b8d49ab986f..0ea712fdbc1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.41.0 | :white_check_mark: | +| 0.42.0 | :white_check_mark: | | 0.30.0 | :white_check_mark: | | < 0.30.0 | :x: | diff --git a/python/HISTORY.rst b/python/HISTORY.rst index 15702127aef..fdae913a462 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.42.0 (2022-08-26) +------------------- + +* (No Python related highlights) + 0.41.0 (2022-08-05) ------------------- diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 6dba8843a73..3dc966616ed 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,13 @@ See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths. +## 0.42.0 Release (August 5, 2022) + +**Rolling upgrades from versions before 0.40.0 are not supported!** + +* Key list creation fixes +* Pluggable content types + ## 0.41.0 Release (August 5, 2022) **Rolling upgrades from versions before 0.40.0 are not supported!** diff --git a/site/docs/try/server-upgrade.md b/site/docs/try/server-upgrade.md index a9c78f70565..0df2d03173b 100644 --- a/site/docs/try/server-upgrade.md +++ b/site/docs/try/server-upgrade.md @@ -11,7 +11,7 @@ are not supported and must be avoided. | Rolling Upgrade Supported | _From_ Nessie version | _To_ Nessie version | |---------------------------|-----------------------|---------------------| -| :heavy_check_mark: | 0.40.0 | 0.41.0 or newer | +| :heavy_check_mark: | 0.40.x to 0.41.x | 0.42.0 or newer | | :x: | < 0.40.0 | 0.40.0 or newer | | :heavy_check_mark: | 0.26.0 to 0.29.0 | 0.27.0 to 0.30.0 | | :x: | 0.25.0 or older | 0.26.0 or newer |