Skip to content

Commit 8da1d07

Browse files
Merge pull request #6348 from EnterpriseDB/docs/updatenewsbox
Updated news boxes
2 parents 6d32822 + 1f63d58 commit 8da1d07

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/constants/updates.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
import IconNames from "../components/icon/iconNames";
22

33
export const updates = [
4+
{
5+
title: "EDB Postgres AI Q4 Release News",
6+
icon: IconNames.SMALL_DASHBOARD,
7+
description:
8+
"EDB Postgres AI's Q4 announcements include AI Accelerator and previews of EDB's Software Deployment and Analytics Accelerator.",
9+
url: "/edb-postgres-ai/overview/latest-release-news/",
10+
moreUrl: "/edb-postgres-ai/overview/latest-release-news/",
11+
},
12+
{
13+
title: "EDB Postgres Advanced Server 17.2",
14+
icon: IconNames.EDB_EPAS,
15+
description:
16+
"EDB Postgres Advanced Server 17.2 is built on open-source PostgreSQL 17.2, which introduces myriad enhancements that enable databases to scale up and scale out in more efficient ways.",
17+
url: "/epas/latest/",
18+
moreUrl: "/epas/latest/epas_rel_notes/epas17_2_rel_notes/",
19+
},
420
{
521
title: "EDB CloudNativePG Global Cluster 1.0.1",
622
icon: IconNames.KUBERNETES,

0 commit comments

Comments
 (0)