-
Notifications
You must be signed in to change notification settings - Fork 258
Blog post: Pulumi Kubernetes Operator v2.3.0 #16659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Sorry that I did not include a meta.png. |
Documentation ReviewI've reviewed this blog post announcement for the Pulumi Kubernetes Operator v2.3.0 release. Here are my findings: Issues Found1. Date is in the future (Line 4)The post is dated 2. Heading capitalization (Line 22)"Preview Mode" should use sentence case per STYLE-GUIDE.md (H2+ headings use sentence case, not Title Case). 3. Heading capitalization (Line 62)"Structured Configuration" should use sentence case. 4. Heading capitalization (Line 129)"Bug Fixes and Reliability Improvements" should use sentence case. 5. Heading capitalization (Line 139)"Upgrading to v2.3.0" should use sentence case. 6. Heading capitalization (Line 158)"Get Started Today" should use sentence case. 7. Missing meta image (Noted in PR description)The PR description mentions that meta.png needs to be added before publishing. This is critical for social sharing. 8. Outdated Helm version in docs link (Line 163)The blog post announces v2.3.0, but the documentation page it links to shows Helm installation instructions for v2.0.0 (line 75 in pulumi-kubernetes-operator.md). The docs should be updated to reference v2.3.0 to ensure consistency when readers follow the link. Documentation Coverage AssessmentPer the Additional Instructions in docs-review.md, I checked whether the new features announced have adequate documentation:
Recommendation: Before or shortly after publishing this blog post, update Positive Aspects
Mention me (@claude) if you'd like me to help fix any of these issues or update the documentation page with the new feature descriptions. |
This comment was marked as outdated.
This comment was marked as outdated.
Announce v2.3.0 release highlighting two major features: - Preview mode for safe infrastructure validation - Structured configuration support for complex data types Also covers bug fixes and upgrade guidance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
e49cccb to
36a8be5
Compare
|
Your site preview for commit 36a8be5 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16659-36a8be5c.s3-website.us-west-2.amazonaws.com. |
|
|
||
| ```bash | ||
| # Apply updated CRDs | ||
| kubectl apply --server-side -k 'github.com/pulumi/pulumi-kubernetes-operator//operator/config/crd?ref=v2.3.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nitpick) is the // intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good eyes! Believe it or not, it actually is intended as the way to reference a file within a repo. Here's another example:
https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md#url-format
Announces the v2.3.0 release of the Pulumi Kubernetes Operator, highlighting two major features:
Also covers bug fixes, reliability improvements, and upgrade guidance.
Content Details
Release Info
Note: Meta image (meta.png) will need to be added before publishing.