cert-manager / website

Source code for the cert-manager.io website, including project documentation
https://cert-manager.io
Apache License 2.0
53 stars 333 forks source link

Freeze the cert-manager 1.15 docs #1577

Open wallrj opened 3 hours ago

wallrj commented 3 hours ago

Preview: https://deploy-preview-1577--cert-manager.netlify.app/v1.15-docs/

Following the instructions from the release process:

(final release only) Freeze the docs/ folder by creating a copy , removing the pages from that copy that don't make sense to be versioned, and updating the manifest.json file:

export RELEASE=1.15
cp -r content/docs content/v${RELEASE}-docs
rm -rf content/v${RELEASE}-docs/{installation/supported-releases,installation/upgrading,release-notes,contributing}
sed -i.bak "s|docs/|v${RELEASE}-docs/|g" content/v${RELEASE}-docs/manifest.json
cat content/v${RELEASE}-docs/manifest.json \
  | jq 'del(.. | select(.path? | select(.) | test(".*(installation/supported-releases.md|installation/upgrading|release-notes|contributing).*")))' \
  | jq 'del(.. | select(.routes? == []))' >/tmp/manifest \
     && mv /tmp/manifest content/v${RELEASE}-docs/manifest.json
cert-manager-prow[bot] commented 3 hours ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from wallrj. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/cert-manager/website/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
netlify[bot] commented 3 hours ago

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
Latest commit b4e5099104cf8ca0321bfee6dd8d6900907f3180
Latest deploy log https://app.netlify.com/sites/cert-manager/deploys/66fe9227b063140008cc179f
Deploy Preview https://deploy-preview-1577--cert-manager.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.