chore: bump mcp-kubernetes to v0.0.14 and azure-api-mcp to v0.0.7#380
Merged
Conversation
- github.com/Azure/mcp-kubernetes: v0.0.13 -> v0.0.14 - github.com/Azure/azure-api-mcp: v0.0.5 -> v0.0.7 - Update transitive deps (mcp-go, otel, grpc, golang.org/x/*) - Adapt drain test to mcp-kubernetes v0.0.14's stricter namespace validation: when --allow-namespaces is configured, commands must specify an explicit -n flag unless namespace-exempt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/Azure/mcp-kubernetesfrom v0.0.13 to v0.0.14github.com/Azure/azure-api-mcpfrom v0.0.5 to v0.0.7mcp-gov0.46.0 → v0.54.1, OpenTelemetry v1.42.0 → v1.44.0, gRPC v1.79.3 → v1.81.1, and assortedgolang.org/x/*bumpsNotable behavior change
mcp-kubernetes v0.0.14 tightens namespace validation: when
--allow-namespacesis configured, commands must specify an explicit-n/--namespaceflag unless the command is namespace-exempt. UpdatedTestValidateCommand_Combinedto pass-n defaultfor thekubectl drain node1admin case so the test reflects the new (stricter) upstream contract.Test plan
go build ./...go test ./...(all packages pass; pre-existingcmd/aks-mcpDocker test is unrelated to this change and depends on Docker Desktop WSL2 integration)