Skip to content

Commit 9ab56c6

Browse files
committed
Doc: update deprecations and envars for leapp-repository v0.19.0
See related leapp-repository PRs: * oamg/leapp-repository#1093 * oamg/leapp-repository#1097 * oamg/leapp-repository#1107
1 parent 2bfda2b commit 9ab56c6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

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

docs/source/el7toel8/envars.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ on the system. Currently it works only for the most simple configurations
188188
storage is not handled anyhow during the upgrade, so it's possible that the network
189189
based storage will not be correctly initialized and usable as expected).
190190

191+
## LEAPP_DEVEL_KEEP_DISK_IMGS
192+
If set to 1, leapp will skip removal of disk images created for source OVLs.
193+
This is handy for debugging and investigations related to create containers
194+
(the scratch one and the target userspace container).

0 commit comments

Comments
 (0)