Skip to content

Commit c731822

Browse files
author
Nessie Release Workflow [bot]
committed
[release] release nessie-0.102.3
1 parent fc336b5 commit c731822

File tree

10 files changed

+37
-12
lines changed

10 files changed

+37
-12
lines changed

Diff for: CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ as necessary. Empty sections will not end in the release notes.
1414

1515
### New Features
1616

17-
- Catalog: Iceberg table configurations overrides are now available in storage configuration settings.
18-
Example: `nessie.catalog.service.s3.default-options.table-config-overrides.py-io-impl=pyiceberg.io.pyarrow.PyArrowFileIO`
19-
2017
### Changes
2118

2219
### Deprecations
@@ -25,6 +22,13 @@ as necessary. Empty sections will not end in the release notes.
2522

2623
### Commits
2724

25+
## [0.102.3] Release (2025-01-30)
26+
27+
### New Features
28+
29+
- Catalog: Iceberg table configurations overrides are now available in storage configuration settings.
30+
Example: `nessie.catalog.service.s3.default-options.table-config-overrides.py-io-impl=pyiceberg.io.pyarrow.PyArrowFileIO`
31+
2832
## [0.102.2] Release (2025-01-23)
2933

3034
### Fixes
@@ -1033,7 +1037,8 @@ as necessary. Empty sections will not end in the release notes.
10331037
- Tests: Make `ITCassandraBackendFactory` less flaky (#7186)
10341038
- IntelliJ: Exclude some more directories from indexing (#7181)
10351039

1036-
[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.102.2...HEAD
1040+
[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.102.3...HEAD
1041+
[0.102.3]: https://github.com/projectnessie/nessie/compare/nessie-0.102.2...nessie-0.102.3
10371042
[0.102.2]: https://github.com/projectnessie/nessie/compare/nessie-0.102.1...nessie-0.102.2
10381043
[0.102.1]: https://github.com/projectnessie/nessie/compare/nessie-0.102.0...nessie-0.102.1
10391044
[0.102.0]: https://github.com/projectnessie/nessie/compare/nessie-0.101.3...nessie-0.102.0

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Nessie Iceberg's integration is compatible with Iceberg as in the following tabl
106106

107107
| Nessie version | Iceberg version | Spark version (Scala 2.12+2.13) | Hive version | Flink version | Presto version | Trino version |
108108
|----------------|-----------------|---------------------------------|--------------|------------------------|-------------------------------------|---------------|
109-
| 0.102.2 | 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 |
109+
| 0.102.3 | 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 |
110110

111111
### Distribution
112112
To run:

Diff for: SECURITY.md

+2-2
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.102.2 | :white_check_mark: |
10-
| < 0.102.2 | :x: |
9+
| 0.102.3 | :white_check_mark: |
10+
| < 0.102.3 | :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.

Diff for: helm/nessie/Chart.yaml

+1-1
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.102.2
21+
version: 0.102.3
2222
home: https://projectnessie.org/
2323
icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg
2424
sources:

Diff for: helm/nessie/README.md

+1-1
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.102.2](https://img.shields.io/badge/Version-0.102.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
11+
![Version: 0.102.3](https://img.shields.io/badge/Version-0.102.3-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

Diff for: site/docs/releases.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 0.102.3 Release (January 30, 2025)
6+
7+
See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.102.3).
8+
9+
### New Features
10+
11+
- Catalog: Iceberg table configurations overrides are now available in storage configuration settings.
12+
Example: `nessie.catalog.service.s3.default-options.table-config-overrides.py-io-impl=pyiceberg.io.pyarrow.PyArrowFileIO`
13+
14+
### Commits
15+
* Ninja: add AL2 license for smallrye-certs
16+
* Renovate: group quarkus-platform + quarkus-plugin together (#10300)
17+
* Fix build scripts to distribute the right files (#10297)
18+
* Catalog: Add table config overrides to bucket configuration (#10296)
19+
* Fix a new failure in NesQuEIT, dependency issue w/ scala-collection-compat (#10298)
20+
* Fix NesQuEIT for recent Iceberg changes (#10281)
21+
* Adopt renovate config for #10275 (#10280)
22+
* Update some Maven coordinates (#10275)
23+
524
## 0.102.2 Release (January 23, 2025)
625

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

Diff for: site/docs/server-upgrade.md

+1-1
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.102.2 or newer |
17+
| :heavy_check_mark: | 0.61.0 or newer | 0.102.3 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 |

Diff for: site/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extra_css:
3333

3434
extra:
3535
versions:
36-
nessie: 0.102.2
36+
nessie: 0.102.3
3737
iceberg: 1.5.2
3838
double_curly: "{{"
3939
analytics:

Diff for: site/nav.yml

+1
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.102.3: '!include build/versions/0.102.3/mkdocs.yml'
5657
- Nessie 0.102.2: '!include build/versions/0.102.2/mkdocs.yml'
5758
- Nessie 0.102.1: '!include build/versions/0.102.1/mkdocs.yml'
5859
- Nessie 0.102.0: '!include build/versions/0.102.0/mkdocs.yml'

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.102.3-SNAPSHOT
1+
0.102.3

0 commit comments

Comments
 (0)