Update generated reference documentation for cert-manager v1.18.0#1710
Conversation
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
✅ Deploy Preview for cert-manager ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the generated API and CLI reference documentation for cert-manager v1.18.0, including grammar fixes, new fields, and updated defaults to align with the v1.18.0 codebase.
- Update the
generate-new-import-path-docsscript for v1.18 docs generation - Revise API docs (
api-docs.md) with new fields (profile,signatureAlgorithm), grammar tweaks, and default value updates - Extend CLI reference docs (
webhook.md,controller.md,cainjector.md) with additional feature-gates and flags
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/gendocs/generate-new-import-path-docs | Enable docs generation for v1.18 and comment out v1.17 generation |
| content/docs/reference/api-docs.md | Add new fields, fix grammar, update defaults, and add SignatureAlgorithm enum |
| content/docs/cli/webhook.md | Add new feature-gate flags under --feature-gates |
| content/docs/cli/controller.md | Expand controllers list, add --extra-certificate-annotations, new feature-gate flags |
| content/docs/cli/cainjector.md | Minor formatting indentation fix |
Comments suppressed due to low confidence (1)
content/docs/reference/api-docs.md:6235
- The default Venafi Cloud base URL now omits the '/v1' path present previously. Confirm whether the default should still include '/v1' to match the API version endpoint.
<p> URL is the base URL for Venafi Cloud. Defaults to “<a href='https://api.venafi.cloud/'>https://api.venafi.cloud/”</a>. </p>
| <td> | ||
| <em>(Optional)</em> | ||
| <p> URL is the base URL for Venafi Cloud. Defaults to “<a href='https://api.venafi.cloud/v1"'>https://api.venafi.cloud/v1”</a>. </p> | ||
| <p> URL is the base URL for Venafi Cloud. Defaults to “<a href='https://api.venafi.cloud/"'>https://api.venafi.cloud/”</a>. </p> |
There was a problem hiding this comment.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Richard Wall <wallrj@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erikgb The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d3d777d
into
cert-manager:release-next
Preview:
In preparation for releasing cert-manager v1.18.0 (#1708), I updated the versions in
scripts/gendocs/generate-new-import-path-docsand then ran: