0.2.26 (2026-03-20)
Features
- add deploymentLabels and deploymentAnnotations to K8sGPT CRD (#796) (c5e58a8), closes #689
- add K8SGPT_PROVIDER_REGION env var for googlevertexai backend (#789) (76e6b9a)
Bug Fixes
- align CI Go version with go.mod to resolve build failures (#793) (18216a3)
- Corrected version and appVersion in Chart.yaml (#724) (#791) (7028c58)
- deps: update module gopkg.in/yaml.v2 to v3 (#747) (7e37fbb)
- move CRDs from templates/ to crds/ for proper Helm 3 lifecycle (#802) (5ea296a)
- Remove --filter flags from k8sgpt serve command to resolve crashloop (#766) (8315155)
- respect analysis interval when auto-remediation is disabled (#771) (b94e41f)
- set K8SGPT_TOP_P=0 to avoid Anthropic API rejection (#804) (f9c20b9)
- use 'latest' as default image tag when version is not specified (#794) (98e63a0)
Other
- deps: replace google-github-actions/release-please-action action with googleapis/release-please-action v4 (#782) (b197d74)
- deps: update actions/checkout action to v6 (#774) (60cb67d)
- deps: update actions/checkout digest to de0fac2 (#773) (8e0762e)
- deps: update actions/upload-artifact action to v6 (#770) (160e258)
- deps: update googleapis/release-please-action digest to 16a9c90 (#790) (f98518a)