From b7afe471bf0266a2d5feb97cef95723a9de81bd5 Mon Sep 17 00:00:00 2001 From: "Nessie Release Workflow [bot]" Date: Fri, 14 Jul 2023 14:31:36 +0000 Subject: [PATCH] [release] release nessie-0.65.0 --- README.md | 2 +- SECURITY.md | 4 ++-- helm/nessie/Chart.yaml | 2 +- helm/nessie/README.md | 4 ++-- site/docs/try/releases.md | 27 +++++++++++++++++++++++++++ site/docs/try/server-upgrade.md | 8 ++++---- site/mkdocs.yml | 4 ++-- version.txt | 2 +- 8 files changed, 40 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4b5aecde78..427becd234 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,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 | Trino version | |----------------|-----------------|-----------------------------------------------------------------------------------------------|--------------|------------------------|-------------------------------------|---------------| -| 0.64.0 | 1.3.0 | 3.1.x (Scala 2.12), 3.2.x (Scala 2.12+2.13), 3.3.x (Scala 2.12+2.13), 3.4.x (Scala 2.12+2.13) | n/a | 1.15.x, 1.16.x, 1.17.x | 0.277, 0.278.x, 0.279, 0.280, 0.281 | 419 | +| 0.65.0 | 1.3.0 | 3.1.x (Scala 2.12), 3.2.x (Scala 2.12+2.13), 3.3.x (Scala 2.12+2.13), 3.4.x (Scala 2.12+2.13) | n/a | 1.15.x, 1.16.x, 1.17.x | 0.277, 0.278.x, 0.279, 0.280, 0.281 | 419 | ### Distribution To run: diff --git a/SECURITY.md b/SECURITY.md index bf90fd8e76..26c23fca7d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.64.0 | :white_check_mark: | -| < 0.64.0 | :x: | +| 0.65.0 | :white_check_mark: | +| < 0.65.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 fc9422ef00..276dedf95d 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.64.0 +version: 0.65.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 e5e075be29..5d9ebb3ff8 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.64.0](https://img.shields.io/badge/Version-0.64.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.65.0](https://img.shields.io/badge/Version-0.65.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Nessie. @@ -111,7 +111,7 @@ $ helm uninstall --namespace nessie-ns nessie | tracing.attributes | object | `{}` | Resource attributes to identify the nessie service among other tracing sources. See https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/#service. If left empty, traces will be attached to a service named "Nessie"; to change this, provide a service.name attribute here. | | tracing.enabled | bool | `false` | Specifies whether tracing for the nessie server should be enabled. | | tracing.endpoint | string | `"http://otlp-collector:4317"` | The collector endpoint URL to connect to (required). The endpoint URL must have either the http:// or the https:// scheme. The collector must talk the OpenTelemetry protocol (OTLP) and the port must be its gRPC port (by default 4317). See https://quarkus.io/guides/opentelemetry for more information. | -| tracing.sample | string | `"all"` | Which requests should be sampled. Valid values are: "all", "none", or a ratio between 0.0 and 1.0 (inclusive). E.g. 0.5 means that 50% of the requests will be sampled. | +| tracing.sample | string | `"1.0d"` | Which requests should be sampled. Valid values are: "all", "none", or a ratio between 0.0 and "1.0d" (inclusive). E.g. "0.5d" means that 50% of the requests will be sampled. | | versionStoreType | string | `"IN_MEMORY"` | Which type of version store to use: IN_MEMORY, ROCKSDB, DYNAMODB, MONGODB, CASSANDRA, JDBC. (Legacy version store types are: INMEMORY, ROCKS, DYNAMO, MONGO, TRANSACTIONAL. If you are using one of these legacy version store types, migrate your existing repositories to the new version store types using the nessie-quarkus-cli tool's export/import functionality.) | ## Using secrets diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index 73e8893f10..2e17df7606 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,6 +2,33 @@ **See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.** +## 0.65.0 Release (July 14, 2023) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.65.0). + +* Revert Gradle 8.2.1 (#7239) +* Add Nessie as a Source announcement blog from Dremio website (#7236) +* Add `--author` option to `content-generator` commands (#7232) +* Add repository configuration objects (#7233) +* Fix retrieval of default branch (#7227) +* Allow re-adds in same commit (#7225) +* Allow snapshot versions in dependencies (#7224) +* IDE: Cleanup Idea excludes (#7223) +* Spark-tests: disable UI (#7222) +* Compatibility tests: move to new storage model (#6910) +* Use testcontainers-bom (#7216) +* Reference keycloak-admin-client-jakarta (#7215) +* Post Quarkus 3: Remove no longer needed dependency exclusion (#7214) +* Bump to Quarkus 3.2.0.Final (#6146) +* CI: Add some missing `--scan` Gradle flags (#7210) +* Update main README after UI sources moved (#7207) +* Forbid relative hashes in commits, merges and transplants (#7193) +* Remove misplaced license header (#7203) +* More diff-tests (#7192) +* removed extra tab (#7189) +* Tests: Make `ITCassandraBackendFactory` less flaky (#7186) +* IntelliJ: Exclude some more directories from indexing (#7181) + ## 0.64.0 Release (July 03, 2023) See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.64.0). diff --git a/site/docs/try/server-upgrade.md b/site/docs/try/server-upgrade.md index e4b9d422dc..b4ab3866e8 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.64.0 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.65.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 | @@ -23,13 +23,13 @@ See [Releases](releases.md) for release notes. ## Rolling upgrades target version notes -### Nessie 0.64.0 +### Nessie 0.65.0 -The serialized format of internal key-indexes got bumped. For a rolling-upgrade to version 0.64.0 or newer, follow these +The serialized format of internal key-indexes got bumped. For a rolling-upgrade to version 0.65.0 or newer, follow these steps. 1. Deploy Nessie with the system property `nessie.internal.store-index-format-version` set to `1` -2. Perform the rolling upgrade to 0.64.0 or newer +2. Perform the rolling upgrade to 0.65.0 or newer 3. Remove the system property `nessie.internal.store-index-format-version` (or set it to `2`) 4. Perform a rolling restart diff --git a/site/mkdocs.yml b/site/mkdocs.yml index bd6fe37f8d..01b59ce4f6 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.64.0 - python: v0.64.0 + java: 0.65.0 + python: v0.65.0 iceberg: 1.3.0 analytics: provider: google diff --git a/version.txt b/version.txt index 1e44166405..aa4ceb3032 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.64.1-SNAPSHOT \ No newline at end of file +0.65.0 \ No newline at end of file