Skip to content

[bot] Release v0.52.2#6027

Merged
ffjlabo merged 1 commit into
masterfrom
create-pull-request/release-c16abf8fd2c7fe2b0970e81ff03f635f89707235
Jul 14, 2025
Merged

[bot] Release v0.52.2#6027
ffjlabo merged 1 commit into
masterfrom
create-pull-request/release-c16abf8fd2c7fe2b0970e81ff03f635f89707235

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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>
@ffjlabo ffjlabo closed this Jul 14, 2025
@ffjlabo ffjlabo reopened this Jul 14, 2025
@github-actions
Copy link
Copy Markdown
Contributor Author

RELEASE

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

Release v0.52.2 with changes since v0.52.1

Internal Changes

  • Cut release v0.52.2
  • Update piped-base-okd image for piped and launcher (#6023)
  • Delete unused flag 'Retries' from Terraform config (#6022)
  • Replace redux modules/events with react-query (#5928)
  • Update piped-base container image version (#6018)
  • Remove unused mock (#6017)
  • Add timeout for build_tool and publish_tool jobs (#6019)
  • fix: upgrade @tanstack/react-query from 4.39.2 to 4.40.0 (#6013)
  • Remove deployment kind value from pipedv1 logic (#6009)
  • Remove application kind from pipedv1 logic (#6008)
  • Implement the traffic routing stage with skeleton code (#6015)
  • Mark kind field in application and deployment model as deprecated (#6002)
  • Remove deprecated platform provider and cloud provider from trigger logic (#6003)
  • scriptrun base and planning (#5990)
  • refactor metricsAnalyzer to render queries before execution. (#6010)
  • [K8s Plugin] Set initial metadata for K8S_TRAFFIC_ROUTING (#6011)
  • Remove unused 'pluginName' to fix lint error (#6007)
  • [PlanPreview Plugin] Implemented SDK-side (#6004)
  • [Stage Plugins] Add MetadataKeyStageDisplay and AuthorizedOperators to the SDK (#6000)
  • Remove 'replace' of k8s and wait plugins (#6001)
  • [K8s Plugin] Remove unnecessary func and if-else (#5998)
  • Pass ApplicationConfigFiilename when creating deploysource.DeploySource (#5987)
  • impl toolRegistry (#5995)
  • [Stage Plugins] Add AuthorizedOperators in the PipelineStage to deprecate Approvers (#5981)
  • Define PlanPreviewService proto (#5986)
  • Use tini to remove zombie process (#5997)
  • fix: upgrade @tanstack/react-query from 4.36.1 to 4.39.2 (#5983)
  • Init Terraform plugin (#5993)
  • Add tini into piped-base image (#5991)
  • Fix scheduler status handling (#5978)
  • [Stage Plugins] Make the UI compatible with skip and approval of pipedv1 (#5968)
  • [Stage Plugins] Use METADATA_STAGE_DISPLAY_KEY instead of SkippedBy/ApprovedBy (#5980)
  • [Stage Plugins] Report stage commands as handled after the stage finished (#5967)
  • fix: upgrade @tanstack/react-query-devtools from 4.39.1 to 4.39.2 (#5984)
  • [bot] Update contributors (#5982)
  • add test of ListStageCommands() (#5966)
  • fix: upgrade @tanstack/react-query-devtools from 4.36.1 to 4.39.1 (#5977)
  • Rename live demo to playground (#5974)
  • bump: sigs.k8s.io/yaml (#5975)
  • Remove Redux in Insight page (#5915)
  • Install react query v4 and add auth context (#5893)
  • Remove example plugin from pipecd codebase (#5973)
  • Remove visible field from controller logic (#5971)
  • Fix error stages are not shown for plugin-arch piped created pipeline (#5950)
  • Add deprecated note to pipelinestage id field (#5970)
  • [Plugins] Replace configv1 unit types with SDK unit types (#5969)
  • Remove pipelineStage ID config from SDK logic (#5965)
  • Remove pipelineStage.ID config (#5964)
  • feat(ui): add confirmation dialog for generating new piped key (#5960)
  • fix: upgrade @mui/material from 7.1.0 to 7.1.1 (#5963)
  • [SDK] add unit types to use in config types (#5959)
  • Remove pipectl init command (#5958)
  • Improve docs for piped-plugin-sdk-go (#5957)
  • Add option --dependency-update to command helm template (#5877)
  • Remove deprecated field from Deployment (#5809)
  • Fix version tag in the CI (#5953)
  • Add blog about alpha release of plugin-arch piped (#5948)
  • Fix README-usage (#5944)
  • Add --match opion (#5949)
  • Add index validation of buildPipelineSyncStages in planner (#5946)
  • Update sdk version (#5945)
  • Ignore unsupported plugin when reporting livestate (#5942)
  • fix: upgrade react-router-dom from 6.30.0 to 6.30.1 (#5938)
  • Set default empty object to with field (#5943)
  • Deprecate ArtifactVersion.kind (#5939)
  • [SDK] Allow users to set nothing config for the plugin in the app.pipecd.yaml (#5937)
  • add usage of Wait Plugin (#5920)
  • Update SDK version (#5935)
  • User PipedPlugin.Name instead of passing --name (#5936)
  • [K8s plugin] Add README for k8s plugin (#5934)
  • Ignore when DetermineStrategy() is unsupported or returns nil (#5930)
  • fix: upgrade @loadable/component from 5.16.4 to 5.16.7 (#5932)
  • pass 'name' from piped to plugin (#5931)
  • Add default response of DetermineStrategy() of DeploymentPlugin (#5929)
  • Bump webpack-dev-server from 5.2.0 to 5.2.1 in /web (#5927)
  • Fix the build quick sync stages method to return an empty response (#5926)
  • add Note of 'Visible' (#5925)
  • add area/sdk-plugins (#5924)
  • Make build plugin command accept GO build flags and envs (#5923)
  • Fix nil pointer dereference error on spec.plugins config on app config not set (#5922)
  • Return stage status fail when failing applyManifests (#5921)
  • [K8s plugin] Delete baseline/canary variant resources on K8S_ROLLBACK stage (#5919)
  • Implement canary clean stage (#5918)
  • [K8s plugin] Fix to get all resources without using 'kubectl get all' (#5917)
  • [K8s plugin] Implement caanry stage for k8s plugin (#5914)
  • [K8s plugin] implement K8S_BASELINE_CLEAN stage (#5913)
  • [K8s plugin] Add helper function to delete all variant resources (#5903)
  • [K8s Plugin] Add helper functions for canary stage (#5892)
  • [bot] Publish quickstart manifests (#5912)
  • Cherry-pick to release-v0.52.x (#5911)
  • Cut release v0.52.1 (#5909)
  • 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 Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.27%. Comparing base (c16abf8) to head (68796c2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6027      +/-   ##
==========================================
- Coverage   28.28%   28.27%   -0.01%     
==========================================
  Files         523      523              
  Lines       56135    56135              
==========================================
- Hits        15875    15873       -2     
- Misses      39008    39011       +3     
+ Partials     1252     1251       -1     
Flag Coverage Δ
. 23.26% <ø> (-0.02%) ⬇️
.-pkg-app-pipedv1-plugin-kubernetes 65.94% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 67.33% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 66.66% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 80.26% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 35.51% <ø> (ø)
.-pkg-plugin-sdk 50.71% <ø> (+0.20%) ⬆️
.-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.

Copy link
Copy Markdown
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.

👌

@ffjlabo ffjlabo merged commit efbe9c9 into master Jul 14, 2025
43 checks passed
@ffjlabo ffjlabo deleted the create-pull-request/release-c16abf8fd2c7fe2b0970e81ff03f635f89707235 branch July 14, 2025 06:28
github-actions Bot added a commit that referenced this pull request Jul 14, 2025
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ffjlabo <40124947+ffjlabo@users.noreply.github.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
ffjlabo added a commit that referenced this pull request Jul 14, 2025
* refactor metricsAnalyzer to render queries before execution. (#6010)

Signed-off-by: mohammedfirdouss <mohammedfirdousaraoye@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Update piped-base container image version (#6018)

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

* Update piped-base-okd image for piped and launcher (#6023)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>

* Cut release v0.52.2 (#6027)

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

---------

Signed-off-by: mohammedfirdouss <mohammedfirdousaraoye@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mohammed Firdous <124298708+mohammedfirdouss@users.noreply.github.com>
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ffjlabo <40124947+ffjlabo@users.noreply.github.com>
@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.

4 participants