-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: solo should use a fixed FST chart version #139
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
==========================================
+ Coverage 65.55% 65.56% +0.01%
==========================================
Files 29 29
Lines 2720 2721 +1
Branches 414 466 +52
==========================================
+ Hits 1783 1784 +1
Misses 937 937
|
c43b244
to
99b3786
Compare
8523ab8
to
4950377
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
4950377
to
6bb72eb
Compare
## [0.22.1](v0.22.0...v0.22.1) (2024-03-22) ### Bug Fixes * download JRE for keytool dependency and allow generation of pfx keys ([#152](#152)) ([1d3dcf4](1d3dcf4)) * refactor account initialization and mirror node setup from node command ([#159](#159)) ([b1d1e2d](b1d1e2d)) * solo should use a fixed FST chart version ([#139](#139)) ([b0d5f8b](b0d5f8b)) * update HAProxy UP check to use HAProxy Data Plane API ([#173](#173)) ([a27d1d2](a27d1d2)) * use FST chart version v0.23.0 ([#170](#170)) ([54efab3](54efab3))
🎉 This PR is included in version 0.22.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues