chore: release v0.7.1#229
Closed
amcheste-ai-agent[bot] wants to merge 1 commit into
Closed
Conversation
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) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
Contributor
Author
|
Closing in favor of cutting v0.7.0 — the draft v0.7.0 release on GitHub was never published, so the next published version is v0.7.0, not v0.7.1. Replacement PR coming next. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
VERSIONandcharts/claude-teams-operator/Chart.yamlto 0.7.1, cutting the "Documentation Site" milestone release.Why 0.7.1 (and not 0.7.0)
A draft v0.7.0 release exists in GitHub but was never tagged or published. Skipping straight to v0.7.1 keeps the published-release sequence clean and lets that draft be deleted afterward.
What's in this release
recordEventprintf-arg fix for Go 1.26 vet (fix(controller): pass error as printf arg, not format string #226)Next steps after this PR merges
develop→mainvia CLI--no-ffmerge (per the release-flow rule in~/.claude/CLAUDE.md)mainwithv0.7.1to trigger the release pipelinev0.7.0draft release on GitHubTest plan
🤖 Generated with Claude Code