diff --git a/README.md b/README.md index 427becd234..4b5aecde78 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.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 | +| 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 | ### Distribution To run: diff --git a/SECURITY.md b/SECURITY.md index 26c23fca7d..bf90fd8e76 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.65.0 | :white_check_mark: | -| < 0.65.0 | :x: | +| 0.64.0 | :white_check_mark: | +| < 0.64.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/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 408ab48d8e..93eea3481c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=7c3ad722e9b0ce8205b91560fd6ce8296ac3eadf065672242fd73c06b8eeb6ee -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip +distributionSha256Sum=5625a0ae20fe000d9225d000b36909c7a0e0e8dda61c19b12da769add847c975 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/helm/nessie/Chart.yaml b/helm/nessie/Chart.yaml index 276dedf95d..fc9422ef00 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.65.0 +version: 0.64.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 5d9ebb3ff8..e5e075be29 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.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) +![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) 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 | `"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. | +| 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. | | 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 dbb4ba17f8..73e8893f10 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -2,32 +2,6 @@ **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). - -* 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 b4ab3866e8..e4b9d422dc 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.65.0 or newer | +| :heavy_check_mark: | 0.40.0 or newer | 0.64.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.65.0 +### Nessie 0.64.0 -The serialized format of internal key-indexes got bumped. For a rolling-upgrade to version 0.65.0 or newer, follow these +The serialized format of internal key-indexes got bumped. For a rolling-upgrade to version 0.64.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.65.0 or newer +2. Perform the rolling upgrade to 0.64.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 01b59ce4f6..bd6fe37f8d 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -23,8 +23,8 @@ extra_css: extra: versions: - java: 0.65.0 - python: v0.65.0 + java: 0.64.0 + python: v0.64.0 iceberg: 1.3.0 analytics: provider: google diff --git a/version.txt b/version.txt index 8814fd5736..1e44166405 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.65.1-SNAPSHOT \ No newline at end of file +0.64.1-SNAPSHOT \ No newline at end of file