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 6a55c2a2 update 1.2.0 release 6a55c2a2 is described below commit 6a55c2a2c3f47633e22b2e3606a1b75d8ab5690c Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Tue Aug 20 23:25:44 2024 -0700 update 1.2.0 release --- components/Header.tsx | 2 +- components/Terminal.tsx | 4 ++-- data/siteMetadata.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 4bffe0a1..8fae383e 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.1.0 + 🎉🎉🎉 Announcing the release of Apache Pinot 1.2.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 2d962923..30637786 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.1.0 \\', + 'apachepinot/pinot:1.2.0 \\', 'QuickStart -type hybrid' ], ARM64: [ 'docker run -p 9000:9000 \\', - 'apachepinot/pinot:1.1.0-arm64 \\', + 'apachepinot/pinot:1.2.0-arm64 \\', 'QuickStart -type hybrid' ] }; diff --git a/data/siteMetadata.js b/data/siteMetadata.js index 96359458..21f162f7 100644 --- a/data/siteMetadata.js +++ b/data/siteMetadata.js @@ -107,7 +107,7 @@ const siteMetadata = { }, announcement: { buttonText: 'learn more', - link: 'https://github.com/apache/pinot/releases/tag/release-1.1.0' + link: 'https://github.com/apache/pinot/releases/tag/release-1.2.0' }, communityLinks: [ { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org