-
Notifications
You must be signed in to change notification settings - Fork 348
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
Release notes for v1.14.0 #1404
Release notes for v1.14.0 #1404
Conversation
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
13a781e
to
812b21f
Compare
And remove the ./app|./cmd check which does not work with startupapicheck package Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
content/docs/cli/startupapicheck.md
Outdated
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.
Generated with go run ./cmd/startupapicheck --help
echo "+++ app directory for $2 does not exist, skipping..." | ||
return | ||
fi | ||
|
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.
I don't understand what this check was for and it doesn't work with startupapicheck, which has neither of these sub-directories, so I removed it.
@@ -158,7 +152,7 @@ LATEST_VERSION="docs" # to also upgrade a specific version, use v1.13-docs, v1.1 | |||
#genversionwithcli "release-1.12" "v1.12-docs" | |||
#genversionwithcli "release-1.13" "v1.13-docs" | |||
|
|||
genversionwithcli "master" "$LATEST_VERSION" | |||
genversionwithcli "release-1.14" "$LATEST_VERSION" |
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.
I changed the default branch so that it generates exactly the right CLI docs and API docs.
Can be reverted after we release v1.14.0.
content/docs/cli/controller.md
Outdated
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.
It's easier to read these changes if you choose "Hide whitespace" in the GitHub diff settings.
👍 I like your release notes a lot @wallrj. |
Signed-off-by: Richard Wall <[email protected]>
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
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon 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 |
Thanks both. |
Preview: https://deploy-preview-1404--cert-manager-website.netlify.app/docs/releases/release-notes/release-notes-1.14/
Updating release-next with updates to the release notes and installation instructions for v1.14.0.
xref: cert-manager/cert-manager#6591