xiangfu0 opened a new pull request, #187:
URL: https://github.com/apache/pinot-site/pull/187

   ## Summary
   - add Apache Pinot 1.5.1 download metadata and release-note MDX
   - add the missing Apache Pinot 1.5.0 download entry so release history 
remains contiguous
   - update the latest-release SSOT, announcement CTA, and Docker quickstart 
snippets to 1.5.1
   
   ## User manual
   - Go to `/download/` and verify Apache Pinot 1.5.1 is marked `Latest`.
   - Use the source and binary download links for 1.5.1, along with the 
matching SHA512 and ASC links, to verify the release artifacts.
   - The homepage/download quickstart command now uses 
`apachepinot.docker.scarf.sh/apachepinot/pinot:1.5.1`.
   
   ## Sample table config or queries
   No Pinot table config changes are required for this website update. A quick 
local smoke test after running the Docker quickstart is:
   
   ```sql
   SELECT COUNT(*)
   FROM baseballStats;
   ```
   
   ## Validation
   - `yarn prettier --write data/pinot-meta.json data/downloads/1.5.1.mdx 
data/downloads/1.5.0.mdx data/downloadsData.ts components/Terminal.tsx 
components/QuickstartCTA.tsx components/ReleaseBanner.tsx data/siteMetadata.js`
   - `yarn check:consistency`
   - `yarn test`
   - `yarn lint:check` (passes with existing unrelated warnings)
   - `yarn build`
   - local `/download` smoke check showed 1.5.1 as Latest and 1.5.0 below it
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to