From 19ad4bbbde080c97c3dfce5756dbf2a47309c7ef Mon Sep 17 00:00:00 2001 From: amcheste-ai-agent <278991699+amcheste-ai-agent@users.noreply.github.com> Date: Mon, 11 May 2026 18:23:19 -0400 Subject: [PATCH] chore: release v0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps VERSION and Helm chart to 0.7.1, cutting the "Documentation Site" milestone release. Skips a draft v0.7.0 that was never published. v0.7.1 delivers: - kagents project brand introduction across README, badges, and KUBECON.md, plus the new mascot/banner imagery (#172, #199, #220, #224). - A full mkdocs-material documentation site under docs/ with CI deploy workflow (#194): Diátaxis nav, polished homepage, and a Getting Started tutorial (#195); three concept pages covering resources, coordination, and operations (#196); how-to guides for cloud installs (AKS, EKS, GKE) and operational recipes — budget alerts, dashboard exposure, shared storage (#197); and an auto-generated API reference produced from kubebuilder markers via crd-ref-docs, with a `make docs-api` target that always reinstalls the pinned version (#198). - Community baseline (#201): Code of Conduct, polished CONTRIBUTING, hardened SECURITY policy, expanded issue templates. - KubeCon NA 2026 CFP draft (#168) and submission tracking — the talk has now been submitted ahead of the May 31 deadline. - Dependency bumps: sigs.k8s.io/controller-runtime 0.23.3 → 0.24.0 (#215, which transitively raises k8s.io/api, apimachinery, client-go to 0.36.0 and the go directive to 1.26.0), github.com/onsi/ginkgo/v2 2.28.2 → 2.28.3 (#216), actions/setup-python 5 → 6 (#219), release-drafter 6.4.0 → 7.3.0 (#218). - Toolchain alignment for the Go 1.26 vet rules: fix(controller): the create-pr error path now passes the error as a printf argument instead of as the format string itself (#226), which also defends against `%` characters in error messages producing garbled Kubernetes events. - CI cleanup: remove the auto-assign-PR-creator workflow (#227) which conflicted with the documented assignee policy and failed outright on bot-authored PRs, and drop the Linear Issue Reference gate from validate.yml (#225). Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com> --- VERSION | 2 +- charts/claude-teams-operator/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a918a2a..39e898a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.1 diff --git a/charts/claude-teams-operator/Chart.yaml b/charts/claude-teams-operator/Chart.yaml index 1ee0f84..bc9c671 100644 --- a/charts/claude-teams-operator/Chart.yaml +++ b/charts/claude-teams-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: claude-teams-operator description: A Kubernetes operator for running Claude Code Agent Teams as distributed pods type: application -version: 0.6.0 -appVersion: "0.6.0" +version: 0.7.1 +appVersion: "0.7.1" keywords: - claude - ai