Skip to content

[bot] Release v0.52.1#5909

Merged
Warashi merged 1 commit into
masterfrom
create-pull-request/release-cf0fe25a7f5c68860a1462d5fc13fc0cb65fc75a
Jun 2, 2025
Merged

[bot] Release v0.52.1#5909
Warashi merged 1 commit into
masterfrom
create-pull-request/release-cf0fe25a7f5c68860a1462d5fc13fc0cb65fc75a

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 2, 2025

Automated changes by create-pull-request GitHub action.
The workflow is defined here.

Note: You need to close and reopen this PR manually to trigger status check workflows. (Or just click Update branch if possible.)
For details, see https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 2, 2025

RELEASE

The following 1 GitHub releases will be created once this pull request got merged.

Release v0.52.1 with changes since v0.52.0

Internal Changes

  • Cut release v0.52.1
  • Add 'title' to distinguish multiple projects in actions-plan-preview (#5905)
  • Revert "Do treeless clone for git clone to improve performance (#5722)" (#5908)
  • [bot] Update contributors (#5906)
  • add more fields from deployment proto to deployment model for scriptrun plugin (#5902)
  • Remove check workflow & improve DCO check script (#5904)
  • Add a blog: "MCP Server for PipeCD Docs Has Been Released" (#5871)
  • add alpha usage of pipedv1 and plugins (#5878)
  • Fix lint errors (#5897)
  • [K8s Plugin] Implement K8S_BASELINE_ROLLOUT (#5870)
  • [Plugins] Remove replace directive from go.mod (#5896)
  • Rename completed job to avoid confusing behavior (#5895)
  • [SDK] Prepare to publish SDK repository (#5894)
  • [bot] Publish quickstart manifests (#5889)
  • Mention prune resources feature status in feature page (#5890)

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.91%. Comparing base (cf0fe25) to head (6c8bf5a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5909   +/-   ##
=======================================
  Coverage   27.91%   27.91%           
=======================================
  Files         519      519           
  Lines       55945    55945           
=======================================
  Hits        15617    15617           
  Misses      39128    39128           
  Partials     1200     1200           
Flag Coverage Δ
. 23.74% <ø> (ø)
.-pkg-app-pipedv1-plugin-example 0.00% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes 63.32% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 64.93% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 35.51% <ø> (ø)
.-pkg-plugin-sdk 49.33% <ø> (ø)
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.30% <ø> (ø)
.-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 Sentry.
📢 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.

@Warashi Warashi enabled auto-merge (squash) June 2, 2025 06:33
@Warashi Warashi merged commit b77f272 into master Jun 2, 2025
41 checks passed
@Warashi Warashi deleted the create-pull-request/release-cf0fe25a7f5c68860a1462d5fc13fc0cb65fc75a branch June 2, 2025 06:37
github-actions Bot added a commit that referenced this pull request Jun 2, 2025
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Warashi <3600530+Warashi@users.noreply.github.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
Warashi added a commit that referenced this pull request Jun 2, 2025
* Fix lint errors (#5897)

* Fix import grouping by make lint/go FIX=true

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Fix linter errors by make lint/go FIX=true

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Rewrite long if-else to switch

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Remove unnecessary zero-value initialization

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Remove unnecessary string conversion

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Fix to correctly call deferred functions

log.Fatalf calls os.Exit(1) and deferred functions are not called.
This commit changes the _main function to return an integer and
call os.Exit from main.

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Fix lint errors

log.Fatal calls os.Exit, so the deferred functions are not called.
This commit changes the _main function to return an integer and
call os.Exit from main.
This is a workaround to fix the lint errors.

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Fix lint errors

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Initialize the slice with the correct capacity

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

* Change return type of doComment to int

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>

---------

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Add 'title' to distinguish multiple projects in actions-plan-preview (#5905)

* add title to args

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Add the title to filter latest comments

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Use hash

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Fix tests

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* add multibyte test

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Revert "Do treeless clone for git clone to improve performance (#5722)" (#5908)

This reverts commit 7e74937.

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Cut release v0.52.1 (#5909)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Warashi <3600530+Warashi@users.noreply.github.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

---------

Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Co-authored-by: Tetsuya KIKUCHI <97105818+t-kikuc@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Warashi <3600530+Warashi@users.noreply.github.com>
@github-actions github-actions Bot mentioned this pull request Jul 14, 2025
@github-actions github-actions Bot mentioned this pull request Aug 15, 2025
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.

2 participants