Skip to content

Added roadmap entries or columns for 2025.H1/H2#299

Open
HamzaAmir1470 wants to merge 2 commits into
kmesh-net:mainfrom
HamzaAmir1470:version
Open

Added roadmap entries or columns for 2025.H1/H2#299
HamzaAmir1470 wants to merge 2 commits into
kmesh-net:mainfrom
HamzaAmir1470:version

Conversation

@HamzaAmir1470
Copy link
Copy Markdown

Updated docs/architecture/roadmap.md by adding missing roadmap columns for 2025.H1 and 2025.H2. This keeps the roadmap documentation aligned with the project's ongoing development and provides space for tracking new features and improvements introduced after 2024.

Copilot AI review requested due to automatic review settings May 12, 2026 12:53
@netlify
Copy link
Copy Markdown

netlify Bot commented May 12, 2026

Deploy Preview for kmesh-net ready!

Name Link
🔨 Latest commit 334bd89
🔍 Latest deploy log https://app.netlify.com/projects/kmesh-net/deploys/6a032d89396fb9000818d1f2
😎 Deploy Preview https://deploy-preview-299--kmesh-net.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kmesh-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign jayesh9747 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot
Copy link
Copy Markdown
Collaborator

Welcome @HamzaAmir1470! It looks like this is your first PR to kmesh-net/website 🎉

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the roadmap documentation by adding columns for 2025 (H1 and H2) to the feature table. Feedback was provided to remove the markdown code block fences that were incorrectly added around the entire file, as they interfere with the frontmatter parsing required for proper documentation rendering.

Comment thread docs/architecture/roadmap.md Outdated
Comment on lines 1 to 6
```md
---
title: Roadmap
description: ""
sidebar_position: 2
---
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The markdown code block fence (`md) should not be added at the start of the file. This file contains frontmatter (the --- block), which must be at the very beginning of the file for it to be correctly parsed by documentation tools like Docusaurus. Including this fence will break the page rendering and metadata processing.

Suggested change
```md
---
title: Roadmap
description: ""
sidebar_position: 2
---
---
title: Roadmap
description: ""
sidebar_position: 2
---

Comment thread docs/architecture/roadmap.md Outdated
| **Programmable** | Plug-in expansion capability | | | | ✓ | | |
| **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | |
| **Operating Environment Support** | Container | ✓ | | | | | |
```
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This closing code block fence should be removed as it was part of the incorrect wrapping of the entire document in a markdown code block.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the architecture roadmap documentation to extend the planning table beyond 2024 by adding columns for 2025.H1 and 2025.H2.

Changes:

  • Added 2025.H1 and 2025.H2 columns to the roadmap table header and alignment row.
  • Updated each roadmap row to include empty cells for the new 2025 half-year columns.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/architecture/roadmap.md Outdated
Comment on lines 1 to 5
```md
---
title: Roadmap
description: ""
sidebar_position: 2
Comment thread docs/architecture/roadmap.md Outdated
| **Programmable** | Plug-in expansion capability | | | | ✓ | | |
| **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | |
| **Operating Environment Support** | Container | ✓ | | | | | |
```
Copilot AI review requested due to automatic review settings May 12, 2026 13:39
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants