From 8ff7fa8081e90f3759ada39760c8833765679326 Mon Sep 17 00:00:00 2001 From: "Nessie Release Workflow [bot]" Date: Tue, 18 Oct 2022 09:29:36 +0000 Subject: [PATCH] [release] release nessie-0.44.0 --- README.md | 4 +-- SECURITY.md | 4 +-- helm/nessie/Chart.yaml | 2 +- python/HISTORY.rst | 6 ++++ python/pynessie/__init__.py | 2 +- python/setup.cfg | 2 +- python/setup.py | 2 +- site/docs/try/releases.md | 56 +++++++++++++++++++++++++++++++++ site/docs/try/server-upgrade.md | 2 +- site/mkdocs.yml | 4 +-- ui/package-lock.json | 4 +-- ui/package.json | 2 +- version.txt | 2 +- 13 files changed, 77 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 372c3ccccc9..ffff4c63e3c 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.43.0 | 1.0.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.44.0 | 1.0.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 | Nessie Delta Lake's integration is compatible with Delta Lake as in the following table: | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.43.0 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.44.0 | [Custom](#delta-lake-artifacts) | 3.2.X | #### Delta Lake artifacts diff --git a/SECURITY.md b/SECURITY.md index 73c8b0a3908..d3a641bc7f0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.43.0 | :white_check_mark: | -| < 0.43.0 | :x: | +| 0.44.0 | :white_check_mark: | +| < 0.44.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 016b3c15467..7d2d2a56b66 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.43.0 +version: 0.44.0 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 a52ce5cf506..487405a7557 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.44.0 (2022-10-18) +------------------- + +* See release notes and changelog on GitHub: https://github.com/projectnessie/nessie/releases/tag/nessie-0.44.0 +* Upgrade desert to 2022.9.22 (#5345) + 0.43.0 (2022-09-15) ------------------- diff --git a/python/pynessie/__init__.py b/python/pynessie/__init__.py index b9c1b3cd5d8..56eae128ecc 100644 --- a/python/pynessie/__init__.py +++ b/python/pynessie/__init__.py @@ -22,7 +22,7 @@ __author__ = """Project Nessie""" __email__ = "nessie-release-builder@dremio.com" -__version__ = "0.43.1" +__version__ = "0.44.0" def get_config(config_dir: str = None, args: dict = None) -> confuse.Configuration: diff --git a/python/setup.cfg b/python/setup.cfg index 83bf7e8be8d..b8543d60762 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.43.1 +current_version = 0.44.0 commit = False tag = False diff --git a/python/setup.py b/python/setup.py index c0351184c23..6ffa8dd106d 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.43.1", + version="0.44.0", zip_safe=False, ) diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 73cf3be4cfa..60fa57cad6a 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,62 @@ **See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.** +## 0.44.0 Release (October 18, 2022) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.44.0). + +* Ninja: fix create-release WF +* Ninja: fix GH env reference +* Update README mentioning Iceberg 1.0 (#5384) +* Add Dan + Vladimir to devs list (#5381) +* GH release WF: default to "minor" version bump (#5380) +* GH release WF: Fix wrong task name (#5379) +* Automatically update release text files (#5377) +* GH release WF - fix log exclusion + log filter for rel-notes (#5378) +* Nessie GC: Docs (#5209) +* Nessie GC: Command line tool (#5227) +* Nessie GC: Iceberg functionality (#5207) +* Avoid direct dependency on iceberg-bundled-guava (#5366) +* quarkus-server tests use dynamic port from env (#5352) +* Fix missing placeholder for Preconditons.checkState (#5360) +* fix GH workflows still mentioning maven (#5353) +* Remove httpClient param from AbstractRest.init (#5354) +* Update pretty-ms to 8.x (#5341) +* DynamoDB related test changes (#5338) +* Split unsquashed merge tests into dedicated test methods (#5328) +* Update testing-library-react to 13.x (#5334) +* Bump actions/checkout from v3 to v3.1.0 (#5335) +* Update material-ui to mui 5.x.x (#5326) +* nessie-client/test: compress responses for all relevant HTTP methods (#5323) +* Fix micrometer path replacement patterns (#5321) +* Renovate: labels for java/javascript/python (#5318) +* Revert protobuf to 3.21.6 (#5317) +* Renovate: limit to 2 PRs per hour (#5319) +* Isolate http-level test from java client-level tests (#5314) +* Skip newer-java workflow on forks (#5294) +* Nessie client tests: Replace JDK's HTTP server w/ Jetty (#5285) +* Move internal classes of the Nessie HTTP client (#5286) +* GH/WF: Use `temurin` instead of 'zulu` (#5289) +* Nessie-client tests: do not compile w/ older Jackson versions (#5287) +* Test Nessie client with Java 8 (#5284) +* Integrate Jackson-version tests into Gradle build (#5279) +* Migrate to Gradle version catalogs (#5167) +* Unify Postgres container version declaration for tests +* Migrate from dependabot to renovate (#5166) +* Testing pre-requisites for Nessie GC: Two S3 testing projects (#5142) +* Fix iceberg verison on web site (#5222) +* Java 19 testing (#5221) +* Automatic patch releases (#5214) +* Unsupport 0.30.x versions (#5212) +* WF: Remove Maven part (#5213) +* Nessie GC: JDBC Live-Set-Repository (#5208) +* Allow Hadoop Spark config in tests (#5206) +* Nessie GC: mark & sweep (`gc-base` module only) (#5144) +* Slight build scripts change for Java11+ target compat (#5203) +* Fix test failure caused by #5147 (#5204) +* No longer write ref-log entries for commit/merge/transplant (#5147) +* Schedule dependabot for npm + pip less frequently (#5201) + ## 0.43.0 Release (September 15, 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 ccfa2aee289..569a3e386c9 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.43.0 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.44.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 c514e20ec99..c6c0427c7a1 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.43.0 - python: v0.43.0 + java: 0.44.0 + python: v0.44.0 iceberg: 0.14.1 iceberg_spark32: 3.2_2.12 analytics: diff --git a/ui/package-lock.json b/ui/package-lock.json index f28e167d5c1..d665d034199 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "nessie-ui", - "version": "0.43.1-snapshot", + "version": "0.44.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nessie-ui", - "version": "0.43.1-snapshot", + "version": "0.44.0", "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", diff --git a/ui/package.json b/ui/package.json index 15d21b4ba38..569574ae8d2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "nessie-ui", - "version": "0.43.1-snapshot", + "version": "0.44.0", "lockfileVersion": 2, "private": true, "dependencies": { diff --git a/version.txt b/version.txt index 0a53b801ea6..299c9c30046 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.43.1-SNAPSHOT +0.44.0 \ No newline at end of file