Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAdded a top-of-file changelog entry for version 1.1.0 (2026-04-06) documenting Features: "api: adds order to list deploymentVersions" and "global variable sets", and a Bug Fix: "include deployment agent configs in v1 responses." Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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.
Pull request overview
Automated Release Please PR to publish version 1.1.0, updating release notes for the new API feature.
Changes:
- Add a new 1.1.0 section to the changelog.
- Document the API feature: ordering when listing deployment versions (PR/issue #898).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CHANGELOG.md
Outdated
| @@ -1,5 +1,12 @@ | |||
| # Changelog | |||
|
|
|||
| ## [1.1.0](https://github.com/ctrlplanedev/ctrlplane/compare/v1.0.0...v1.1.0) (2026-04-02) | |||
There was a problem hiding this comment.
Changelog version headers in this file consistently use plain text (e.g., ## 1.0.0 (2026-04-01)), but this new entry uses a linked header (## [1.1.0](...)). For consistency, either drop the link for 1.1.0 or update existing version headers to the same linked format throughout the file.
| ## [1.1.0](https://github.com/ctrlplanedev/ctrlplane/compare/v1.0.0...v1.1.0) (2026-04-02) | |
| ## 1.1.0 (2026-04-02) |
a23db81 to
82e9ac8
Compare
82e9ac8 to
38ac622
Compare
38ac622 to
b8756b8
Compare
🤖 I have created a release beep boop
1.1.0 (2026-04-10)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.