Skip to content

Release v0.58.0 - #7213

Merged
khanhtc1202 merged 8 commits into
masterfrom
release-new-version
Aug 23, 2026
Merged

Release v0.58.0#7213
khanhtc1202 merged 8 commits into
masterfrom
release-new-version

Conversation

@khanhtc1202

Copy link
Copy Markdown
Member

What this PR does:

Why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Copilot AI lite review requested due to automatic review settings August 22, 2026 10:38
@khanhtc1202
khanhtc1202 requested review from a team as code owners August 22, 2026 10:38
@netlify

netlify Bot commented Aug 22, 2026

Copy link
Copy Markdown

Deploy Preview for pipecd-site canceled.

Name Link
🔨 Latest commit d9820a2
🔍 Latest deploy log https://app.netlify.com/projects/pipecd-site/deploys/6a898e6ab6afaf000828b4d0

@codecov

codecov Bot commented Aug 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 29.66%. Comparing base (7e22859) to head (d9820a2).

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     
Flag Coverage Δ
. 23.57% <ø> (ø)
.-pkg-app-pipedv1-plugin-analysis 32.16% <ø> (ø)
.-pkg-app-pipedv1-plugin-ecs 31.74% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes 58.39% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 59.62% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 38.46% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 33.04% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 52.71% <ø> (ø)
.-pkg-plugin-sdk 49.65% <ø> (-0.20%) ⬇️
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.51% <ø> (ø)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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.x documentation tree and corresponding Hugo layouts; register v0.58.x in 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.

Comment thread docs/content/en/docs-v0.58.x/user-guide/metrics.md Outdated
Comment thread docs/content/en/docs-v0.58.x/user-guide/plan-preview.md Outdated
Comment thread docs/content/en/docs-v0.58.x/user-guide/terraform-provider-pipecd.md Outdated
Comment thread docs/content/en/docs-v0.58.x/user-guide/event-watcher.md Outdated
Comment thread docs/content/en/docs-v0.58.x/user-guide/deployment-trace.md Outdated
armistcxy and others added 7 commits August 22, 2026 17:47
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>
@khanhtc1202
khanhtc1202 enabled auto-merge (squash) August 22, 2026 14:01
@khanhtc1202
khanhtc1202 merged commit dc6a6a9 into master Aug 23, 2026
66 of 68 checks passed
@khanhtc1202
khanhtc1202 deleted the release-new-version branch August 23, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants