Actions
Bug #24567
closedRelax foreman proxy compatibility check condition
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Based on discussion: https://community.theforeman.org/t/core-proxy-version-comparison/10600
Correct condition definition: foreman proxy X.Y version should be at least as Foreman core's version, but no more than one Y version ahead of it.
Examples:
foreman <-> proxy:
1.18.1 <-> 1.18.0 : OK
1.19.0 <-> 1.18.0 : Warn
1.18.0 <-> 1.19.0 : OK
1.18.0 <-> 1.20.0 : Warn
Updated by Shimon Shtein over 6 years ago
- Related to Feature #22069: Display warning sign when versions of foreman and proxy don't match. added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/theforeman/foreman/pull/5943 added
Updated by Shimon Shtein over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 06d9c52a1689942572cccce0e07ce989920a1c60.
Actions