From 2555fc75bd0bd878c829220983da7c86a0afbe3a Mon Sep 17 00:00:00 2001 From: Tetsuya KIKUCHI <97105818+t-kikuc@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:11:49 +0900 Subject: [PATCH 1/2] fix Details indent (#6248) Signed-off-by: t-kikuc Signed-off-by: pipecd-bot --- tool/actions-plan-preview/planpreview.go | 2 +- .../comment-plugin-one-success-app-multiple-plugins.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/actions-plan-preview/planpreview.go b/tool/actions-plan-preview/planpreview.go index bb7583e74a..dcffd90f81 100644 --- a/tool/actions-plan-preview/planpreview.go +++ b/tool/actions-plan-preview/planpreview.go @@ -244,7 +244,7 @@ func makeCommentBody(event *githubEvent, r *PlanPreviewResult, title string) str for _, ppr := range app.PluginPlanResults { fmt.Fprintf(&b, " - %s(%s): %s\n", ppr.PluginName, ppr.DeployTarget, ppr.PlanSummary) } - fmt.Fprint(&b, " Details:\n") + fmt.Fprint(&b, "\n Details:\n") for _, ppr := range app.PluginPlanResults { fmt.Fprintf(&b, " - %s(%s):\n", ppr.PluginName, ppr.DeployTarget) diff --git a/tool/actions-plan-preview/testdata/comment-plugin-one-success-app-multiple-plugins.txt b/tool/actions-plan-preview/testdata/comment-plugin-one-success-app-multiple-plugins.txt index 29848849d3..9f89240cb3 100644 --- a/tool/actions-plan-preview/testdata/comment-plugin-one-success-app-multiple-plugins.txt +++ b/tool/actions-plan-preview/testdata/comment-plugin-one-success-app-multiple-plugins.txt @@ -11,6 +11,7 @@ Sync strategy: PIPELINE Summary: - kubernetes(dt-1): 2 resources will be added, 1 resource will be deleted and 5 resources will be changed - terraform(dt-2): 1 resource will be added, 2 resources will be deleted and 3 resources will be changed + Details: - kubernetes(dt-1):
From 10666736c29d3c337e30c170bd326aaf242c3901 Mon Sep 17 00:00:00 2001 From: Yoshiki Fujikane <40124947+ffjlabo@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:57:23 +0900 Subject: [PATCH 2/2] Update RELEASE to v0.54.2 (#6267) Signed-off-by: Yoshiki Fujikane Signed-off-by: pipecd-bot --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 72f1269df7..4c70a69314 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ # Generated by `make release` command. # DO NOT EDIT. -tag: v0.54.1 +tag: v0.54.2 releaseNoteGenerator: showCommitter: false