This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch new-site-dev in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-site-dev by this push: new f9ebe12b update more pages references to 1.3.0 release (#142) f9ebe12b is described below commit f9ebe12b115c9405731c8002324d2904ce4340a9 Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Tue Feb 18 16:26:29 2025 -0800 update more pages references to 1.3.0 release (#142) --- components/Header.tsx | 2 +- components/Terminal.tsx | 4 ++-- data/siteMetadata.js | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 8fae383e..8f381f30 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -50,7 +50,7 @@ const Header = () => { buttonText={siteMetadata.announcement.buttonText as string} link={siteMetadata.announcement.link as string} > - 🎉🎉🎉 Announcing the release of Apache Pinot 1.2.0 + 🎉🎉🎉 Announcing the release of Apache Pinot 1.3.0 </AnnouncementBar> <header className="border-b-1 flex items-center justify-between border-b px-5 py-3 md:px-[4rem] md:py-4"> <div className="flex"> diff --git a/components/Terminal.tsx b/components/Terminal.tsx index 30637786..8bb35c78 100644 --- a/components/Terminal.tsx +++ b/components/Terminal.tsx @@ -9,12 +9,12 @@ const Terminal: FC = () => { const commands = { x86: [ 'docker run -p 9000:9000 \\', - 'apachepinot/pinot:1.2.0 \\', + 'apachepinot/pinot:1.3.0 \\', 'QuickStart -type hybrid' ], ARM64: [ 'docker run -p 9000:9000 \\', - 'apachepinot/pinot:1.2.0-arm64 \\', + 'apachepinot/pinot:1.3.0-arm64 \\', 'QuickStart -type hybrid' ] }; diff --git a/data/siteMetadata.js b/data/siteMetadata.js index b582b9d9..2fafc8fa 100644 --- a/data/siteMetadata.js +++ b/data/siteMetadata.js @@ -51,8 +51,8 @@ const siteMetadata = { // posthogProjectApiKey: '' // e.g. 123e4567-e89b-12d3-a456-426614174000 // }, // googleAnalytics: { - // googleAnalyticsId: process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS // e.g. G-XXXXXXX - // googleAnalyticsId: 'G-ZXG79NJEBY' + // googleAnalyticsId: process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS // e.g. G-XXXXXXX + // googleAnalyticsId: 'G-ZXG79NJEBY' // } }, newsletter: { @@ -107,7 +107,7 @@ const siteMetadata = { }, announcement: { buttonText: 'learn more', - link: 'https://github.com/apache/pinot/releases/tag/release-1.2.0' + link: 'https://github.com/apache/pinot/releases/tag/release-1.3.0' }, communityLinks: [ { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org