-
Notifications
You must be signed in to change notification settings - Fork 61
docs(changelog): version 1.19.0 [citest skip] #565
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
Conversation
Update changelog and .README.html for version 1.19.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
Reviewer's GuideUpdates CHANGELOG.md with the new 1.19.0 release entries and enhances .README.html by removing an outdated partition support note and adding detailed part_type documentation. Class diagram for updated storage_volumes partition attributesclassDiagram
class storage_volumes {
+type: lvm|disk|partition|raid
+state: present|absent
+thin_pool_size: string
+part_type: primary|extended|logical
}
note for storage_volumes "'part_type' is newly documented and specifies partition type for MSDOS/MBR tables."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #565 +/- ##
==========================================
- Coverage 16.54% 10.36% -6.19%
==========================================
Files 2 8 +6
Lines 284 2017 +1733
Branches 79 0 -79
==========================================
+ Hits 47 209 +162
- Misses 237 1808 +1571
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Update changelog and .README.html for version 1.19.0
Signed-off-by: Rich Megginson rmeggins@redhat.com
Summary by Sourcery
Release version 1.19.0 with support for multiple partitions, fstab-less system compatibility, CI workflow updates, and enhanced documentation for partition parameters
New Features:
Bug Fixes:
Enhancements:
Documentation: