-
Notifications
You must be signed in to change notification settings - Fork 13
chore(main): release 1.0.0 #745
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
base: main
Are you sure you want to change the base?
Conversation
|
You have run out of free Bugbot PR reviews for this billing cycle. This will reset on January 28. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
📝 WalkthroughWalkthroughAdded a v1.0.0 changelog entry (2026-01-17) documenting Features, Bug Fixes, Performance Improvements, and a Revert; changes are limited to changelog content and do not modify code or exported/public declarations. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 22: Fix the typos in the CHANGELOG.md entry by replacing "inthe" with "in
the" and "verficiation" with "verification" in the changelog line "* actually
pass inthe verficiation manager ([952a503]...)" so the entry reads "* actually
pass in the verification manager ([952a503]...)" — perform this edit directly in
CHANGELOG.md (or amend the original commit and regenerate if you prefer
consistency with release tooling).
🧹 Nitpick comments (1)
CHANGELOG.md (1)
86-86: Consider more descriptive revert message.The revert entry "relationship in argocd" is somewhat vague and doesn't explain what was reverted or why. While users can follow the commit link for details, a more descriptive message would improve changelog clarity for a 1.0.0 release.
Example: "revert: remove ArgoCD deployment relationship tracking due to performance issues"
|
|
||
| ### Bug Fixes | ||
|
|
||
| * actually pass inthe verficiation manager ([952a503](https://github.com/ctrlplanedev/ctrlplane/commit/952a503f6dbb12ba14eb8764e5b5287adf71e2c2)) |
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.
Fix typos in commit message description.
The entry contains two typos: "inthe" should be "in the" and "verficiation" should be "verification". While this is auto-generated by Release Please from the original commit message, the typos reduce the clarity of the changelog for users.
Note: Since this is generated content, the fix would require either manually editing the changelog or amending the commit message and regenerating. For a 1.0.0 release, consider manual correction for polish.
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 22, Fix the typos in the CHANGELOG.md entry by
replacing "inthe" with "in the" and "verficiation" with "verification" in the
changelog line "* actually pass inthe verficiation manager ([952a503]...)" so
the entry reads "* actually pass in the verification manager ([952a503]...)" —
perform this edit directly in CHANGELOG.md (or amend the original commit and
regenerate if you prefer consistency with release tooling).
17b8288 to
9de193d
Compare
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 35: Update the autogenerated CHANGELOG.md entries to correct typos:
change "dont" to "don't" in the entry containing "dont verify existence for
upserts in deployment var router" (commit 3a990d5...), change "verifcation" to
"verification", and change "compatiable" to "compatible"; open CHANGELOG.md,
find those exact phrases and replace the misspelled words while preserving the
rest of the autogenerated release text.
| * correct variable key reference in deployment variable retrieval ([57ee063](https://github.com/ctrlplanedev/ctrlplane/commit/57ee063aa790ab2cc2dbc1ac8d1a3c47300ece73)) | ||
| * deployment resources typecheck ([ab8dc3e](https://github.com/ctrlplanedev/ctrlplane/commit/ab8dc3e71b631ccde125827fb1a3a8171220528c)) | ||
| * deployment upsert works ([01436c5](https://github.com/ctrlplanedev/ctrlplane/commit/01436c5c90752828bb9d7c7e63e4413c7b6ad84d)) | ||
| * dont verify existence for upserts in deployment var router ([3a990d5](https://github.com/ctrlplanedev/ctrlplane/commit/3a990d551e2b5b4e2fc39e33cf167d9456b9ccf2)) |
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.
Fix typos in commit message descriptions.
Several entries contain typos that should be corrected for a polished 1.0.0 release:
- Line 35: "dont" should be "don't"
- Line 69: "verifcation" should be "verification"
- Line 71: "compatiable" should be "compatible"
Since this is auto-generated content from Release Please, these would need to be manually corrected in the CHANGELOG.md file for the release.
✏️ Proposed corrections
-* dont verify existence for upserts in deployment var router ([3a990d5](https://github.com/ctrlplanedev/ctrlplane/commit/3a990d551e2b5b4e2fc39e33cf167d9456b9ccf2))
+* don't verify existence for upserts in deployment var router ([3a990d5](https://github.com/ctrlplanedev/ctrlplane/commit/3a990d551e2b5b4e2fc39e33cf167d9456b9ccf2))-* use hardcoded verifcation ([587d916](https://github.com/ctrlplanedev/ctrlplane/commit/587d916edffef7f25b6443995f80887215471108))
+* use hardcoded verification ([587d916](https://github.com/ctrlplanedev/ctrlplane/commit/587d916edffef7f25b6443995f80887215471108))-* use k8s compatiable app names ([f4552be](https://github.com/ctrlplanedev/ctrlplane/commit/f4552be8ae0bd2f40897f7b954f2af207b67a22e))
+* use k8s compatible app names ([f4552be](https://github.com/ctrlplanedev/ctrlplane/commit/f4552be8ae0bd2f40897f7b954f2af207b67a22e))Also applies to: 69-69, 71-71
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 35, Update the autogenerated CHANGELOG.md entries to
correct typos: change "dont" to "don't" in the entry containing "dont verify
existence for upserts in deployment var router" (commit 3a990d5...), change
"verifcation" to "verification", and change "compatiable" to "compatible"; open
CHANGELOG.md, find those exact phrases and replace the misspelled words while
preserving the rest of the autogenerated release text.
ec2d80b to
59a5ca3
Compare
59a5ca3 to
a1e6819
Compare
🤖 I have created a release beep boop
1.0.0 (2026-01-17)
Features
Bug Fixes
Performance Improvements
Reverts
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.