8000 Release Cobbler V3.3.5 · cobbler/cobbler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cobbler V3.3.5

Compare
Choose a tag to compare
@SchoolGuy SchoolGuy released this 05 Jul 08:35
· 1018 commits to main since this release
v3.3.5
718e325

Cobbler 3.3.5 - 2024-07-01

This release is containing again a lot of backports from main to make Cobbler more stable for the community.

103 files changed, 7771 insertions(+), 1279 deletions(-)

Milestone: https://github.com/cobbler/cobbler/milestone/22

Diff to last release: v3.3.4...v3.3.5

Added

  • Added lazy loading of collections during application startup
    #3596
  • DNS: Add support for cnames with dnsmasq module (Backport release33)
    #3666
  • Add compatibility with the file binary version below 5.37
    #3680
  • Add function Item.to_dict() caching
    #3702
  • Add collection indices for UUID's, MAC's, IP addresses and hostnames
    #3725

Fixed

  • "get_event_log" endpoint didn't output any data even thought the event id is
    valid. #3708
  • Fix inheritance behavior of non-string properties
    #3715
  • Fix compatibility with setuptools 70+
    #3724
0