-
Notifications
You must be signed in to change notification settings - Fork 68
🌱 Upgrade crd-ref-docs to v0.2.0 via bingo #2305
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
🌱 Upgrade crd-ref-docs to v0.2.0 via bingo #2305
Conversation
camilamacedo86
commented
Nov 5, 2025
- bump the bingo-managed crd-ref-docs binary from v0.1.0 to v0.2.0
- regenerate the API reference with the new formatter to keep docs in sync
…ocal env with upper go versions
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull Request Overview
This PR upgrades the crd-ref-docs tool from v0.1.0 to v0.2.0 and regenerates the API reference documentation. The newer version of the tool appears to produce cleaner formatting by using single line breaks instead of double line breaks in the generated markdown.
Key changes:
- Upgraded
crd-ref-docsfrom v0.1.0 to v0.2.0 - Regenerated API documentation with improved formatting (single
<br />instead of<br /><br />) - Added validation details for the
channelsfield in the documentation
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/api-reference/olmv1-api-reference.md | Regenerated API reference documentation with cleaner formatting and updated validation details |
| .bingo/variables.env | Updated crd-ref-docs version reference from v0.1.0 to v0.2.0 |
| .bingo/crd-ref-docs.sum | Added dependency checksums for crd-ref-docs v0.2.0 and its transitive dependencies |
| .bingo/crd-ref-docs.mod | Updated Go version to 1.24.0 and crd-ref-docs requirement to v0.2.0 |
| .bingo/Variables.mk | Updated build targets for crd-ref-docs v0.2.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2305 +/- ##
==========================================
+ Coverage 74.23% 74.39% +0.15%
==========================================
Files 90 90
Lines 7014 7014
==========================================
+ Hits 5207 5218 +11
+ Misses 1398 1389 -9
+ Partials 409 407 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
/lgtm
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pedjak, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b0eed25
into
operator-framework:main