| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kubectl-ai_0.0.27_checksums.txt | 2025-11-03 | 768 Bytes | |
| kubectl-ai_Linux_arm64.tar.gz | 2025-11-03 | 11.7 MB | |
| kubectl-ai_Linux_i386.tar.gz | 2025-11-03 | 11.7 MB | |
| kubectl-ai_Linux_x86_64.tar.gz | 2025-11-03 | 12.6 MB | |
| kubectl-ai_Windows_x86_64.zip | 2025-11-03 | 13.0 MB | |
| kubectl-ai_Darwin_arm64.tar.gz | 2025-11-03 | 12.3 MB | |
| kubectl-ai_Darwin_x86_64.tar.gz | 2025-11-03 | 13.0 MB | |
| kubectl-ai_Windows_arm64.zip | 2025-11-03 | 11.8 MB | |
| kubectl-ai_Windows_i386.zip | 2025-11-03 | 12.2 MB | |
| README.md | 2025-11-03 | 4.9 kB | |
| v0.0.27 source code.tar.gz | 2025-11-03 | 3.4 MB | |
| v0.0.27 source code.zip | 2025-11-03 | 3.6 MB | |
| Totals: 12 Items | 105.2 MB | 0 | |
What's Changed
- feat: Add raw http tracing by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/556
- feat: add eval multi-run dev script by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/563
- Explicitly set default transport to avoid nil transport with journaling by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/565
- evals: Add per-task timeout to k8s-bench by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/566
- Feat OpenAI response api by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/562
- enhance: canary deployment task by @ShubyM in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/570
- eval: Add retry to kind cluster creation by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/571
- eval: Generally up timeouts for verify/setup scripts by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/572
- k8sbench: fix eval fix-pending-pod by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/575
- k8s-bench: fix the eval fix-rbac-wrong-resource by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/576
- k8s-bench: made prompt to be more specific for list-images-for-pods eval by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/577
- k8sbench: added cluster-creation-policy support by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/574
- eval: (fix) Avoid race condition in fix-image-pull task by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/579
- eval: (fix) Make debug-app-logs more accurate and consistent by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/578
- eval: (fix) avoid race condition in rolling-update-deployment verification by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/581
- eval: Make create-network-policy verify spec, not test realized state by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/582
- eval: (fix) Have horizontal-pod-autoscaler check spec of hpa, not realized state by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/583
- k8s-bench: fix hpa eval to support autoscaling/v2 apis by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/584
- k8s-bench: made statefulset-cycle eval for be less resource intensive by @droot in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/586
- eval: Small fixes by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/585
- eval: More realistic dev cluster prompt & update verification by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/587
- docs(README.md): improve documentation clarity, consistency by @appleboy in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/588
- k8s-bench: Up per-task timeout (5m -> 10m) by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/591
- eval: Update create-pod's ns to avoid hinting, check that created pod image is correct by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/592
- feat: Return unexpected kubectl-ai errors in RunOnce mode, display them in k8s-bench by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/594
- eval: remove hints from crashloop and probes by @ShubyM in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/593
- docs: update MCP standardize documentation and configuration examples by @appleboy in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/590
- feat: add SkipVerify option and update MCP client dependencies by @appleboy in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/589
- refactor(transports): remove SSE server mode by @appleboy in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/558
- feat: add support for custom HTTP headers in MCP client and docs by @appleboy in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/596
- refactor: standardize "ui-type" terminology across codebase by @appleboy in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/598
- fix: Add lastErr field to agent and return error stored there from UI by @noahlwest in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/595
- k8s-bench: Add support for MCP client mode by @dshnayder in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/601
- k8s-bench: Fix for the task "debug-app-logs" by @dshnayder in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/602
- feat: added small timer code for tracking tasks in k8s-bench by @ShubyM in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/603
New Contributors
- @dshnayder made their first contribution in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/601
Full Changelog: https://github.com/GoogleCloudPlatform/kubectl-ai/compare/v0.0.26...v0.0.27