diff --git a/README.md b/README.md index 40e4946ab02..4c7255a3b35 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Nessie Iceberg's integration is compatible with Iceberg as in the following tabl | Nessie version | Iceberg version | Spark version | Hive version | Flink version | Presto version | |----------------|-----------------|----------------------------------------------------------------------|--------------|----------------|----------------| -| 0.40.1 | 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.40.2 | 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 | @@ -97,7 +97,7 @@ Nessie Delta Lake's integration is compatible with Delta Lake as in the followin | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.40.1 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.40.2 | [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 85bfc6932c6..05ed4fbd9cc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.40.1 | :white_check_mark: | +| 0.40.2 | :white_check_mark: | | 0.30.0 | :white_check_mark: | | < 0.30.0 | :x: | diff --git a/python/HISTORY.rst b/python/HISTORY.rst index f162842df28..d6f4e04ee76 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.40.2 (2022-08-01) +------------------- + +* (No Python related highlights) + 0.40.1 (2022-07-25) ------------------- diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 6c54327426c..e7b1ad31795 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,12 @@ See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths. +## 0.40.2 Release (August 1, 2022) + +**Rolling upgrades from versions before 0.40.0 are not supported!** + +* Dependency issues fixed + ## 0.40.1 Release (July 25, 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 3fd34ce4851..fd4a704413c 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.40.1 or newer | +| :heavy_check_mark: | 0.40.0 | 0.40.2 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 |