Release v0.58.0 - #7213
Conversation
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
✅ Deploy Preview for pipecd-site canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7213 +/- ##
==========================================
- Coverage 29.67% 29.66% -0.01%
==========================================
Files 601 601
Lines 64396 64396
==========================================
- Hits 19109 19105 -4
- Misses 43794 43797 +3
- Partials 1493 1494 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR prepares the PipeCD repository for the v0.58.0 release by updating the release tag and publishing docs-v0.58.x as the latest documentation version (including its Hugo layouts and version selector entries).
Changes:
- Bump release metadata to
v0.58.0. - Point “latest docs” routing to
/docs-v0.58.x/and update docs server latest path. - Add the full
docs-v0.58.xdocumentation tree and corresponding Hugo layouts; registerv0.58.xin the docs version switcher.
Reviewed changes
Copilot reviewed 88 out of 88 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| RELEASE | Bumps release tag to v0.58.0. |
| docs/netlify.toml | Redirects /docs traffic to the v0.58.x docs tree. |
| docs/main.go | Updates docs site “latest” path to /docs-v0.58.x/. |
| docs/layouts/docs-v0.58.x/single.html | Adds Hugo layout for single pages under docs-v0.58.x. |
| docs/layouts/docs-v0.58.x/list.print.html | Adds print list layout for docs-v0.58.x. |
| docs/layouts/docs-v0.58.x/list.html | Adds list layout for docs-v0.58.x sections. |
| docs/layouts/docs-v0.58.x/baseof.print.html | Adds base print template for docs-v0.58.x. |
| docs/layouts/docs-v0.58.x/baseof.html | Adds base template for docs-v0.58.x. |
| docs/content/en/docs-v0.58.x/user-guide/terraform-provider-pipecd.md | Adds v0.58.x user guide page for the Terraform provider. |
| docs/content/en/docs-v0.58.x/user-guide/plan-preview.md | Adds v0.58.x user guide page for Plan Preview. |
| docs/content/en/docs-v0.58.x/user-guide/metrics.md | Adds v0.58.x user guide page for Metrics. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/using-pprof-in-piped.md | Adds v0.58.x managing-piped doc for pprof usage. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/runtime-options.md | Adds v0.58.x managing-piped doc for runtime options. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/remote-upgrade-remote-config.md | Adds v0.58.x managing-piped doc for remote upgrade/config. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/configuring-notifications.md | Adds v0.58.x managing-piped doc for notification configuration. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/configuring-event-watcher.md | Adds v0.58.x managing-piped doc for EventWatcher config. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/adding-helm-chart-repository-or-registry.md | Adds v0.58.x managing-piped doc for Helm repos/registries. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/adding-an-analysis-provider.md | Adds v0.58.x managing-piped doc for analysis providers. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/adding-a-platform-provider.md | Adds v0.58.x managing-piped doc for platform providers. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/adding-a-git-repository.md | Adds v0.58.x managing-piped doc for adding Git repositories. |
| docs/content/en/docs-v0.58.x/user-guide/managing-piped/_index.md | Adds v0.58.x managing-piped section index page. |
| docs/content/en/docs-v0.58.x/user-guide/managing-controlplane/registering-a-piped.md | Adds v0.58.x managing-controlplane doc for registering a piped. |
| docs/content/en/docs-v0.58.x/user-guide/managing-controlplane/configuration-reference.md | Adds v0.58.x managing-controlplane configuration reference. |
| docs/content/en/docs-v0.58.x/user-guide/managing-controlplane/auth.md | Adds v0.58.x managing-controlplane auth/RBAC doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-controlplane/architecture-overview.md | Adds v0.58.x control plane architecture overview doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-controlplane/adding-a-project.md | Adds v0.58.x doc for adding a project. |
| docs/content/en/docs-v0.58.x/user-guide/managing-controlplane/_index.md | Adds v0.58.x managing-controlplane section index page. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/triggering-a-deployment.md | Adds v0.58.x doc for triggering deployments. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/secret-management.md | Adds v0.58.x doc for secret management. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/rolling-back-a-deployment.md | Adds v0.58.x doc for rollback behavior. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/manifest-attachment.md | Adds v0.58.x doc for manifest attachments. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/deployment-chain.md | Adds v0.58.x doc for deployment chains. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/terraform.md | Adds v0.58.x Terraform app configuration doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/lambda.md | Adds v0.58.x Lambda app configuration doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/kubernetes.md | Adds v0.58.x Kubernetes app configuration doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/ecs.md | Adds v0.58.x ECS app configuration doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/cloudrun.md | Adds v0.58.x Cloud Run app configuration doc. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/defining-app-configuration/_index.md | Adds v0.58.x defining-app-configuration section index. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/customizing-deployment/script-run.md | Adds v0.58.x doc for SCRIPT_RUN stage. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/customizing-deployment/custom-sync.md | Adds v0.58.x doc for CUSTOM_SYNC stage. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/customizing-deployment/adding-a-wait-stage.md | Adds v0.58.x doc for WAIT stage. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/customizing-deployment/adding-a-manual-approval.md | Adds v0.58.x doc for WAIT_APPROVAL stage. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/customizing-deployment/_index.md | Adds v0.58.x customizing-deployment section index. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/configuration-drift-detection.md | Adds v0.58.x doc for drift detection. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/cancelling-a-deployment.md | Adds v0.58.x doc for cancelling deployments. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/application-live-state.md | Adds v0.58.x doc for application live state. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/adding-an-application.md | Adds v0.58.x doc for adding applications. |
| docs/content/en/docs-v0.58.x/user-guide/managing-application/_index.md | Adds v0.58.x managing-application section index. |
| docs/content/en/docs-v0.58.x/user-guide/insights.md | Adds v0.58.x Insights page. |
| docs/content/en/docs-v0.58.x/user-guide/examples/k8s-app-canary-with-pod-selector.md | Adds v0.58.x example doc for canary w/ PodSelector. |
| docs/content/en/docs-v0.58.x/user-guide/examples/k8s-app-canary-with-istio.md | Adds v0.58.x example doc for canary w/ Istio. |
| docs/content/en/docs-v0.58.x/user-guide/examples/k8s-app-bluegreen-with-pod-selector.md | Adds v0.58.x example doc for blue/green w/ PodSelector. |
| docs/content/en/docs-v0.58.x/user-guide/examples/k8s-app-bluegreen-with-istio.md | Adds v0.58.x example doc for blue/green w/ Istio. |
| docs/content/en/docs-v0.58.x/user-guide/examples/_index.md | Adds v0.58.x examples section index. |
| docs/content/en/docs-v0.58.x/user-guide/event-watcher.md | Adds v0.58.x EventWatcher doc. |
| docs/content/en/docs-v0.58.x/user-guide/deployment-trace.md | Adds v0.58.x Deployment Trace doc. |
| docs/content/en/docs-v0.58.x/user-guide/_index.md | Adds v0.58.x user guide index. |
| docs/content/en/docs-v0.58.x/releases/_index.md | Adds v0.58.x “Releases” navigation entry. |
| docs/content/en/docs-v0.58.x/quickstart/_index.md | Adds v0.58.x quickstart documentation. |
| docs/content/en/docs-v0.58.x/overview/_index.md | Adds v0.58.x overview page. |
| docs/content/en/docs-v0.58.x/installation/install-piped/required-permissions.md | Adds v0.58.x piped install permissions doc. |
| docs/content/en/docs-v0.58.x/installation/install-piped/installing-on-single-machine.md | Adds v0.58.x single-machine piped install doc. |
| docs/content/en/docs-v0.58.x/installation/install-piped/installing-on-google-cloud-vm.md | Adds v0.58.x GCE VM piped install doc. |
| docs/content/en/docs-v0.58.x/installation/install-piped/installing-on-fargate.md | Adds v0.58.x ECS/Fargate piped install doc. |
| docs/content/en/docs-v0.58.x/installation/install-piped/installing-on-cloudrun.md | Adds v0.58.x Cloud Run piped install doc. |
| docs/content/en/docs-v0.58.x/installation/install-piped/_index.md | Adds v0.58.x install-piped section index. |
| docs/content/en/docs-v0.58.x/installation/install-control-plane/installing-controlplane-on-k8s.md | Adds v0.58.x control plane install (Kubernetes) doc. |
| docs/content/en/docs-v0.58.x/installation/install-control-plane/installing-controlplane-on-ECS.md | Adds v0.58.x control plane install (ECS) doc. |
| docs/content/en/docs-v0.58.x/installation/install-control-plane/_index.md | Adds v0.58.x install-control-plane section index. |
| docs/content/en/docs-v0.58.x/installation/_index.md | Adds v0.58.x installation section index. |
| docs/content/en/docs-v0.58.x/feature-status/_index.md | Adds v0.58.x feature status page. |
| docs/content/en/docs-v0.58.x/faq/_index.md | Adds v0.58.x FAQ page. |
| docs/content/en/docs-v0.58.x/examples/_index.md | Adds v0.58.x examples index page. |
| docs/content/en/docs-v0.58.x/contribution-guidelines/contributing.md | Adds v0.58.x contributing guide. |
| docs/content/en/docs-v0.58.x/contribution-guidelines/contributing-documentation.md | Adds v0.58.x documentation contribution guide. |
| docs/content/en/docs-v0.58.x/contribution-guidelines/contributing-blogs.md | Adds v0.58.x blog contribution guide. |
| docs/content/en/docs-v0.58.x/contribution-guidelines/architectural-overview.md | Adds v0.58.x architectural overview doc. |
| docs/content/en/docs-v0.58.x/contribution-guidelines/_index.md | Adds v0.58.x contribution-guidelines section index. |
| docs/content/en/docs-v0.58.x/concepts/_index.md | Adds v0.58.x concepts page. |
| docs/content/en/docs-v0.58.x/_index.md | Adds v0.58.x docs root index. |
| docs/config.toml | Registers v0.58.x in the docs version selector. |
Suppressed comments (1)
docs/content/en/docs-v0.58.x/user-guide/plan-preview.md:60
- Grammatical error in the last clause: "by leave a comment" → "by leaving a comment" (and "integrate ... to" → "integrate ... into").
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ngô Lê Hoàng <99264715+armistcxy@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ngô Lê Hoàng <99264715+armistcxy@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ngô Lê Hoàng <99264715+armistcxy@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mohammed Firdous <124298708+mohammedfirdouss@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mohammed Firdous <124298708+mohammedfirdouss@users.noreply.github.com>
What this PR does:
Why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: