Description of the patch:
This update fixes the following issues:
cobbler:
- Consider case of 'next_server' being a hostname during migration of Cobbler collections.
- Fix problem with 'proxy_url_ext' setting being None type.
- Fix settings migration schema to work while upgrading on existing running
Uyuni and SUSE Manager servers running with old Cobbler settings (bsc#1203478)
- Do generate boot menus even if no profiles or systems - only local boot
- Avoid crashing running buildiso in certain conditions.
- Fix issue that a custom kernel with the extension '.kernel' is not
accepted by 'cobbler distro add'
- Fix issue with 'get_item_resolved_value' that prevented it from
returning in cases where a complex object would have been returned
- Fix issue where the logs would have been spammed with 'grab_tree'
messages that are meant for debugging
- Buildiso - Fix DNS append line generation
- Change apache2 conf dir for SUSE distros to allow integration with
Uyuni and SUSE Manager
- Avoid permissions errors during cobbler sync
- Update to version 3.3.3
- Add UEFI capabilities to 'cobbler buildiso' (jsc#SUMA-112)
- Relevant changes on this release:
- New:
- Uyuni Proxies can now be set with the schema validation.
- Cobbler should now build on AlmaLinux.
- The initrd is not required anymore as it is an optional file.
- XML-RPC: Added dump_vars endpoint. This is intended to replace get_blended_data as of 3.4.0.
- XML-RPC: Added get_item_resolved_value & set_item_resolved_value endpoints.
- Breaking Changes:
- The field virt_file_size is now a float and the related settings as well.
- Changes:
- The error messages for duplicated objects now contains the name of the duplicated object.
- Bugfixes:
- Dictionaries had the wrong value set for <<inherit>>.
- There were some cases in which the autoinstallation manager was handed the wrong object and then crashed.
- The inheritance of the owners field was fixed.
*...