-
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: do not use solo version for fst-chart-version by default #67
Conversation
@jeromy-cannon We need to make a patch release with this if this looks good to you. |
E2E Test Results734 tests +2 734 ✅ +2 14m 27s ⏱️ + 2m 19s Results for commit 5e21f91. ± Comparison against base commit 6df8928. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
==========================================
+ Coverage 63.45% 63.72% +0.27%
==========================================
Files 27 27
Lines 2553 2553
Branches 419 371 -48
==========================================
+ Hits 1620 1627 +7
+ Misses 933 926 -7
|
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
…task Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
7081196
to
3af16ad
Compare
Signed-off-by: Lenin Mehedy <[email protected]>
3af16ad
to
5e21f91
Compare
🎉 This PR is included in version 0.21.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]>
## [0.21.2](v0.21.1...v0.21.2) (2024-02-27) ### Bug Fixes * do not use solo version for fst-chart-version by default ([#67](#67)) ([2e19906](2e19906)) * updated to allow node client to connect to remote cluster that doesn't have a LoadBalancer ([#82](#82)) ([6df8928](6df8928)) Signed-off-by: Jeromy Cannon <[email protected]>
Description
This pull request changes the following:
solo init
solo
fetch the latest by defaultsolo
Related Issues