You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/collections/news/2025/2025-11-12-meshery-enterprise/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date: 2025-11-12 19:00:00 +0530
5
5
author: Cloud Native Now
6
6
thumbnail: ./Layer5-Kanvas-Designer-img.webp
7
7
darkthumbnail: ./Layer5-Kanvas-Designer-img.webp
8
-
category: "Press Coverage"
8
+
category: Coverage
9
9
description: "Announced at KubeCon + CloudNativeCon North America 2025, Kanvas extends the Meshery framework with visual tools, collaborative workspaces, and role-based access control for managing Kubernetes environments"
Copy file name to clipboardExpand all lines: src/collections/news/2025/2025-11-16-cncf-honors-innovators-and-defenders-community-awards/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date: 2025-11-16 08:00:00 -0530
5
5
author: Cloud Native Computing Foundation (CNCF)
6
6
thumbnail: ./kubecon-2025.webp
7
7
darkthumbnail: ./kubecon-2025.webp
8
-
category: "Press Coverage"
8
+
category: Coverage
9
9
description: "CNCF’s 2025 Community Awards at KubeCon + CloudNativeCon North America spotlights contributors, end users, mentors, and community heroes, with Layer5 founder Lee Calcote honored for his mentorship leadership."
Copy file name to clipboardExpand all lines: src/collections/news/2025/2025-12-01-cncf-honours-cloud-native-pioneers-2025-community-awards/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date: 2025-12-01 08:00:00 -0530
5
5
author: ChannelLife Canada
6
6
thumbnail: ./channellife-cncf-2025.webp
7
7
darkthumbnail: ./channellife-cncf-2025.webp
8
-
category: "Press Coverage"
8
+
category: Coverage
9
9
description: "ChannelLife covers CNCF's 2025 Community Awards, highlighting Layer5 founder Lee Calcote's recognition with the inaugural Outstanding Mentor Award for supporting hundreds of mentees."
description: "Docker has launched Kanvas, a new platform designed to bridge the gap between local development and cloud production. By automating the conversion of Docker Compose files into Kubernetes artefacts, the tool challenges established solutions like Helm and Kustomize. Developed with Layer5, it marks a shift toward Infrastructure as Code, offering visualisations to simplify cloud-native deployments."
Copy file name to clipboardExpand all lines: src/collections/news/2026/2026-03-25/index.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date: 2026-03-25 09:00:00 +0100
5
5
author: Compare the Cloud
6
6
thumbnail: ./news-hero.webp
7
7
darkthumbnail: ./news-hero.webp
8
-
category: "Press Coverage"
8
+
category: Coverage
9
9
description: "At KubeCon EU 2026 in Amsterdam, Meshery maintainers announced general availability of Meshery v1.0, introducing Infrastructure as Design and new Kanvas tooling to make infrastructure visible, verifiable, and collaborative."
subtitle: "A sample subtitle about growing together as a community and building a project that matters"
2
+
type: News # Must be "News"
3
+
title: ""# Mandatory. The title of the news item, which will appear in the listing and on the news item page. This should be a concise summary of the news content.
4
+
subtitle: ""# Optional. A short description or tagline for the news item.
4
5
date: 2020-06-01 12:15:05 +0000
5
-
author: The Newsroom
6
-
thumbnail_svg: ./sample.webp
7
-
darkthumbnail_svg: ./sample.webp
8
-
source_url: https://original-source.com/article
9
-
published: false
10
-
---
11
-
12
-
{/* A template and instructions for creating news entries.
6
+
author: ""# "The Newsroom" for Layer5 releases, or the name of the publication for coverage items for "Coverage" category news; e.g. "TechCrunch", "The New Stack", etc.
7
+
thumbnail: ./hero.webp # Mandatory. Path to the thumbnail image for light mode (relative to this file) and can be .wepb, .png, .jpg, or .svg.
8
+
darkthumbnail: ./hero-dark.webp # Mandatory. Path to the thumbnail image for dark mode (relative to this file) and can be .wepb, .png, .jpg, or .svg.
9
+
description: ""# Mandatory. A brief description of the news item that will appear in the listing and on the news item page. This should be a concise summary of the news content.
10
+
category: Coverage # Must be either "Coverage" or "Release". This is used to determine which section of the news collection this item will be listed under. See the "Coverage" and "Release" sections of the news listing page for examples. If the category is not one of these two values, the news item will not be listed on the website.
11
+
tags: [] # Mandatory. An array of tags for the news item, such as ["Meshery", "KubeCon", "CNCF"].
12
+
presskit: ""# Optional. A URL to a press kit or additional resources related to the news item.
13
+
resource: false # Mandatory. A boolean indicating whether this news item is a resource that should be listed in the resources section of the website. If true, it will be included in the resources section; if false or omitted, it will not be included in the resources section but will still appear in the news listing.
14
+
published: true # Mandatory A boolean indicating whether the news item is published. If true, it will be visible on the website; if false, it will be hidden until ready for publication.
15
+
source_url: ""# Mandatory. URL to the original article for "Originally published at" attribution.
13
16
14
-
subtitle: If the "subtitle" variable is not defined, then put subtitle:""
15
-
source_url: URL to the original article for "Originally published at" attribution.
16
-
published: "true" when ready to be public
17
+
---
17
18
18
-
Make a copy of this news template. Do not delete this template.
19
-
Any styles to be defined can be defined in News.style.js and the class can be used here */}
19
+
{/* A template and instructions for creating news entries. Any styles to be defined can be defined in News.style.js and the class can be used here */}
20
20
21
21
import { NewsWrapper } from"../../News.style.js";
22
22
23
23
<NewsWrapper>
24
24
25
-
<divclassName="test">
26
-
27
25
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
0 commit comments