1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-03 00:43:07 +00:00
community.general/changelogs/fragments
Felix Fontein 147ffc6b48
[stable-11] Use Cobbler API version format to check version (#11045) (#11118)
Use Cobbler API version format to check version (#11045)

* Use Cobbler API version format to check version

Cobbler use the formula below to return the version:

float(format(int(elems[0]) + 0.1 * int(elems[1]) + 0.001 * int(elems[2]), '.3f'))

Which means that 3.3.7 is changed to 3.307 which is > 3.4.

* Compare Cobbler version as a float

* Remove LooseVersion import

(cherry picked from commit 6f11d75047)

Co-authored-by: Bruno Travouillon <devel@travouillon.fr>
2025-11-12 06:59:31 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
11026-xfconf-empty-array.yml xfconf: fix existing empty array case (#11026) (#11027) 2025-11-02 22:07:52 +01:00
11031-tss-lookup-delinea-rebranding.yml [PR #11031/3cbe44e2 backport][stable-11] Update TSS lookup plugin documentation and add Delinea Platform authentication examples (#11073) 2025-11-10 06:47:40 +01:00
11045-check-cobbler-version.yml [stable-11] Use Cobbler API version format to check version (#11045) (#11118) 2025-11-12 06:59:31 +01:00
filesystem-xfs-resize-slack.yml [stable-11] filesystem: xfs resize: minimal required increment (#11033) (#11042) 2025-11-08 10:00:56 +01:00