All notable changes to this project will be documented in this file.
- Initial developer preview release
- MCP server implementation with HTTP and stdio transports
- Vulnerability management tools:
get_clusters_with_orchestrator_cve- Find CVEs in Kubernetes componentsget_deployments_for_cve- Find CVEs in application workloadsget_nodes_for_cve- Find CVEs in node OS packageslist_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
- 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