Skip to content

Commit e4da45e

Browse files
committed
Update image imports and center-align images in sixth highest velocity project announcement
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 19329b6 commit e4da45e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • src/collections/news/2025/2025-11-05-sixth-highest-velocity

src/collections/news/2025/2025-11-05-sixth-highest-velocity/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ resource: false
1616
published: true
1717
---
1818
import { Link } from "gatsby";
19-
import MesheryExtensionsLight from "./meshery-extensions-github-light.png";
19+
import sixthHighest from "./sixth-highest-velocity-project-out-of-237-CNCF-projects.png";
20+
import MesheryExtensionsLight from "./meshery-extensions-github-dark.png";
2021
import { NewsWrapper } from "../../News.style.js";
2122
import Blockquote from "../../../../reusecore/Blockquote";
2223
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
@@ -39,13 +40,15 @@ These achievements underscore the dedication of our global community and Meshery
3940

4041
This momentum is sustained by Meshery’s expanding global community, which now boasts more than 10,000 members. Over the past year, the project has seen a 350% increase in code commits, contributions from over 3,000 open source contributors, and has surpassed 10,000 GitHub stars.
4142

43+
<p align="center"><a href={sixthHighest}><img src={sixthHighest} alt="Meshery achieved the status of the sixth highest-velocity project within the Cloud Native Computing Foundation (CNCF)." width="100%" className="block-display align-center" /></a></p>
44+
4245
Meshery empowers DevOps, Platform, SRE, and Application teams by providing collaborative GitOps, distributed performance management, and a visual designer for deployments, simplifying cloud native infrastructure management and accelerating learning and experimentation across CNCF projects.
4346

4447
## The Meshery Umbrella Expands: Strategic Partitioning for Scale
4548

4649
Driven by this high project velocity and growing complexity, Meshery maintainers have implemented a <a href="https://meshery.io/blog/2025/meshery-ecosystem-expansion">critical revision to its governance and organizational structure</a>: the partitioning of its repositories into two distinct GitHub organizations. This strategic move aims to enhance modularity, scalability, and community engagement.
4750

48-
<p><a href={MesheryExtensionsLight}><img src={MesheryExtensionsLight} alt="This restructuring comes as Meshery celebrates a milestone of unprecedented growth." width="100%" className="block-display align-center" /></a><br />This restructuring comes as Meshery celebrates a milestone of unprecedented growth.</p>
51+
<p align="center"><a href={MesheryExtensionsLight}><img src={MesheryExtensionsLight} alt="This restructuring comes as Meshery celebrates a milestone of unprecedented growth." width="100%" className="block-display align-center" /></a><br />This restructuring comes as Meshery celebrates a milestone of unprecedented growth.</p>
4952

5053

5154
The new structure divides the ecosystem into:

0 commit comments

Comments
 (0)