Skip to content

Commit d4c6346

Browse files
committed
chore: Release cluster-insights-mcp-server version 1.1.0
1 parent a16f85b commit d4c6346

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DESCRIPTION="Compatibility Engine MCP Server - Model Context Protocol server to
55
SOURCE="https://github.com/alpha-hack-program/cluster-insights-mcp-rs.git"
66

77
# Version (managed by cargo-release)
8-
VERSION=1.0.0
8+
VERSION=1.1.0
99

1010
# Container Configuration
1111
BASE_TAG="9.6"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cluster-insights-mcp-server"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2024"
55

66
[dependencies]

dxt/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "cluster-insights-mcp-server",
44
"display_name": "Cluster Insights MCP Server",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"description": "Kubernetes Cluster Resource Analysis and Management via MCP",
77
"author": {
88
"name": "Carlos Vicens"

0 commit comments

Comments
 (0)