From 9735c3f6d716f18656c74407276697d5ed242b8c 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/3] 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 9c39b271d7dad3b3482d024886c0b85864c5cdc2 Mon Sep 17 00:00:00 2001 From: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:05:43 +0700 Subject: [PATCH 2/3] Fix failed tests on action planpreview (#6256) Signed-off-by: khanhtc1202 Signed-off-by: pipecd-bot --- .../testdata/comment-plugin-has-failed-app.txt | 1 + .../testdata/comment-plugin-one-success-app.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/tool/actions-plan-preview/testdata/comment-plugin-has-failed-app.txt b/tool/actions-plan-preview/testdata/comment-plugin-has-failed-app.txt index 75ad24583e..0414b10b1a 100644 --- a/tool/actions-plan-preview/testdata/comment-plugin-has-failed-app.txt +++ b/tool/actions-plan-preview/testdata/comment-plugin-has-failed-app.txt @@ -10,6 +10,7 @@ Sync strategy: PIPELINE Plugin(s): kubernetes Summary: - kubernetes(dt-1): 2 resources will be added, 1 resource will be deleted and 5 resources will be changed + Details: - kubernetes(dt-1):
diff --git a/tool/actions-plan-preview/testdata/comment-plugin-one-success-app.txt b/tool/actions-plan-preview/testdata/comment-plugin-one-success-app.txt index 46ce9aee76..b7bb47f955 100644 --- a/tool/actions-plan-preview/testdata/comment-plugin-one-success-app.txt +++ b/tool/actions-plan-preview/testdata/comment-plugin-one-success-app.txt @@ -10,6 +10,7 @@ Sync strategy: QUICK_SYNC Plugin(s): kubernetes Summary: - kubernetes(dt-1): 2 resources will be added, 1 resource will be deleted and 5 resources will be changed + Details: - kubernetes(dt-1):
From 14ddaf5dd1823ec7cdcf108fec923086d6fbe175 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 3/3] 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