diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bed13007e..41c3a162ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,6 @@ as necessary. Empty sections will not end in the release notes. ### New Features -- Add the `cut-history` command to the Nessie server admin tool. This command allows advanced users to - detach certain commits from their predecessors (direct and merge parents). - ### Changes ### Deprecations @@ -25,6 +22,13 @@ as necessary. Empty sections will not end in the release notes. ### Commits +## [0.101.3] Release (2024-12-18) + +### New Features + +- Add the `cut-history` command to the Nessie server admin tool. This command allows advanced users to + detach certain commits from their predecessors (direct and merge parents). + ## [0.101.2] Release (2024-12-12) ### Fixes @@ -984,7 +988,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.101.2...HEAD +[Unreleased]: https://github.com/projectnessie/nessie/compare/nessie-0.101.3...HEAD +[0.101.3]: https://github.com/projectnessie/nessie/compare/nessie-0.101.2...nessie-0.101.3 [0.101.2]: https://github.com/projectnessie/nessie/compare/nessie-0.101.1...nessie-0.101.2 [0.101.1]: https://github.com/projectnessie/nessie/compare/nessie-0.101.0...nessie-0.101.1 [0.101.0]: https://github.com/projectnessie/nessie/compare/nessie-0.100.3...nessie-0.101.0 diff --git a/README.md b/README.md index 2d3521ca40..9c82a441dd 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,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.101.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 | +| 0.101.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 | ### Distribution To run: diff --git a/SECURITY.md b/SECURITY.md index f4c31d81e6..1ec696db2d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.101.2 | :white_check_mark: | -| < 0.101.2 | :x: | +| 0.101.3 | :white_check_mark: | +| < 0.101.3 | :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/helm/nessie/Chart.yaml b/helm/nessie/Chart.yaml index 4c916eb446..1ce3682e75 100644 --- a/helm/nessie/Chart.yaml +++ b/helm/nessie/Chart.yaml @@ -18,7 +18,7 @@ apiVersion: v2 name: nessie description: A Helm chart for Nessie type: application -version: 0.101.2 +version: 0.101.3 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 c8fdcd1320..2a787ffacc 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.101.2](https://img.shields.io/badge/Version-0.101.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.101.3](https://img.shields.io/badge/Version-0.101.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Nessie. diff --git a/site/docs/releases.md b/site/docs/releases.md index f5a9ae3170..026729c1a2 100644 --- a/site/docs/releases.md +++ b/site/docs/releases.md @@ -2,6 +2,19 @@ **See [Nessie Server upgrade notes](server-upgrade.md) for supported upgrade paths.** +## 0.101.3 Release (December 18, 2024) + +See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.101.3). + +### New Features + +- Add the `cut-history` command to the Nessie server admin tool. This command allows advanced users to + detach certain commits from their predecessors (direct and merge parents). + +### Commits +* Add admin tool command to cut commit log at a certain point. (#10048) +* Revert "Workaround for CI failures because of missing `vectorized/redpanda` images (#10074)" (#10087) + ## 0.101.2 Release (December 12, 2024) See [Release information on GitHub](https://github.com/projectnessie/nessie/releases/tag/nessie-0.101.2). diff --git a/site/docs/server-upgrade.md b/site/docs/server-upgrade.md index 06a17757c6..ccb4737a3d 100644 --- a/site/docs/server-upgrade.md +++ b/site/docs/server-upgrade.md @@ -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.101.2 or newer | +| :heavy_check_mark: | 0.61.0 or newer | 0.101.3 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 | diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 0357d7be75..530cb6df19 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -33,7 +33,7 @@ extra_css: extra: versions: - nessie: 0.101.2 + nessie: 0.101.3 iceberg: 1.5.2 double_curly: "{{" analytics: diff --git a/site/nav.yml b/site/nav.yml index 177381112d..7f677b0006 100644 --- a/site/nav.yml +++ b/site/nav.yml @@ -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.101.3: '!include build/versions/0.101.3/mkdocs.yml' - Nessie 0.101.2: '!include build/versions/0.101.2/mkdocs.yml' - Nessie 0.101.1: '!include build/versions/0.101.1/mkdocs.yml' - Nessie 0.101.0: '!include build/versions/0.101.0/mkdocs.yml' diff --git a/version.txt b/version.txt index 571d8fc1cc..69bef7152d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.101.3-SNAPSHOT \ No newline at end of file +0.101.3 \ No newline at end of file