-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: Azure/aks-mcp
base: v0.0.7
head repository: Azure/aks-mcp
compare: v0.0.8
- 12 commits
- 28 files changed
- 6 contributors
Commits on Aug 25, 2025
-
remove: VMSS run-command tool for AKS policy compliance
Remove VMSS run-command functionality that violates Azure support policies by enabling out-of-band VM manipulation outside AKS-supported paths. Changes: - Remove OpVMRunCommand and OpVMSSRunCommand operation types - Remove run-command from tool descriptions and examples - Remove run-command from access level validation and command mapping - Remove run-command test cases and error handling - Update documentation to remove run-command references
Configuration menu - View commit details
-
Copy full SHA for cfa9f46 - Browse repository at this point
Copy the full SHA cfa9f46View commit details
Commits on Aug 26, 2025
-
Merge pull request #189 from Azure/cleanup-vmss-runcmd
remove: VMSS run-command tool for AKS policy compliance
Configuration menu - View commit details
-
Copy full SHA for 8c3c413 - Browse repository at this point
Copy the full SHA 8c3c413View commit details
Commits on Aug 28, 2025
-
chore(deps): bump the all-gomod group with 3 updates
Bumps the all-gomod group with 3 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.0 - [Commits](kubernetes/apimachinery@v0.33.4...v0.34.0) Updates `k8s.io/cli-runtime` from 0.33.4 to 0.34.0 - [Commits](kubernetes/cli-runtime@v0.33.4...v0.34.0) Updates `k8s.io/client-go` from 0.33.4 to 0.34.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.4...v0.34.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: k8s.io/cli-runtime dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: k8s.io/client-go dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fefd38c - Browse repository at this point
Copy the full SHA fefd38cView commit details
Commits on Aug 29, 2025
-
Merge pull request #191 from Azure/dependabot/go_modules/all-gomod-34…
…38f0b041 chore(deps): bump the all-gomod group with 3 updates
Configuration menu - View commit details
-
Copy full SHA for 06ff670 - Browse repository at this point
Copy the full SHA 06ff670View commit details -
chore: bump k8s tools and fix the tool list in README (#192)
mcp-kubernetes bumped to support switching kubectl context.
Configuration menu - View commit details
-
Copy full SHA for 7561003 - Browse repository at this point
Copy the full SHA 7561003View commit details -
Fix README WSL guidance to prevent ENOENT errors (#193)
- Replace ambiguous WSL note with clear guidance for two scenarios: * Windows host VS Code: Use "command": "wsl" * Remote-WSL (VS Code inside WSL): Use direct binary or bash wrapper - Add troubleshooting section for ENOENT errors - Prevent confusion that leads to spawn failures in Remote-WSL Fixes #190
Configuration menu - View commit details
-
Copy full SHA for c800166 - Browse repository at this point
Copy the full SHA c800166View commit details
Commits on Sep 1, 2025
-
chore: Add note for container_user (#194)
Signed-off-by: Qasim Sarfraz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b96870 - Browse repository at this point
Copy the full SHA 1b96870View commit details
Commits on Sep 3, 2025
-
chore(deps): bump the all-gomod group across 1 directory with 7 updat…
…es (#196) Bumps the all-gomod group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/inspektor-gadget/inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget) | `0.43.0` | `0.44.1` | | [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.38.0` | `0.39.1` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.7` | `1.0.10` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | Updates `github.com/inspektor-gadget/inspektor-gadget` from 0.43.0 to 0.44.1 - [Release notes](https://github.com/inspektor-gadget/inspektor-gadget/releases) - [Commits](inspektor-gadget/inspektor-gadget@v0.43.0...v0.44.1) Updates `github.com/mark3labs/mcp-go` from 0.38.0 to 0.39.1 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.38.0...v0.39.1) Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...v1.0.10) Updates `go.opentelemetry.io/otel` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0) Updates `go.opentelemetry.io/otel/sdk` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0) Updates `go.opentelemetry.io/otel/trace` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0) --- updated-dependencies: - dependency-name: github.com/inspektor-gadget/inspektor-gadget dependency-version: 0.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: go.opentelemetry.io/otel dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: go.opentelemetry.io/otel/trace dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f22002b - Browse repository at this point
Copy the full SHA f22002bView commit details
Commits on Sep 5, 2025
-
fix: ensure error messages are included in tool output (#198)
* fix: ensure error messages are included in tool output * test: enrich unit test and improve coverage
Configuration menu - View commit details
-
Copy full SHA for 8ad3e53 - Browse repository at this point
Copy the full SHA 8ad3e53View commit details -
chore(deps): bump actions/setup-go from 5 to 6 in the all-gomod group (…
…#201) Bumps the all-gomod group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gomod ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e956862 - Browse repository at this point
Copy the full SHA e956862View commit details -
Include hubble in additional tools (#200)
* Include hubble in additional tools * update docs, adapter tests and validator
Configuration menu - View commit details
-
Copy full SHA for 12c6f63 - Browse repository at this point
Copy the full SHA 12c6f63View commit details
Commits on Sep 9, 2025
-
* support oauth * lint * avoid hard-coded port * address comments
Configuration menu - View commit details
-
Copy full SHA for d425db7 - Browse repository at this point
Copy the full SHA d425db7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.7...v0.0.8