diff --git a/README.md b/README.md index 13ea583ee3f..097d3c4adbf 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,13 @@ 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.58.0 | 1.2.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, 1.16.x | 0.277, 0.278.x, 0.279 | +| 0.58.1 | 1.2.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, 1.16.x | 0.277, 0.278.x, 0.279 | Nessie Delta Lake's integration is compatible with Delta Lake as in the following table: | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.58.0 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.58.1 | [Custom](#delta-lake-artifacts) | 3.2.X | #### Delta Lake artifacts diff --git a/SECURITY.md b/SECURITY.md index 3382b82033b..3ae4df784aa 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.58.0 | :white_check_mark: | -| < 0.58.0 | :x: | +| 0.58.1 | :white_check_mark: | +| < 0.58.1 | :x: | All Nessie 0.x.x versions are considered beta or even alpha releases and not supported after release of Nessie 1.0.0. diff --git a/helm/nessie/Chart.yaml b/helm/nessie/Chart.yaml index edaae68bb24..83c6d91b6ec 100644 --- a/helm/nessie/Chart.yaml +++ b/helm/nessie/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nessie description: A Helm chart for Nessie type: application -version: 0.58.0 +version: 0.58.1 home: https://projectnessie.org/ icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg sources: diff --git a/helm/nessie/README.md b/helm/nessie/README.md index e984cd1d1b7..7749e174255 100644 --- a/helm/nessie/README.md +++ b/helm/nessie/README.md @@ -8,7 +8,7 @@ helm-docs --chart-search-root=helm # Nessie Helm chart -![Version: 0.58.0](https://img.shields.io/badge/Version-0.58.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.58.1](https://img.shields.io/badge/Version-0.58.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Nessie. diff --git a/python/HISTORY.rst b/python/HISTORY.rst index 501fef71c81..6f42b2a95ab 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.58.1 (2023-04-19) +------------------- + +* See release notes and changelog on GitHub: https://github.com/projectnessie/nessie/releases/tag/nessie-0.58.1 + 0.58.0 (2023-04-15) ------------------- diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 5eb27194ae4..8d74e6b96da 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,19 @@ **See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.** +## 0.58.1 Release (April 19, 2023) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.58.1). + +* Null out references to java.net.http.HttpClient (#6630) +* Validate that the generated `nessie-gc` executable works (#6625) +* Cleanup content-type code (#6617) +* Add a test for getContent() on the default branch (API v1) (#6623) +* Tests for the OAuth2 authentication provider in nessie-quarkus (#6597) +* Add test for specVersion in API v2 (#6599) +* Disable IT-Auth on WIn/Mac CI (#6615) +* Docs for the new OAuth2 authentication provider (#6595) + ## 0.58.0 Release (April 15, 2023) See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.58.0). diff --git a/site/docs/try/server-upgrade.md b/site/docs/try/server-upgrade.md index edd66a1c834..987ac62066a 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 or newer | 0.58.0 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.58.1 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 | diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 8b3dd2c2337..09b3d9e314d 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.58.0 - python: v0.58.0 + java: 0.58.1 + python: v0.58.1 iceberg: 1.2.0 analytics: provider: google diff --git a/version.txt b/version.txt index 29c85a940d6..a9299f67edf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.58.1-SNAPSHOT \ No newline at end of file +0.58.1 \ No newline at end of file