chore(release): update changelog and bump version to 4.1.0 - #4241
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🕓 Ready for review — 2 ahead in queue (commit c922ebf) |
…pgrade Add a config migration keyed 4.1.0 that re-pins the drive and rs-dapi image tags from the base config when an operator upgrades from a 4.1 release candidate. The rc migration set those tags to the `-rc` line and no longer fires once the operator is on it, so without this an operator who ran an rc keeps pulling `dashpay/drive:4-rc` images while running stable 4.1.0. It is a counterpart of the 4.1.0-rc.3 migration and reuses the same stock-image guard, so operator-chosen tags are left alone. Also aggregate the 4.1.0 changelog to cover everything since the last stable (v4.0.0) rather than only the delta since rc.3: the six 4.1.0 beta/rc sections are folded into a single 4.1.0 entry (compare v4.0.0...v4.1.0); the 4.0.0 and earlier history is unchanged. Test omitted per direction: the migration is identical in shape to the already-covered 4.1.0-rc.3 migration.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v4.1-dev #4241 +/- ##
=============================================
+ Coverage 65.42% 87.54% +22.12%
=============================================
Files 26 2670 +2644
Lines 2707 338763 +336056
=============================================
+ Hits 1771 296583 +294812
- Misses 936 42180 +41244
🚀 New features to boost your workflow:
|
Issue being fixed or feature implemented
Release new Dash Platform version
What was done?
How Has This Been Tested?
None
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only