Releases: manusa/kubernetes-mcp-server
Releases · manusa/kubernetes-mcp-server
v0.0.43
What's Changed
- build(deps): bump k8s.io/metrics from 0.33.0 to 0.33.1 by @dependabot in #120
- build(deps): bump k8s.io/kubectl from 0.33.0 to 0.33.1 by @dependabot in #121
- build(deps): bump helm.sh/helm/v3 from 3.18.2 to 3.18.3 by @dependabot in #122
- Use built-in ptr.Deref instead of a custom func by @ardaguclu in #124
- refactor(kubernetes): force usage of Derived kubernetes by @manusa in #125
- test:refactor(cmd): test verifies behavior from cobra.Command layer by @manusa in #126
- fix(kubernetes): remove unneeded CacheInvalidate() method by @manusa in #127
- Introduce toml configuration file with a set of deny list by @ardaguclu in #133
- test(cmd): additional test cases for config flags by @manusa in #136
- build(deps): bump k8s.io/metrics from 0.33.1 to 0.33.2 by @dependabot in #138
- build(deps): bump k8s.io/api from 0.33.1 to 0.33.2 by @dependabot in #140
- build(deps): bump k8s.io/apiextensions-apiserver from 0.33.1 to 0.33.2 by @dependabot in #141
- build(deps): bump k8s.io/cli-runtime from 0.33.1 to 0.33.2 by @dependabot in #139
- build(deps): bump k8s.io/kubectl from 0.33.1 to 0.33.2 by @dependabot in #143
- Gracefully cast objects and return err instead of panic by @ardaguclu in #146
- test(profiles): add missing pods_top to full profile tools validation by @manusa in #147
Full Changelog: v0.0.42...v0.0.43
v0.0.42
What's Changed
Full Changelog: v0.0.41...v0.0.42
v0.0.41
What's Changed
Full Changelog: v0.0.40...v0.0.41
v0.0.40
What's Changed
- build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot in #107
- Fix typo in test skip message for non-Unix-like platforms by @yshngg in #86
- feat(output): configurable output architecture by @manusa in #109
- feat(output): table output to minimize resource list verbosity by @manusa in #111
- test(output): additional tests for --list-output=table by @manusa in #112
- feat(output)!: default list-output changed from yaml to table by @manusa in #113
- build(deps): bump github.com/mark3labs/mcp-go from 0.31.0 to 0.32.0 by @dependabot in #110
New Contributors
Breaking changes
- Default output for list operations has changed from full serialized YAML into a plain-text, human-readable table.
The previous behavior can be restored by passing the following configuration flag--list-output yaml
Full Changelog: v0.0.39...v0.0.40
v0.0.39
What's Changed
- build(deps): bump github.com/mark3labs/mcp-go from 0.30.1 to 0.31.0 by @dependabot in #103
- build(deps): bump helm.sh/helm/v3 from 3.18.1 to 3.18.2 by @dependabot in #104
- feat(auth)!: use generic kubernetes-authorization header by @manusa in #106
Full Changelog: v0.0.38...v0.0.39
v0.0.38
v0.0.37
What's Changed
- build(deps): bump helm.sh/helm/v3 from 3.18.0 to 3.18.1 by @dependabot in #99
- build(deps): bump github.com/mark3labs/mcp-go from 0.30.0 to 0.30.1 by @dependabot in #98
- fix(auth): ensure OIDC auth plugin is included in compiled binary by @ziadmoubayed in #97
New Contributors
- @ziadmoubayed made their first contribution in #97
Full Changelog: v0.0.36...v0.0.37
v0.0.36
What's Changed
- build(deps): bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 by @dependabot in #90
- build(deps): bump github.com/mark3labs/mcp-go from 0.29.0 to 0.30.0 by @dependabot in #91
- feat(config): --read-only mode flag exposes only read-only annotated tools by @manusa in #94
- feat(config): --disable-destructive exposes tools not annotated with destructiveHint=true by @manusa in #95
Full Changelog: v0.0.35...v0.0.36
v0.0.35
What's Changed
- feat: added tool annotations by @manusa in #89
- build(deps): bump github.com/mark3labs/mcp-go from 0.28.0 to 0.29.0 by @dependabot in #88
Full Changelog: v0.0.34...v0.0.35
v0.0.34
What's Changed
- feat(profiles): bootstrap initial support for profiles by @manusa in #77
- build(deps): bump k8s.io/api from 0.33.0 to 0.33.1 by @dependabot in #81
- build(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 by @dependabot in #80
- build(deps): bump k8s.io/apimachinery from 0.33.0 to 0.33.1 by @dependabot in #79
- build(deps): bump k8s.io/cli-runtime from 0.33.0 to 0.33.1 by @dependabot in #82
- build(deps): bump k8s.io/apiextensions-apiserver from 0.33.0 to 0.33.1 by @dependabot in #78
- build(deps): bump github.com/mark3labs/mcp-go from 0.27.1 to 0.28.0 by @dependabot in #84
- build(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.18.0 by @dependabot in #85
- feat: Add label selectors to listing tools by @eranco74 in #87
New Contributors
Full Changelog: v0.0.33...v0.0.34