Skip to content

Commit 29a40ed

Browse files
author
Nessie Release Workflow [bot]
committed
[release] release nessie-0.105.7
1 parent 37365d3 commit 29a40ed

10 files changed

Lines changed: 31 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ as necessary. Empty sections will not end in the release notes.
2020

2121
### Fixes
2222

23-
- Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.
24-
2523
### Commits
2624

25+
## [0.105.7] Release (2025-11-06)
26+
27+
### Fixes
28+
29+
- Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.
30+
2731
## [0.105.6] Release (2025-10-24)
2832

2933
### Fixes
@@ -1164,7 +1168,8 @@ as necessary. Empty sections will not end in the release notes.
11641168
- Tests: Make `ITCassandraBackendFactory` less flaky (#7186)
11651169
- IntelliJ: Exclude some more directories from indexing (#7181)
11661170

1167-
[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.105.6...HEAD
1171+
[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.105.7...HEAD
1172+
[0.105.7]: https://github.com/projectnessie/nessie/compare/nessie-0.105.6...nessie-0.105.7
11681173
[0.105.6]: https://github.com/projectnessie/nessie/compare/nessie-0.105.3...nessie-0.105.6
11691174
[0.105.3]: https://github.com/projectnessie/nessie/compare/nessie-0.105.2...nessie-0.105.3
11701175
[0.105.2]: https://github.com/projectnessie/nessie/compare/nessie-0.105.1...nessie-0.105.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Nessie Iceberg's integration is compatible with Iceberg as in the following tabl
105105

106106
| Nessie version | Iceberg version | Spark version (Scala 2.12+2.13) | Hive version | Flink version | Presto version | Trino version |
107107
|----------------|-----------------|---------------------------------|--------------|------------------------|-------------------------------------|---------------|
108-
| 0.105.6 | 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 |
108+
| 0.105.7 | 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 |
109109

110110
### Distribution
111111
To run:

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Currently supported versions are listed below.
66

77
| Version | Supported |
88
|----------|--------------------|
9-
| 0.105.6 | :white_check_mark: |
10-
| < 0.105.6 | :x: |
9+
| 0.105.7 | :white_check_mark: |
10+
| < 0.105.7 | :x: |
1111

1212
All Nessie 0.x.x versions are considered beta or even alpha releases and not supported after
1313
release of Nessie 1.0.0.

helm/nessie/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apiVersion: v2
1818
name: nessie
1919
description: A Helm chart for Nessie
2020
type: application
21-
version: 0.105.6
21+
version: 0.105.7
2222
home: https://projectnessie.org/
2323
icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg
2424
sources:

helm/nessie/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ helm-docs --chart-search-root=helm
88

99
# Nessie Helm chart
1010

11-
![Version: 0.105.6](https://img.shields.io/badge/Version-0.105.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
11+
![Version: 0.105.7](https://img.shields.io/badge/Version-0.105.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
1212

1313
A Helm chart for Nessie.
1414

site/docs/releases.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 0.105.7 Release (November 06, 2025)
6+
7+
See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.105.7).
8+
9+
### Fixes
10+
11+
- Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.
12+
13+
### Commits
14+
* Ninja: changelog
15+
* Fix: nested schema fields used as identifier field causes NPE (#11569)
16+
* CI: Fix build scans (#11565)
17+
* Build: improve caching (#11563)
18+
519
## 0.105.6 Release (October 24, 2025)
620

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

site/docs/server-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ are not supported and must be avoided.
1414

1515
| Rolling Upgrade Supported | _From_ Nessie version | _To_ Nessie version |
1616
|---------------------------|-----------------------|---------------------|
17-
| :heavy_check_mark: | 0.61.0 or newer | 0.105.6 or newer |
17+
| :heavy_check_mark: | 0.61.0 or newer | 0.105.7 or newer |
1818
| :x: | 0.40.0 or newer | 0.61.0 or newer |
1919
| :heavy_check_mark: | 0.40.0 or newer | 0.60.0 or newer |
2020
| :x: | < 0.40.0 | 0.40.0 or newer |

site/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extra_css:
3434
extra:
3535
versions:
3636
# updated by the Nessie release workflow
37-
nessie: 0.105.6
37+
nessie: 0.105.7
3838
# set in site/bin/setup_env.sh from gradle/libs.versions.toml
3939
iceberg: !ENV ICEBERG_VERSION
4040
double_curly: "{{"

site/nav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ nav:
5353
- Unreleased (nightly): '!include build/versions/nightly/mkdocs.yml'
5454
# Do NOT change, move or remove the following line!!
5555
# RELEASE_PLACEHOLDER_MARKER
56+
- Nessie 0.105.7: '!include build/versions/0.105.7/mkdocs.yml'
5657
- Nessie 0.105.6: '!include build/versions/0.105.6/mkdocs.yml'
5758
- Nessie 0.105.5: '!include build/versions/0.105.5/mkdocs.yml'
5859
- Nessie 0.105.4: '!include build/versions/0.105.4/mkdocs.yml'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.105.7-SNAPSHOT
1+
0.105.7

0 commit comments

Comments
 (0)