deepakpanda93 opened a new pull request, #19036:
URL: https://github.com/apache/hudi/pull/19036

   ### Describe the issue this Pull Request addresses
   
   - The website footer displays a hardcoded "Copyright © 2021 The Apache 
Software Foundation" on every page, which has been stale for years. 
   - Separately, the Roadmap page is out of date — release 1.2.0 is still 
listed as an upcoming release with a feature table tagged to it, even though 
1.2.0 has already shipped.
   
   ### Summary and Changelog
   
   This PR makes two documentation/website fixes:
   
   - Footer copyright year: Replaced the hardcoded Copyright © 2021 in 
website/docusaurus.config.js with a dynamically computed current year (new 
Date().getFullYear()), so the footer stays accurate going forward and never 
goes stale again.
   <img width="577" height="87" alt="image" 
src="https://github.com/user-attachments/assets/21a4c8c6-bcf1-45db-b731-699c4af22457";
 />
   
   - Roadmap refresh (website/src/pages/roadmap.md): Updated the roadmap to 
reflect the current release state — moved shipped 1.2.0 items out of 
"upcoming," and corrected release targets/dates that were showing past 
timelines as future.
   <img width="469" height="446" alt="image" 
src="https://github.com/user-attachments/assets/1a876a21-2ff3-46c6-ba12-a22f5f4d4dd2";
 />
   
   ### Impact
   
   The footer now shows the correct year on every page, and the Roadmap page 
reflects the current release status. No public API, behavior, or performance 
impact.
   
   ### Risk Level
   
   none
   
   ### Documentation Update
   
   This PR is a documentation/website update. No additional docs or config 
descriptions are required.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Enough context is provided in the sections above
   - [ ] Adequate tests were added if applicable
   


-- 
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