Skip to content

Release v0.51.3 #5821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged

Release v0.51.3 #5821

merged 1 commit into from
May 15, 2025

Conversation

ffjlabo
Copy link
Member

@ffjlabo ffjlabo commented May 15, 2025

What this PR does:

as title

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 <[email protected]>
Copy link
Contributor

RELEASE

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

Release v0.51.3 with changes since v0.51.2

Internal Changes

  • Release v0.51.3
  • [k8s multicluster plugin] Calculate status for multiple livestate (#5814)
  • Implement comparing bool with boolean string value (#5811)
  • Add documentation on a single page on how to start a local dev env (#5798)
  • Add implementation of OCI push and pull with authentication (#5805)
  • [K8s Plugin] Enhance Manifest struct with deep copy functionality and conversion methods (#5803)
  • Add comment for the plugins field in generic application config (#5801)
  • [K8s Plugin] add tests for K8S_PRIMARY_ROLLOUT stage (#5797)
  • [k8s Plugin] Enhance the K8S_SYNC stage to support the stage options specified under "with" (#5792)
  • Add RFC for material ui upgrade to v7 feature (#5781)
  • Implement livestate for k8s multicluster plugin (#5778)
  • Add RFC for redux replacement feature (#5783)
  • Change the order of commit in Traces UI by time DESC (#5782)
  • Use testing.T.TempDir() instead of tmpDir (#5806)
  • Add a blog: Introduction to EventWatcher (#5787)
  • fix: tool/codegen/Dockerfile to reduce vulnerabilities (#5804)
  • Implement k8s multi cluster rollback (#5765)
  • Revert "Use oracle runners as larger runner (#5738)" (#5802)
  • Use oracle runners as larger runner (#5738)
  • Add support for OCI registry to push/pull plugins (#5779)
  • docs: use Sync instead of AutoSync (#5800)
  • docs: Add note of not supporting CloudRun job yet (#5796)
  • Implement primary rollout stage (#5791)
  • [SDK] Change the config structure of the app.pipecd.yaml (#5790)
  • [bot] Update contributors (#5793)
  • add blog: before-deployment (#5788)
  • OIDC Enhancements (#5637)
  • Fix the type of the Plugins field in the GenericApplicationSpec struct (#5789)
  • Fixed to add annotations after calling loader.LoadManifests (#5777)
  • fix: some qf errors (#5785)
  • Fix deployment tracing loading nonStop when loadmore (#5780)
  • add description about deprecation (#5775)
  • Fix to set head commit hash (#5773)
  • Normalize resource key before grouping manifests to convert default namespace to empty (#5774)
  • Add ability to push/pull plugin to/from OCI Registry (#5761)
  • Fix to execute rollback stage for plugin-architectured piped (#5768)
  • [docs] Add note of checking the SSH key (#5762)
  • Replace react-syntax-highlighter with prism-react-renđerer (#5771)
  • remove temp sshKeyFile after use(#2215) (#5769)
  • Fix the bug that the live resources are not filtered by the given selector. (#5763)
  • Allow deploy source to be nil considering the first deploy (#5766)
  • Revert "Disable register app for pipedv1 form (#5739)" (#5760)
  • [bot] Publish quickstart manifests (#5759)
  • Add note to cherry pick PR description (#5758)
  • Cherry-pick to release-v0.51.x (#5757)
  • Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /web (#5742)
  • Make release note generate logic run on Release PR reopen (#5754)
  • Cut release v0.51.2 (#5753)
  • Fix release docs gen script (#5750)
  • Fix labels in release PR created by workflow (#5752)
  • Bump golang.org/x/net in /tool/actions-plan-preview (#5745)
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 (#5746)
  • Update gen release script (#5748)
  • fix: upgrade react-router-dom from 6.29.0 to 6.30.0 (#5686)
  • Add workflow release (#5744)
  • Implement K8S_MULTI_SYNC with non template for multicluster (#5728)
  • [SDK] Add feature to check the pipeline has specific stage (#5737)
  • Update go-jwt to version 5.2.2 (#5743)
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 in /tool/actions-gh-release (#5741)
  • [SDK] Add type parameter for DeploymentSource and unmarshalling the spec (#5740)
  • Disable register app for pipedv1 form (#5739)
  • Add depguard rule to restrict pipedv1 to use configv1 (#5732)
  • fix broken error message (#5736)
  • fix piped name suggestion when adding new application (#5735)
  • Modify pvc name attached to deployment (#5734)
  • fix: regex based tag replacement scheme (#5730)
  • Add config loading utility for the plugin SDK (#5731)
  • [K8s Plugin] Add configs for deployment (#5714)
  • Use larger runner for long jobs (#5729)
  • Add live-state graph for applicaiton using piped v1 (#5723)
  • add labels to application delete dialog box (#5727)
  • Do treeless clone for git clone to improve performance (#5722)
  • Use nodejs 20 as web image builder (#5726)
  • [Snyk] Security upgrade react-cookie from 4.1.1 to 8.0.1 (#5681)
  • [bot] Publish quickstart manifests (#5721)
  • Cherry-pick to release-v0.51.x (#5720)
  • Release v0.51.1 (#5718)
  • Fix rolling back deployments are ignored on piped restarted event (#5717)
  • add: temporary volume option (#5716)
  • [bot] Update contributors (#5715)
  • Create SECURITY.md (#5710)
  • Port logic from k8s plugin (#5709)
  • Update MAINTAINER.md file (#5711)
  • Implemented ListStageCommands() on piped side (#5685)
  • Fix error on values pass to action-event-register (#5708)
  • Enable deployment trace for pipecd workflow (#5707)
  • Add docs for deployment trace feature (#5706)
  • Update docs index weight (#5705)
  • Remove Name and Version methods from plugins (#5704)
  • [Plugin SDK] Remove old interfaces and refactor the SDK (#5703)
  • Use new plugin SDK interface to build kubernetes_multicluster plugin (#5702)
  • Use new plugin sdk interface to build wait plugin (#5700)
  • Use new plugin sdk interface to build example plugin (#5699)
  • Use new plugin sdk interface to build kubernetes plugin (#5701)
  • [Plugin SDK] Implement another way to create plugin (#5698)
  • [bot] Publish quickstart manifests (#5697)
  • Revert "Temporary disable v1 add application form on UI (#5694)" (#5696)

@ffjlabo ffjlabo enabled auto-merge (squash) May 15, 2025 05:04
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.

LGTM

@ffjlabo ffjlabo merged commit 2303bce into master May 15, 2025
20 of 21 checks passed
@ffjlabo ffjlabo deleted the release-v0.51.3 branch May 15, 2025 05:11
Copy link

codecov bot commented May 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.63%. Comparing base (39989f9) to head (33cdf08).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5821   +/-   ##
=======================================
  Coverage   27.63%   27.63%           
=======================================
  Files         508      508           
  Lines       54116    54116           
=======================================
  Hits        14954    14954           
  Misses      38025    38025           
  Partials     1137     1137           

☔ 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.

github-actions bot pushed a commit that referenced this pull request May 15, 2025
Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>
khanhtc1202 pushed a commit that referenced this pull request May 15, 2025
* Fix deployment tracing loading nonStop when loadmore (#5780)

Signed-off-by: kypham <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>

* Implement comparing bool with boolean string value (#5811)

* Add support for comparing boolean values with boolean strings in the differ package

Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>

* Add support for rendering boolean values in the diff package

Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>

* Port of pkgs/diff to pkg/plugin/diff

Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>

* Add support for comparing boolean values with boolean strings in cloudrundiff function

Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>

---------

Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>

* Release v0.51.3 (#5821)

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>

---------

Signed-off-by: kypham <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
Signed-off-by: Yoshiki Fujikane <[email protected]>
Co-authored-by: Ky_pham <[email protected]>
Co-authored-by: Shinnosuke Sawada-Dazai <[email protected]>
Co-authored-by: Yoshiki Fujikane <[email protected]>
@github-actions github-actions bot mentioned this pull request May 28, 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.

3 participants