Skip to content

feat: add meshery/meshery to ServiceMesh category#75

Open
Shravan2807 wants to merge 1 commit intoopsre:mainfrom
Shravan2807:main
Open

feat: add meshery/meshery to ServiceMesh category#75
Shravan2807 wants to merge 1 commit intoopsre:mainfrom
Shravan2807:main

Conversation

@Shravan2807
Copy link
Copy Markdown

@Shravan2807 Shravan2807 commented Mar 12, 2026

Added Meshery to the ServiceMesh category.

Meshery is an open-source, cloud-native manager for designing and managing all Kubernetes-based infrastructure and applications for multi-cloud environments.

It belongs in the ServiceMesh category as it provides service mesh lifecycle management capabilities including support for Istio and other service meshes.

Changes

  • Added meshery/meshery to the ServiceMesh section

Related Issue

Resolves meshery/meshery#13426

在提出此拉取请求时,我确认了以下几点(请复选框):

  • 我已阅读并理解贡献者指南
  • 我已检查没有与此请求重复的拉取请求。
  • 我已经考虑过,并确认这份呈件对其他人很有价值。
  • 我接受此提交可能不会被使用,并根据维护人员的意愿关闭拉取请求。

Summary by CodeRabbit

发布说明

  • 文档
    • README 中新增开源云原生管理项目的相关信息
    • 优化赞助商部分的格式排版

Added Meshery to the ServiceMesh category.

Meshery is an open-source, cloud-native manager for 
designing and managing all Kubernetes-based infrastructure 
and applications for multi-cloud environments.

It belongs in the ServiceMesh category as it provides 
service mesh lifecycle management capabilities including 
support for Istio and other service meshes.

## Changes
- Added `meshery/meshery` to the ServiceMesh section

## Related Issue
Resolves meshery/meshery#13426
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 12, 2026

演进总结

在 README.md 中添加了一个新的 meshery/meshery 条目到 ServiceMesh 表格中,并对 Tencent EdgeOne 赞助商部分进行了格式调整,将项目符号转换为普通文本行。

变更清单

文件夹 / 文件 摘要
文档更新
README.md
在 ServiceMesh 表格中添加 meshery/meshery 条目,描述其作为 Kubernetes 基础设施和应用管理的开源云原生管理工具的功能;调整 Tencent EdgeOne 赞助商部分的格式标记。

预估代码审查工作量

🎯 1 (Trivial) | ⏱️ ~3 分钟

🐰✨ Meshery 进了清单里,
为云原生添新砖,
一加一减巧整顿,
README 绽放新光彩,
开源生态更璀璨!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 标题清楚地总结了拉取请求的主要变更:向ServiceMesh类别添加meshery/meshery条目。
Linked Issues check ✅ Passed 代码更改完全符合链接问题#13426的目标:已在awesome-ops仓库的ServiceMesh部分添加了Meshery。
Out of Scope Changes check ✅ Passed 所有更改都在范围内。README.md中添加了meshery/meshery条目,并修复了一个次要的markdown格式问题,两者都与链接问题的目标一致。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can suggest fixes for GitHub Check annotations.

Configure the reviews.tools.github-checks setting to adjust the time to wait for GitHub Checks to complete.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 1156: 不要直接修改 README.md — README 是由生成器从 items/*/*.yaml 构建的,会被下一次 generator
workflow 覆盖。将 Meshery 的条目移动到或新增到数据源文件 items/ServiceMesh/meshery.yaml(当前仓库已有
items/K8S-Tools/meshery.yaml),确保该 YAML 包含与 README
中相同的元数据(项目名称、许可、stars、创建/到期日期、描述等);然后触发或等待 generator workflow 重新运行以在 README.md
中正确、持久地反映该条目。

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0d18316a-1b52-419e-85d8-1b211db10a15

📥 Commits

Reviewing files that changed from the base of the PR and between fd98505 and b409d01.

📒 Files selected for processing (1)
  • README.md

| Repository | License | Star |CreatedAt | UpdatedAt | Description |
|:-:|:-:|:-:|:-:|:-:|:-:|
| [istio/istio](https://github.com/istio/istio) | Apache-2.0|37601|2016-11-18|2025-11-07 | Istio 是一个开源服务网格,它透明地分层到现有的分布式应用程序上。 |
| [meshery/meshery](https://github.com/meshery/meshery) | Apache-2.0 | 9405 | 2018-11-14 | 2025-11-07 | An open-source, cloud native manager for designing and managing all Kubernetes-based infrastructure and applications. |
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

请把 Meshery 条目加到生成源,而不是直接改 README.md

这里的新增会在下次 generator workflow 运行时被覆盖,因为 README.md 是由 items/*/*.yaml 自动生成的。当前仓库里已经有 items/K8S-Tools/meshery.yaml,但没有对应的 items/ServiceMesh/meshery.yaml,所以这次修改既不会持久化,也导致上面的项目计数仍然显示为 1。建议把新增落到 items/ServiceMesh/meshery.yaml,或按仓库规则调整分类来源后再重新生成 README。

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 1156, 不要直接修改 README.md — README 是由生成器从 items/*/*.yaml
构建的,会被下一次 generator workflow 覆盖。将 Meshery 的条目移动到或新增到数据源文件
items/ServiceMesh/meshery.yaml(当前仓库已有 items/K8S-Tools/meshery.yaml),确保该 YAML 包含与
README 中相同的元数据(项目名称、许可、stars、创建/到期日期、描述等);然后触发或等待 generator workflow 重新运行以在
README.md 中正确、持久地反映该条目。

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Include Meshery, Playground, and Extensions in Awesome Lists

1 participant