📖 Update kubectl-claude docs to v0.4.4#724
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellar-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request. Before your PR can be merged, please ensure: ✅ DCO Sign-off - All commits must be signed off with ✅ PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), Getting Started with KubeStellar: Contributor Resources:
🌟 Help KubeStellar Grow - We Need Adopters! Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes: 📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction! A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack! |
There was a problem hiding this comment.
Pull request overview
This PR updates the kubectl-claude documentation version from v0.4.3 to v0.4.4, marking v0.4.4 as the latest stable release. The update is automatically generated as part of the release process for kubectl-claude v0.4.4.
Changes:
- Updated latest version label and branch references from v0.4.3 to v0.4.4
- Added v0.4.4 as a selectable version in the version dropdown
- Updated currentVersion field in project configuration to v0.4.4
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/config/versions.ts | Updated TypeScript version configuration with v0.4.4 as latest and added new version entry |
| public/config/shared.json | Updated JSON configuration with v0.4.4 version, reformatted for readability, and updated timestamp |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| "0.4.4": { | ||
| "label": "v0.4.4", | ||
| "branch": "docs/kubectl-claude/0.4.4", | ||
| "isDefault": false |
There was a problem hiding this comment.
The v0.4.4 version entry is duplicated in the kubectl-claude versions object. It appears both as the "latest" entry (lines 142-146) and as a separate versioned entry (lines 163-167). Remove the duplicate entry at lines 163-167 since v0.4.4 is already defined as "latest" and users should access it through the "latest" key or the "0.4.3" historical entry should be updated to maintain version history.
| }, | |
| "0.4.4": { | |
| "label": "v0.4.4", | |
| "branch": "docs/kubectl-claude/0.4.4", | |
| "isDefault": false |
|
🎉 Thank you for your contribution! Your PR has been successfully merged. 🌟 Help KubeStellar Grow - We Need Adopters! Our roadmap is driven entirely by adopter feedback - nothing else. Whether you're using KubeStellar yourself or know organizations that could benefit from multi-cluster Kubernetes, we need your help: 📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction! 🗣️ Spread the word - Tell colleagues, write blog posts, present at meetups 💬 Share feedback on Slack #kubestellar-dev Every adopter story helps us prioritize what matters most. Thank you for being part of the KubeStellar community! |
Summary
Automated update for kubectl-claude release v0.4.4.
docs/kubectl-claude/0.4.4Checklist
🤖 Generated automatically on release