Skip to content

Commit

Permalink
[release] release nessie-0.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nessie Release Workflow [bot] committed Jun 22, 2024
1 parent 8e8178a commit c8648a1
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 17 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,29 @@ as necessary. Empty sections will not end in the release notes.

### New Features

### Changes

### Deprecations

### Fixes

### Commits

## [0.91.1] Release (2024-06-22)

### New Features

- Nessie's metrics now support custom, user-defined tags (dimensional labels). To
define a custom tag, set the `nessie.metrics.tags.<tag-name>=<tag-value>` configuration property.
Such tags are added to all metrics published by Nessie.
- Readiness/health check testing the general availability of the object stores configured for the warehouses.
- Helm chart with support for Iceberg REST

### Changes

### Deprecations

### Fixes

* S3 request signing, when using Iceberg REST, did not work with Iceberg (Java) before 1.5.0. Iceberg
- S3 request signing, when using Iceberg REST, did not work with Iceberg (Java) before 1.5.0. Iceberg
S3 request signing before 1.5.0 works now.
* Fix service-name resolution in k8s, spamming the Nessie log.

### Commits
- Fix service-name resolution in k8s, spamming the Nessie log.

## [0.90.4] Release (2024-06-13)

Expand Down Expand Up @@ -534,7 +540,8 @@ as necessary. Empty sections will not end in the release notes.
- Tests: Make `ITCassandraBackendFactory` less flaky (#7186)
- IntelliJ: Exclude some more directories from indexing (#7181)

[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.90.4...HEAD
[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.91.1...HEAD
[0.91.1]: https://github.com/projectnessie/nessie/compare/nessie-0.90.4...nessie-0.91.1
[0.90.4]: https://github.com/projectnessie/nessie/compare/nessie-0.90.2...nessie-0.90.4
[0.90.2]: https://github.com/projectnessie/nessie/compare/nessie-0.83.2...nessie-0.90.2
[0.83.2]: https://github.com/projectnessie/nessie/compare/nessie-0.82.0...nessie-0.83.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 (Scala 2.12+2.13) | Hive version | Flink version | Presto version | Trino version |
|----------------|-----------------|---------------------------------|--------------|------------------------|-------------------------------------|---------------|
| 0.90.4 | 1.5.0 | 3.3.x, 3.4.x, 3.5.x | n/a | 1.16.x, 1.17.x, 1.18.x | 0.277, 0.278.x, 0.279, 0.280, 0.281 | 419 |
| 0.91.1 | 1.5.0 | 3.3.x, 3.4.x, 3.5.x | n/a | 1.16.x, 1.17.x, 1.18.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
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Currently supported versions are listed below.

| Version | Supported |
|----------|--------------------|
| 0.90.4 | :white_check_mark: |
| < 0.90.4 | :x: |
| 0.91.1 | :white_check_mark: |
| < 0.91.1 | :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
2 changes: 1 addition & 1 deletion helm/nessie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nessie
description: A Helm chart for Nessie
type: application
version: 0.90.4
version: 0.91.1
home: https://projectnessie.org/
icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg
sources:
Expand Down
100 changes: 99 additions & 1 deletion helm/nessie/README.md

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions site/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,63 @@

**See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.**

## 0.91.1 Release (June 22, 2024)

See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.91.1).

### New Features

- Nessie's metrics now support custom, user-defined tags (dimensional labels). To
define a custom tag, set the `nessie.metrics.tags.<tag-name>=<tag-value>` configuration property.
Such tags are added to all metrics published by Nessie.
- Readiness/health check testing the general availability of the object stores configured for the warehouses.
- Helm chart with support for Iceberg REST

### Fixes

- S3 request signing, when using Iceberg REST, did not work with Iceberg (Java) before 1.5.0. Iceberg
S3 request signing before 1.5.0 works now.
- Fix service-name resolution in k8s, spamming the Nessie log.

### Commits
* Fix flaky tests in `:nessie-gc-iceberg-files` (#8913)
* Fix patch version
* Ninja: bump sonatype timeout + bump snapshot-version for next release
* Revert release 0.91.0
* CI: split Quarkus intTest jobs (#8898)
* Site: exchange "black" Nessie (#8908)
* Fix Helm chart CI (#8900)
* NInja: changelog
* Possibly fix Java stream issuue w/ name resolution (#8899)
* Expose object store(s) availability as a readiness check (#8893)
* ADLS: advice against shared account name/key (#8895)
* Use correct IcebergView.of (#8896)
* Update nessie-IDs in returned metadata properties, simplify some code (#8879)
* Catalog/ADLS: Expose the endpoint and sas-token using the correct Iceberg properties (#8894)
* Add admin command: delete-catalog-tasks (#8869)
* TestOAuth2Authentication: fix flaky test (#8892)
* Metrics: support user-defined tags (#8890)
* Prevent console spam when connecting to a non-Iceberg-REST endpoint (#8885)
* Add the nice Nessie images (#8880)
* Add docs and docker-compose illustrating the use of a reverse proxy (#8864)
* Helm chart: support for REST Catalog (#8831)
* Docker compose: add examples with Prometheus and Grafana (#8883)
* Fix heading in index-release.md (#8881)
* Bump regsync from 0.4.7 to 0.6.1 (#8873)
* Fix test failure in `TestResolvConf` in macOS CI job (#8874)
* Make S3 signing work with Iceberg before 1.5.0 (#8871)
* Relax image registry sync (#8872)
* Disable Iceberg GC by default (#8870)
* AdlsConfig: remove unused option (#8868)
* Support v2 iceberg tables with gzip (#8848)
* OAuth2 client: improve error reporting (#8861)
* Use `search` in `resolv.conf` to resolve service names (#8849)
* REST Catalog: disable metrics by default (#8853)
* Proper `N commits since x.y.z` in release notes (#8823)
* Fix release-publish (#8822)
* Attempt to fix flaky test #8819 (#8821)
* Increase test worker heap size (#8820)

## 0.90.4 Release (June 13, 2024)

See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.90.4).
Expand Down
2 changes: 1 addition & 1 deletion site/docs/server-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ are not supported and must be avoided.

| Rolling Upgrade Supported | _From_ Nessie version | _To_ Nessie version |
|---------------------------|-----------------------|---------------------|
| :heavy_check_mark: | 0.61.0 or newer | 0.90.4 or newer |
| :heavy_check_mark: | 0.61.0 or newer | 0.91.1 or newer |
| :x: | 0.40.0 or newer | 0.61.0 or newer |
| :heavy_check_mark: | 0.40.0 or newer | 0.60.0 or newer |
| :x: | < 0.40.0 | 0.40.0 or newer |
Expand Down
2 changes: 1 addition & 1 deletion site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extra_css:

extra:
versions:
nessie: 0.90.4
nessie: 0.91.1
iceberg: 1.5.2
analytics:
provider: google
Expand Down
1 change: 1 addition & 0 deletions site/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ nav:
- Unreleased (nightly): '!include build/versions/nightly/mkdocs.yml'
# Do NOT change, move or remove the following line!!
# RELEASE_PLACEHOLDER_MARKER
- Nessie 0.91.1: '!include build/versions/0.91.1/mkdocs.yml'
- Nessie 0.90.4: '!include build/versions/0.90.4/mkdocs.yml'
- Nessie 0.90.2: '!include build/versions/0.90.2/mkdocs.yml'
- Nessie 0.83.2: '!include build/versions/0.83.2/mkdocs.yml'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.91.1-SNAPSHOT
0.91.1

0 comments on commit c8648a1

Please sign in to comment.