Important
This release includes support to interact with Multiple Clusters (#348) if defined in your kubeconfig
.
If your kubeconfig contains multiple context definitions, these will be made available as an extra parameter context
for each of the defined tools.
If this behavior breaks your current setup, you can completely disable the new feature by providing the --disable-multi-cluster
CLI flag (or by setting a specific cluster_provider_strategy
in your Kubernetes MCP server configuration).
What's Changed
- chore(lint): fix linting issues by @manusa in #344
- chore(security): try to fix snyk security issues by @manusa in #345
- feat(mcp): events_list returns parseable YAML output by @manusa in #346
- build(deps): bump github.com/mark3labs/mcp-go from 0.40.0 to 0.41.0 by @dependabot[bot] in #349
- build(deps): bump github.com/mark3labs/mcp-go from 0.41.0 to 0.41.1 by @dependabot[bot] in #352
- nit: move 401 response handling to a common helper func by @matzew in #353
- feat: Multi Cluster Support by @Cali0707 in #348
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.15.0 to 3.16.0 by @dependabot[bot] in #356
- build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.2 to 4.1.3 by @dependabot[bot] in #357
- build(deps): bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.2 by @dependabot[bot] in #361
- chore(docs): added missing tools to README.md (make update-readme-tools) by @manusa in #358
- feat: add "disabled" mutli cluster strategy by @Cali0707 in #360
- build(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 by @dependabot[bot] in #362
- refactor: move provider initialization into factory by @Cali0707 in #365
- build(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #366
- build(deps): bump golang.org/x/net from 0.45.0 to 0.46.0 by @dependabot[bot] in #367
- make AccessControlClientset public for creating a kubernetes client outside pkg/kubernetes by @harche in #364
- chore(docs): add multi-cluster to readme by @manusa in #363
- test(kubernetes): provider registry tests by @manusa in #371
New Contributors
- @matzew made their first contribution in #353
- @Cali0707 made their first contribution in #348
- @harche made their first contribution in #364
Full Changelog: v0.0.52...v0.0.53