diff --git a/README.md b/README.md index 3f477a538a0..1eca2feae66 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,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.46.5 | 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.46.7 | 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.46.5 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.46.7 | [Custom](#delta-lake-artifacts) | 3.2.X | #### Delta Lake artifacts diff --git a/SECURITY.md b/SECURITY.md index e4dbf41067d..e27c4049494 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.46.5 | :white_check_mark: | -| < 0.46.5 | :x: | +| 0.46.7 | :white_check_mark: | +| < 0.46.7 | :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 00102a1996f..4e72e8d7447 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.46.5 +version: 0.46.7 home: https://projectnessie.org/ icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg sources: diff --git a/python/HISTORY.rst b/python/HISTORY.rst index fdd5c8ab4d9..11383175460 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.46.7 (2023-01-12) +------------------- + +* See release notes and changelog on GitHub: https://github.com/projectnessie/nessie/releases/tag/nessie-0.46.7 + 0.46.5 (2023-01-12) ------------------- diff --git a/python/pynessie/__init__.py b/python/pynessie/__init__.py index 4450b184f34..a9f7a0038f1 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.46.6" +__version__ = "0.46.7" 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 ee5f9a9cf20..8888a0500ba 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.46.6 +current_version = 0.46.7 commit = False tag = False diff --git a/python/setup.py b/python/setup.py index 8b856ad537f..be5b234f288 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.46.6", + version="0.46.7", zip_safe=False, ) diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 23e2e8820f3..3f0cc3b253d 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.46.7 Release (January 12, 2023) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.46.7). + +* Expose Nessie API version to custom client builders in tests (#5839) + ## 0.46.5 Release (January 12, 2023) See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.46.5). diff --git a/site/docs/try/server-upgrade.md b/site/docs/try/server-upgrade.md index 7c46c559edd..2f571a7478f 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.46.5 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.46.7 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 bcc74f4198c..3afadf034be 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.46.5 - python: v0.46.5 + java: 0.46.7 + python: v0.46.7 iceberg: 1.0.0 analytics: provider: google diff --git a/ui/package-lock.json b/ui/package-lock.json index 1ae07942126..a9e32f3fc26 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "nessie-ui", - "version": "0.46.6", + "version": "0.46.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nessie-ui", - "version": "0.46.6", + "version": "0.46.7", "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", diff --git a/ui/package.json b/ui/package.json index c0fcfbf62de..767a8544685 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "nessie-ui", - "version": "0.46.6", + "version": "0.46.7", "lockfileVersion": 2, "private": true, "dependencies": { diff --git a/version.txt b/version.txt index 1017c0c6433..76d7e614028 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.46.6-SNAPSHOT \ No newline at end of file +0.46.7 \ No newline at end of file