Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "kubestellar-ops",
"source": "./plugins/kubestellar-ops",
"description": "Multi-cluster Kubernetes diagnostics, RBAC analysis, and security checks",
"version": "0.7.1",
"version": "0.8.1",
"author": {
"name": "KubeStellar"
},
Expand All @@ -21,7 +21,7 @@
"name": "kubestellar-deploy",
"source": "./plugins/kubestellar-deploy",
"description": "App-centric multi-cluster deployment and operations with GitOps support",
"version": "0.7.1",
"version": "0.8.1",
"author": {
"name": "KubeStellar"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/kubestellar-deploy/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kubestellar-deploy",
"description": "App-centric multi-cluster deployment and operations. Deploy apps, aggregate logs, check status, and sync from git across all your Kubernetes clusters - working with apps, not clusters.",
"version": "0.7.1",
"version": "0.8.1",
"author": {
"name": "KubeStellar",
"url": "https://github.com/kubestellar/kubestellar-mcp"
Expand Down
2 changes: 1 addition & 1 deletion plugins/kubestellar-ops/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kubestellar-ops",
"description": "Multi-cluster Kubernetes diagnostics, RBAC analysis, and security checks. Find pod issues, security misconfigurations, and analyze permissions across all your clusters.",
"version": "0.7.1",
"version": "0.8.1",
"author": {
"name": "KubeStellar",
"url": "https://github.com/kubestellar/kubestellar-mcp"
Expand Down
Loading