From 9fa7adb7179615ff75fac1c13f0dc750e54baf05 Mon Sep 17 00:00:00 2001 From: Mladen Todorovic Date: Mon, 2 Feb 2026 20:03:08 +0100 Subject: [PATCH] Prepare Dev Preview release --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 4 ++++ charts/stackrox-mcp/Chart.yaml | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3cda9c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [Next release] + +## [0.1.0] + +### Added +- Initial developer preview release +- MCP server implementation with HTTP and stdio transports +- Vulnerability management tools: + - `get_clusters_with_orchestrator_cve` - Find CVEs in Kubernetes components + - `get_deployments_for_cve` - Find CVEs in application workloads + - `get_nodes_for_cve` - Find CVEs in node OS packages + - `list_clusters` - List all managed clusters +- Configuration via YAML files and environment variables +- Authentication support: passthrough and static modes +- TLS support with certificate verification +- HTTP/1 fallback mode for restricted network environments +- Retry logic with exponential backoff +- Multi-architecture container images (amd64, arm64, ppc64le, s390x) +- Kubernetes/OpenShift deployment via Helm chart +- OpenShift Route support with TLS + +### Documentation +- Comprehensive README with quick start, configuration, and deployment guides +- Architecture documentation +- OpenShift Lightspeed integration guide +- Configuration examples +- Testing and verification guides +- Helm chart deployment instructions + +[0.1.0]: https://github.com/stackrox/stackrox-mcp/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 41dffc9..84c2b48 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # StackRox MCP +**Status: Developer Preview** + +This project is in active development. While functional, APIs and features may change in future releases. For feedback or issues, please open a GitHub issue. + ## Project Overview StackRox MCP is a Model Context Protocol (MCP) server that provides AI assistants with access to StackRox. diff --git a/charts/stackrox-mcp/Chart.yaml b/charts/stackrox-mcp/Chart.yaml index 693e8c9..4b510f3 100644 --- a/charts/stackrox-mcp/Chart.yaml +++ b/charts/stackrox-mcp/Chart.yaml @@ -3,7 +3,7 @@ name: stackrox-mcp description: A Helm chart for StackRox Model Context Protocol (MCP) Server type: application version: 0.1.0 -appVersion: "dev" +appVersion: "0.1.0" home: https://github.com/stackrox/stackrox-mcp sources: - https://github.com/stackrox/stackrox-mcp