Skip to content

docs: Update release notes#17521

Closed
deepakpanda93 wants to merge 3 commits intoapache:asf-sitefrom
deepakpanda93:br_fix_release_notes
Closed

docs: Update release notes#17521
deepakpanda93 wants to merge 3 commits intoapache:asf-sitefrom
deepakpanda93:br_fix_release_notes

Conversation

@deepakpanda93
Copy link
Collaborator

@deepakpanda93 deepakpanda93 commented Dec 8, 2025

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:

  • Release-1.0 now contains 1.0.0, 1.0.0-beta1, 1.0.0-beta2, 1.0.1, 1.0.2
  • Release-0.14 now contains 0.14.0, 0.14.1
image

Summary and Changelog

  • Grouped release notes pages by major.minor version (X.Y) instead of creating a page per patch/minor release.
  • Updated Docusaurus config to redirect old /release-x.y.z URLs to the new /release-x.y pages.

Impact

None

Risk Level

none

Documentation Update

  • The release notes documentation has been updated to reflect grouped pages.
  • Docusaurus configuration updated for URL redirects.

Contributor's checklist

  • Read through contributor's guide
  • Enough context is provided in the sections above
  • Adequate tests were added if applicable

@github-actions github-actions bot added docs size:M PR with lines of changes in (100, 300] labels Dec 8, 2025
@deepakpanda93 deepakpanda93 changed the title Br fix release notes docs: Update release notes Dec 9, 2025
Copy link
Collaborator

@rangareddy rangareddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review the comments and fix those issues.

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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change is required? and also https://mvnrepository.com/artifact/org/apache/hudi/hudi-utilities-bundle_2.13 link is not working.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change you need to modify in multiple places

## 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this change and Get Started needs to be point to quick start guide and not a releases page.

@deepakpanda93
Copy link
Collaborator Author

Closing this due to duplicate.
#17644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs size:M PR with lines of changes in (100, 300]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants