Skip to content

Commit

Permalink
Revert Gradle 8.2.1 (#7239)
Browse files Browse the repository at this point in the history
Gradle 8.2.0+8.2.1 have serious bugs in combination with Quarkus, causing builds to fail with either a [`StackOverflowException`](gradle/gradle#25579)) or [`ConcurrentModificationException`](gradle/gradle#25751).

This change reverts Gradle back to 8.1.1 and also cleans up the failed, nowhere (yet) published Nessie releases 0.65.0+0.65.1.
  • Loading branch information
snazy committed Jul 14, 2023
1 parent 4a67527 commit a8e74bb
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions 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
2 changes: 1 addition & 1 deletion helm/nessie/Chart.yaml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions helm/nessie/README.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
26 changes: 0 additions & 26 deletions site/docs/try/releases.md
Expand Up @@ -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).
Expand Down
8 changes: 4 additions & 4 deletions site/docs/try/server-upgrade.md
Expand Up @@ -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 |
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions site/mkdocs.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.65.1-SNAPSHOT
0.64.1-SNAPSHOT

0 comments on commit a8e74bb

Please sign in to comment.