Skip to content

Conversation

@ffjlabo
Copy link
Member

@ffjlabo ffjlabo commented Sep 16, 2025

What this PR does:

SSIA

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: Yoshiki Fujikane <ffjlabo@gmail.com>
@ffjlabo ffjlabo requested a review from a team as a code owner September 16, 2025 05:22
@github-actions
Copy link
Contributor

RELEASE

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

Release v0.54.0 with changes since v0.53.0

Internal Changes

  • Release v0.54.0
  • Fix import groups in kubernetes/planpreview/plugin.go (#6225)
  • Keep pipecd server data even when developer shut down pipecd or kind on local computer (#6192)
  • bump golang.org/x/oauth2 (#6179)
  • Refine local environment commands in makefile (#6216)
  • Fix to avoid nil panic when executing plan preview (#6224)
  • [k8s plugin] Implement k8s plugin Plan Preview (#6223)
  • hide field kind in application form v1 (#6222)
  • [SDK] Add application name, pipedID, running dsp to GetPlanPreviewRequest in SDK (#6220)
  • [planpreview] Pass runningDS, pipedID and appName from piped (#6221)
  • Add applicaton name, pipedId, running deploy source to GetPlanPreviewRequest (#6219)
  • Remove redux package and related files (#6046)
  • Improve make file: kind-up,kind-down (#6131)
  • Replace redux in application list page (#6034)
  • Fix panic when Lambda manifest has no tags defined (#6215)
  • Redux replace in application detail page (#6025)
  • Replace redux in page deployment list (#6012)
  • Replace redux in deploymnent detail page (#5972)
  • Replace redux in page deployment-traces (#5955)
  • Bump go 1.25.0 (#6128)
  • Fix go lint issues (#6213)
  • Migrate golangci-lint to v2 (#6178)
  • Add pipedv1 and plugin release docs (#6209)
  • Update release version list API to support modules release pattern (#6199)
  • Add what new in pipedv1 blog post (#6198)
  • Fix failed test (#6206)
  • Update application config GetStageConfig logic (#6205)
  • Make piped to only get the pipeline stage config in case of deployment's strategy is not QuickSync (#6204)
  • fix nil in analysis (#6203)
  • Make helm chart build and publish step in publish_pipedv1_exp workflow (#6202)
  • Enable ssh configration for pipedv1 (#6201)
  • Add helm chart workflow for pipedv1 exp (#6200)
  • Update workflow container image tag for pipedv1 (#6197)
  • [plugin planpreview] update actions-plan-preview for pipedv1 (#6149)
  • [Terraform Plugin] Implemented PlanPreview (#6150)
  • Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 in /tool/actions-plan-preview (#6187)
  • Fix workflow indent (#6196)
  • Bump SDK for scriptrun plugin (#6195)
  • Add pipedv1 release workflow (#6194)
  • Bump SDK version for waitapproval and analysis (#6193)
  • Add release plugin workflow (#6191)
  • Add release plugin workflow (#6190)
  • Bump piped-plugin-sdk-go to v0.1.0 (#6189)
  • Bump SDK for k8s plugin (#6188)
  • Add setup-go-workspace and teardown-go-workspace commands to Makefile (#6166)
  • [WaitApproval Plugin] implement executeStage for the waitapproval plugin (#6109)
  • fix: upgrade @mui/icons-material from 7.2.0 to 7.3.0 (#6172)
  • fix: upgrade @mui/material from 7.2.0 to 7.3.0 (#6173)
  • Improve make run/pipecd execution speed (#6184)
  • Add support for the {{ .App.Name }} and {{ .K8s.Namespace }} syntax in the query template (#6186)
  • [Analysis Plugin] Implemented executeStage() (#6159)
  • Migrate app config for analysis stage for v1 (#6185)
  • [Analysis Plugin] Import analysisprovider from pipedv0 (#6155)
  • [Analysis Plugin] Import configs (#6153)
  • Setting piped Breaking change dialog fix (#6151)
  • Update migrate app-config command to support migrate skipOn and timeout value in stage config (#6182)
  • Handle stage timeout for pipedv1 (#6183)
  • Add flag to support migrate multi application config at once (#6181)
  • [k8s plugin] Update sdk version for k8s plugin (#6176)
  • add StageStatusSkipped to the SDK (#6156)
  • Add pipectl migrate application-config command (#6175)
  • Make pipedv0 parse pipedv1 application config (#6171)
  • Remove helm remote git chart feature from kubernetes plugin (#6170)
  • [k8s plugin] Add custom unmarshal logic for k8s plugin configs (#6167)
  • Update helm repo when chart is not found (#6169)
  • Remove setting defaults in the SDK (#6168)
  • Fix nil pointer plugin config (#6164)
  • Kubernetes plugin supports helm repositories operations (#6163)
  • Fix binary flaky test (#6147)
  • add found to GetApplicationSharedObject (#6157)
  • [k8s plugin] Implement template helm remote chart for pipedv1 (#6162)
  • [k8s plugin] Implement helm registry login (#6161)
  • Remove unused types from pipedv1 config (#6160)
  • Remove unused code (#6154)
  • Implement with initializer to sdk (#6158)
  • Remove redundant code from datastore (#6144)
  • add depguard deny of plugins (#6145)
  • Docs: Remove (Deprecate) FileDB in docs (#6101)
  • Bump golang.org/x/oauth2 in /tool/actions-gh-release (#6146)
  • Bump golang.org/x/oauth2 in /tool/actions-plan-preview (#6137)
  • Bump go 1.25.0 (codegen) (#6134)
  • show deprecated note in setting piped page (#6088)
  • Add meeting and membership session to contributing docs (#6142)
  • get oldestVersion when looping pipeds (#6135)
  • fix(ci): fix failing site publish (#6140)
  • Remove test_tool workflow (#6141)
  • cleanup: remove SetUpdatedAt (#6127)
  • chore(docs): migrate deprecated Hugo syntax for v0.148.2(latest) support (#6099)
  • Cloudrun stage base (#6115)
  • [bot] Publish quickstart manifests (#6132)

@ffjlabo ffjlabo changed the title Release v0.54.0 Update RELEASE and docs for release v0.54.0 Sep 16, 2025
@codecov
Copy link

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.70%. Comparing base (03df4a5) to head (91743b2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6228   +/-   ##
=======================================
  Coverage   28.69%   28.70%           
=======================================
  Files         560      560           
  Lines       59728    59728           
=======================================
+ Hits        17140    17144    +4     
+ Misses      41271    41268    -3     
+ Partials     1317     1316    -1     
Flag Coverage Δ
. 23.23% <ø> (ø)
.-pkg-app-pipedv1-plugin-analysis 32.64% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes 57.90% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 67.48% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 39.49% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 35.51% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 55.73% <ø> (ø)
.-pkg-plugin-sdk 50.47% <ø> (+0.19%) ⬆️
.-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 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.

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@khanhtc1202 khanhtc1202 merged commit 025ac2e into master Sep 16, 2025
46 checks passed
@khanhtc1202 khanhtc1202 deleted the update-release-to-v0.54.0 branch September 16, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants