Release v2.11.0 - Merge back to main#148
Conversation
WalkthroughRelease prep for v2.11.0: updated changelog and release notes content and dates, plus version number bumps in build config and the CLI version constant; no functional code changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
CHANGELOG.md (1)
3-34: Consider removing duplicate entries.The v2.11.0 changelog contains some duplicate entries:
- Lines 6-7: "Enhance AWS SSO and CI/CD Integration" appears twice
- Lines 19-20: Two "Create .gitkeep" entries
Removing duplicates would improve readability.
Apply this diff to remove the duplicates:
### Added - Enhance AWS SSO and CI/CD Integration -- Enhance AWS SSO and CI/CD Integration - Enhance power operation handling and validation - Add finalized ZTiAWS demo images and update Markdown paths - Add files via upload - Create .gitkeep -- Create .gitkeep - Add ZTiAWS Demo Documentation (Installation, Authentication, and Use Cases) - feat: Update EC2 Test Manager script with default subnet and security group IDs, add dry run option, and improve resource discovery loggingRELEASE_NOTES.txt (1)
1-42: Consider removing duplicate entries.The v2.11.0 release notes contain some duplicate entries:
- Lines 14-15: "Enhance AWS SSO and CI/CD Integration" appears twice
- Lines 19-20: Two "Create .gitkeep" entries
Removing duplicates would improve clarity for users reviewing the release notes.
Apply this diff to remove the duplicates:
## New Features * Enhance AWS SSO and CI/CD Integration -* Enhance AWS SSO and CI/CD Integration * Enhance power operation handling and validation * Add finalized ZTiAWS demo images and update Markdown paths * Add files via upload * Create .gitkeep -* Create .gitkeep * Add ZTiAWS Demo Documentation (Installation, Authentication, and Use Cases) * feat: Update EC2 Test Manager script with default subnet and security group IDs, add dry run option, and improve resource discovery logging
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
CHANGELOG.md(1 hunks)RELEASE_NOTES.txt(1 hunks)ztictl/Makefile(1 hunks)ztictl/cmd/ztictl/root.go(1 hunks)
🧰 Additional context used
🪛 LanguageTool
RELEASE_NOTES.txt
[uncategorized] ~30-~30: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ...Other Changes * Wrap commands in proper markdown code blocks * docs: finalize ZTiAWS dem...
(MARKDOWN_NNP)
CHANGELOG.md
[uncategorized] ~22-~22: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ... ### Changed - Wrap commands in proper markdown code blocks - docs: finalize ZTiAWS dem...
(MARKDOWN_NNP)
🪛 markdownlint-cli2 (0.18.1)
CHANGELOG.md
34-34: Bare URL used
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: Test Go Code (macos-latest)
- GitHub Check: Test Go Code (ubuntu-latest)
- GitHub Check: Test Go Code (windows-latest)
🔇 Additional comments (2)
ztictl/Makefile (1)
10-10: LGTM! Version bump is consistent with the release.The BASE_VERSION update to 2.11.0 aligns with the v2.11.0 release objective and is consistent with the version update in
ztictl/cmd/ztictl/root.go.ztictl/cmd/ztictl/root.go (1)
27-27: LGTM! Version constant updated correctly.The Version constant update to "2.11.0" is consistent with the Makefile's BASE_VERSION and aligns with the release objective.
Merging release branch back to main after successful v2.11.0 release
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Changed
Chores