docs: Update release notes#17521
Conversation
rangareddy
left a comment
There was a problem hiding this comment.
Please review the comments and fix those issues.
website/releases/release-0.15.0.md
Outdated
| Besides adding a bundle for Spark 3.5 and Scala 2.13, we have added new utilities bundles to use with Scala | ||
| 2.13, [hudi-utilities-bundle_2.13](https://mvnrepository.com/artifact/org.apache.hudi/hudi-utilities-bundle_2.13) | ||
| and [hudi-utilities-slim-bundle_2.13](https://mvnrepository.com/artifact/org.apache.hudi/hudi-utilities-slim-bundle_2.13). | ||
| 2.13, [hudi-utilities-bundle_2.13](https://mvnrepository.com/artifact/org/apache/hudi/hudi-utilities-bundle_2.13) |
There was a problem hiding this comment.
Why this change is required? and also https://mvnrepository.com/artifact/org/apache/hudi/hudi-utilities-bundle_2.13 link is not working.
There was a problem hiding this comment.
This change you need to modify in multiple places
website/releases/release-0.15.0.md
Outdated
| ## Migration Guide | ||
|
|
||
| This release keeps the same table version (`6`) as [0.14.0 release](/releases/release-0.14.0), and there is no need for | ||
| This release keeps the same table version (`6`) as [0.14.0 release](/releases/release-0.14), and there is no need for |
There was a problem hiding this comment.
Try to see without modifying the content redirecting to release 0.14
| --- | ||
|
|
||
| The Hudi community is excited to announce the [release of Hudi 1.1](https://hudi.apache.org/releases/release-1.1.0), a major milestone that sets the stage for the next generation of data lakehouse capabilities. This release represents months of focused engineering on foundational improvements, engine-specific optimizations, and key architectural enhancements, laying the foundation for ambitious features coming in future releases. | ||
| The Hudi community is excited to announce the [release of Hudi 1.1](https://hudi.apache.org/releases/release-1.1), a major milestone that sets the stage for the next generation of data lakehouse capabilities. This release represents months of focused engineering on foundational improvements, engine-specific optimizations, and key architectural enhancements, laying the foundation for ambitious features coming in future releases. |
There was a problem hiding this comment.
Check if possible to redirect 1.1.0 to 1.1 with out modifying this file
| 'release-1.0.0', | ||
| 'release-1.0.0-beta2', | ||
| 'release-1.0.0-beta1', | ||
| 'release-1.0', |
There was a problem hiding this comment.
here release-1.1.0 needs to be changed to release-1.1
| <FeatureRender/> | ||
| <div className={styles.buttons}> | ||
| <LinkButton to="/docs/quick-start-guide"> | ||
| <LinkButton to="/releases/release-1.1"> |
There was a problem hiding this comment.
Remove this change and Get Started needs to be point to quick start guide and not a releases page.
|
Closing this due to duplicate. |
Describe the issue this Pull Request addresses
This PR updates the way release notes are presented on the Hudi website. Previously, each release version had its own page, which resulted in multiple pages for minor and patch releases. This change groups release notes of the same X.Y release series into a single page.
For example:
Summary and Changelog
Impact
None
Risk Level
none
Documentation Update
Contributor's checklist