From 14df52a0ac94e0edb0b59585ee8bf0814b990e5b Mon Sep 17 00:00:00 2001 From: "Nessie Release Workflow [bot]" Date: Thu, 23 Mar 2023 17:24:35 +0000 Subject: [PATCH] [release] release nessie-0.53.0 --- README.md | 4 ++-- SECURITY.md | 4 ++-- helm/nessie/Chart.yaml | 2 +- helm/nessie/README.md | 2 +- python/HISTORY.rst | 5 +++++ python/pynessie/__init__.py | 2 +- python/setup.cfg | 2 +- python/setup.py | 2 +- site/docs/try/releases.md | 19 +++++++++++++++++++ site/docs/try/server-upgrade.md | 2 +- site/mkdocs.yml | 4 ++-- ui/package-lock.json | 4 ++-- ui/package.json | 2 +- version.txt | 2 +- 14 files changed, 40 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 23ba6149414..ef6cb044ef2 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,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.52.0 | 1.1.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.276.x, 0.277, 0.278.x | +| 0.53.0 | 1.1.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.276.x, 0.277, 0.278.x | Nessie Delta Lake's integration is compatible with Delta Lake as in the following table: | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.52.0 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.53.0 | [Custom](#delta-lake-artifacts) | 3.2.X | #### Delta Lake artifacts diff --git a/SECURITY.md b/SECURITY.md index 3fdce4a6d79..9806e3810dc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.52.0 | :white_check_mark: | -| < 0.52.0 | :x: | +| 0.53.0 | :white_check_mark: | +| < 0.53.0 | :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 b50f2777ab7..f8fe9d17634 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.52.3 +version: 0.53.0 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 6cc5fbf668e..30da07f63c3 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.52.3](https://img.shields.io/badge/Version-0.52.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.53.0](https://img.shields.io/badge/Version-0.53.0-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 d2418506120..611b268b757 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.53.0 (2023-03-23) +------------------- + +* See release notes and changelog on GitHub: https://github.com/projectnessie/nessie/releases/tag/nessie-0.53.0 + 0.52.3 (2023-03-20) ------------------- diff --git a/python/pynessie/__init__.py b/python/pynessie/__init__.py index d492f1caba2..38fa2a936f8 100644 --- a/python/pynessie/__init__.py +++ b/python/pynessie/__init__.py @@ -23,7 +23,7 @@ __author__ = """Project Nessie""" __email__ = "nessie-release-builder@dremio.com" -__version__ = "0.52.4" +__version__ = "0.53.0" def get_config(config_dir: Optional[str] = None, args: Optional[dict] = None) -> confuse.Configuration: diff --git a/python/setup.cfg b/python/setup.cfg index 5bf43e37827..6c5281047b3 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.52.4 +current_version = 0.53.0 commit = False tag = False diff --git a/python/setup.py b/python/setup.py index 0c5336cbbd2..64758868204 100644 --- a/python/setup.py +++ b/python/setup.py @@ -68,6 +68,6 @@ name="pynessie", packages=find_packages(include=["pynessie", "pynessie.*"]), url="https://github.com/projectnessie/nessie", - version="0.52.4", + version="0.53.0", zip_safe=False, ) diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index e0a4ce5e591..6d3577d33ae 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,25 @@ **See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.** +## 0.53.0 Release (March 23, 2023) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.53.0). + +* Import: paint dots also during the finalize phase (#6366) +* Use relocated protobuf runtime (#6355) +* Build/publishing: Proper Gradle module metadata for shadow-jars (#6361) +* Intellij: exclude `/.mvn` + `/ui/node_modules` (#6364) +* Support annotation-based configuration in "old server" tests (#6356) +* Mongo/storage: use `replaceOne` instead of `findAndReplaceOne` (#6363) +* Compatibility-test: allow adapter-configuration via system properties (#6353) +* Compatibility-tests: require Nessie >= 0.42.0, cleanup code (#6352) +* CI: Bump newer-java-version WF from 19 to 20 (#6348) +* Properly return `ParamConverterProvider` errors as HTTP/400 (#6346) +* Remove InstantParamConverterProvider (#6341) +* Update release notes template, remove "Docker Hub" (#6339) +* Build: Fix Jackson-annotations configuration for build-plugins int-test (#6337) +* Nit: Remove unnecessary null-check (#6344) + ## 0.52.3 Release (March 20, 2023) See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.52.3). diff --git a/site/docs/try/server-upgrade.md b/site/docs/try/server-upgrade.md index 8e5e22c0099..b3294a123fa 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.52.0 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.53.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 | diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 42c1e6e58d5..08f712e7ffb 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.52.3 - python: v0.52.3 + java: 0.53.0 + python: v0.53.0 iceberg: 1.0.0 analytics: provider: google diff --git a/ui/package-lock.json b/ui/package-lock.json index 9d0deb1d579..6dc194867a4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "nessie-ui", - "version": "0.52.4", + "version": "0.53.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nessie-ui", - "version": "0.52.4", + "version": "0.53.0", "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", diff --git a/ui/package.json b/ui/package.json index 7de4c74492c..d20f4d76577 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "nessie-ui", - "version": "0.52.4", + "version": "0.53.0", "lockfileVersion": 2, "private": true, "dependencies": { diff --git a/version.txt b/version.txt index 4fb3ff933e0..328047e4e31 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.52.4-SNAPSHOT \ No newline at end of file +0.53.0 \ No newline at end of file