Skip to content

Commit e5f973c

Browse files
committed
Doc: update the deprecation list for leapp-repository v0.19.0
See oamg/leapp-repository#1107
1 parent 2301dbb commit e5f973c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/source/el7toel8/deprecation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ framework, see [List of deprecated functionality in leapp](../deprecation.html#l
1414

1515
- nothing yet...
1616

17+
## v0.19.0 <span style="font-size:0.5em; font-weight:normal">(till March 2024)</span>
18+
19+
- Models
20+
- **InstalledTargetKernelVersion** - Deprecated as the new solution has been designed to be able to handle new changes in RHEL 9.3+ system. Use the `InstalledTargetKernelInfo` message instead.
21+
- **GrubInfo.orig_device_name** - The `GrubInfo` message is still valid, but the `orig_device_name` field has been deprecated as multiple devices can exist on a system. Use `GrubInfo.orig_devices` instead.
22+
- Shared libraries
23+
- **leapp.libraries.common.config.version.is_rhel_realtime()** - The function has been deprecated as the information cannot be easily determined based on the information inside `IPUConfig`. Use data in the `KernelInfo` message instead, the field `type`.
24+
- **leapp.libraries.common.grub.get_grub_device()** - The function has been deprecated as multiple grub devices can exists on a system. Use the `leapp.libraries.common.grub.get_grub_devices()` function instead.
25+
1726
## v0.16.0 <span style="font-size:0.5em; font-weight:normal">(till September 2022)</span>
1827

1928
- Shared libraries

0 commit comments

Comments
 (0)