rangareddy commented on code in PR #17521:
URL: https://github.com/apache/hudi/pull/17521#discussion_r2609068529


##########
website/releases/release-0.15.0.md:
##########
@@ -43,13 +42,13 @@ We have expanded Hudi support to Spark 3.5 with two new 
bundles:
 #### New Utilities Bundles for Scala 2.13
 
 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)

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



##########
website/blog/2025-11-25-apache-hudi-release-1-1-announcement.md:
##########
@@ -11,7 +11,7 @@ tags:
   - performance
 ---
 
-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.

Review Comment:
   Check if possible to redirect 1.1.0 to 1.1 with out modifying this file



##########
website/releases/release-0.15.0.md:
##########
@@ -43,13 +42,13 @@ We have expanded Hudi support to Spark 3.5 with two new 
bundles:
 #### New Utilities Bundles for Scala 2.13
 
 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)

Review Comment:
   This change you need to modify in multiple places



##########
website/sidebarsReleases.js:
##########
@@ -13,13 +13,8 @@ module.exports = {
   releases: [
     'download',
     'release-1.1.0',
-    'release-1.0.2',
-    'release-1.0.1',
-    'release-1.0.0',
-    'release-1.0.0-beta2',
-    'release-1.0.0-beta1',
+    'release-1.0',

Review Comment:
   here release-1.1.0 needs to be changed to release-1.1



##########
website/releases/release-0.15.0.md:
##########
@@ -18,7 +17,7 @@ relevant [module and API changes](#module-and-api-changes) and
 
 ## 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

Review Comment:
   Try to see without modifying the content redirecting to release 0.14



##########
website/src/components/HomepageHeader/index.js:
##########
@@ -52,7 +52,7 @@ function HomepageHeader() {
               </h1>
               <FeatureRender/>
               <div className={styles.buttons}>
-                <LinkButton to="/docs/quick-start-guide">
+                <LinkButton to="/releases/release-1.1">

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



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to