This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryMinor fixes and improvements.
Full changelog
What's Changed
Bug Fix
-
Fixed:
reload_security_config()now correctly re-readsK8S_MCP_SECURITY_MODEfrom environment variablesRoot cause:
SECURITY_MODEwas imported as a string value at module load time. Callingreload_security_config()updatedSECURITY_CONFIGbut notSECURITY_MODE, so switching to permissive mode at runtime had no effect — commands were still blocked by strict-mode validation.Impact: Runtime security mode switching (e.g., via env var +
reload_security_config()) now works correctly.
Full Changelog: https://github.com/alexei-led/k8s-mcp-server/compare/v1.4.1...v1.4.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About alexei-led/k8s-mcp-server
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments
Related context
Beta — feedback welcome: [email protected]