Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* feat(mcp): refactor to use go-sdk by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/385
* feat(kubevirt): Add basic VM creation toolset by @lyarwood in https://github.com/containers/kubernetes-mcp-server/pull/386
* feat(toolsets): add kiali support by @aljesusg in https://github.com/containers/kubernetes-mcp-server/pull/425
* feat(helm): add Helm chart for Kubernetes MCP Server deployment by @sabre1041 in https://github.com/containers/kubernetes-mcp-server/pull/440
* feat(cmd)!: remove deprecated http/sse port from cli by @matzew in https://github.com/containers/kubernetes-mcp-server/pull/444
* feat(config)!: consolidate custom config parsing into config.Extended by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/475
* feat(kiali): add Kiali trace details by @josunect in https://github.com/containers/kubernetes-mcp-server/pull/478
* feat(kubernetes): public new manager to enable external providers by @mbillow in https://github.com/containers/kubernetes-mcp-server/pull/482
* feat(kubernetes)!: simplified Kubernetes client access for toolsets by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/483
* feat(kiali): Consolidate kiali tools from 20 to 6 by @aljesusg in https://github.com/containers/kubernetes-mcp-server/pull/496
* feat(helm): automate release process by @sabre1041 in https://github.com/containers/kubernetes-mcp-server/pull/499
* feat(kubernetes): add cluster state monitoring with reload by @nader-ziada in https://github.com/containers/kubernetes-mcp-server/pull/502
* feat: add gevals action to github workflows by @Cali0707 in https://github.com/containers/kubernetes-mcp-server/pull/505
* feat(kiali): add aggregated health summary to mesh graph tool by @hhovsepy in https://github.com/containers/kubernetes-mcp-server/pull/506
* feat(kiali): Standardize Certificate Authority Configuration Method by @josunect in https://github.com/containers/kubernetes-mcp-server/pull/511
* feat(core): add resources_scale tool by @Cali0707 in https://github.com/containers/kubernetes-mcp-server/pull/512
* feat(manager): apply QPS and Burst rate limits from environment variables for testing by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/513
* feat(test): add utilities for JSONPath-like access to unstructured Kubernetes objects by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/519
* feat(kubernetes): cluster state and kubeconfig watchers by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/520
* feat(kiali): Keep defaults in a file by @aljesusg in https://github.com/containers/kubernetes-mcp-server/pull/521
* feat(helm): enhance chart versioning for development and stable releases by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/523
* feat(kiali): standardize Certificate Authority Configuration Method (review) by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/528
* chore(ci): separate npm makefile targets and auto-generate package.json files by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/457
* chore(ci): update Go version to 1.25 and golangci-lint to v2.6.1 by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/456
* build(deps): bump k8s.io/apimachinery from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/459
* build(deps): bump k8s.io/metrics from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/461
* build(deps): bump k8s.io/kubectl from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/460
* build(deps): bump helm.sh/helm/v3 from 3.19.1 to 3.19.2 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/462
* build(deps): bump k8s.io/apiextensions-apiserver from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/466
* chore(readme): clarify default enabled toolsets in documentation by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/469
* test(mcp): improve denied resources tests by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/480
* fix(kiali): Allow kiali url with path by @josunect in https://github.com/containers/kubernetes-mcp-server/pull/477
* chore(ci): update container image repository to quay.io/containers by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/481
* test(utils): enhance TokenReviewHandler with discovery capabilities by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/484
* test(mcp): reuse test.DiscoveryClientHandler where possible by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/485
* test(mcp): add mutex for concurrent access to pathHeaders in McpHeadersSuite by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/486
* fix(helm): helm logs to klog by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/487
* test(http): try to reduce test flakiness by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/489
* fix(kiali): Tool names with prefix kiali_ by @aljesusg in https://github.com/containers/kubernetes-mcp-server/pull/471
* build(deps): bump github.com/mark3labs/mcp-go from 0.43.0 to 0.43.1 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/494
* build(deps): bump github.com/coreos/go-oidc/v3 from 3.16.0 to 3.17.0 by @dependabot[bot] in https://github.com/containers/kubernetes-mcp-server/pull/495
* chore(helm): correct typos in deployment files and README by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/497
* fix(kiali): misc follow-up changes for kiali toolsets by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/498
* chore(kiali): remove leftover files by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/504
* chore(ci): separate build targets for publishing Python packages by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/500
* refactor(kubernetes): enhance AccessControlClientset and streamline Manager and Kubernetes structs by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/503
* refactor(test): toolset tests act as snapshot tests by @Cali0707 in https://github.com/containers/kubernetes-mcp-server/pull/514
* test(mcp): use envtest built-in features to apply CRDs by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/516
* chore(tests): add makefile target to update JSON snapshots by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/515
* test(config): skip test if default configuration overrides are present by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/517
* chore: switch from gpt-4 to gpt-5 for default evals agent by @Cali0707 in https://github.com/containers/kubernetes-mcp-server/pull/518
* test(kiali): add toolset schema marshalling verification by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/501
* chore(docs): update README.md with kubevirt and outdated tools by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/529
* fix(ci): gevals workflow concurrency group is corrected by @Cali0707 in https://github.com/containers/kubernetes-mcp-server/pull/535
* test(watcher): improve kubernetes watcher unit coverage by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/534
* fix(kubernetes)!: Provider updated for each watcher callback by @manusa in https://github.com/containers/kubernetes-mcp-server/pull/532

New Contributors

Full Changelog: containers/kubernetes-mcp-server@v0.0.54...v0.0.55

View the full release notes at https://github.com/containers/kubernetes-mcp-server/releases/tag/v0.0.55.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 3, 2025
@daeho-ro daeho-ro added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. test failure CI fails while running the test-do block labels Dec 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Dec 6, 2025
kubernetes-mcp-server: Fix the test

- The JSON input needed a little bit of extra time to be processed than
  `pipe_output` allowed.
- Also `--kubeconfig` is a CLI arg and it's cleaner than the envvar.

Co-authored-by: Issy Long <[email protected]>
Signed-off-by: Issy Long <[email protected]>
@issyl0 issyl0 force-pushed the bump-kubernetes-mcp-server-0.0.55 branch from c184f4d to 06a9db0 Compare December 7, 2025 00:11
@issyl0 issyl0 removed stale No recent activity test failure CI fails while running the test-do block labels Dec 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge December 7, 2025 14:47
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 7, 2025
Merged via the queue into main with commit 1435e44 Dec 7, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-kubernetes-mcp-server-0.0.55 branch December 7, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants