cfe-4623: fix modules_presence update bundle for 3.28.x(master) version and newer#3119
Open
craigcomstock wants to merge 2 commits intocfengine:masterfrom
Open
cfe-4623: fix modules_presence update bundle for 3.28.x(master) version and newer#3119craigcomstock wants to merge 2 commits intocfengine:masterfrom
craigcomstock wants to merge 2 commits intocfengine:masterfrom
Conversation
41062f2 to
b3f2373
Compare
|
Thank you for submitting a pull request! Maybe @nickanderson can review this? |
…s instead of ancient 3.23 version available in alpine Ticket: CFE-4623 Changelog: none
f57a69c to
18fa417
Compare
Contributor
Author
…result on 3.27.0 and newer versions Ticket: CFE-4623 Changelog: none
18fa417 to
07b01ae
Compare
| @@ -808,7 +808,7 @@ bundle agent modules_presence | |||
| "_package_paths" | |||
| with => ifelse( or( cf_version_between( "3.24.0", "3.24.3"), | |||
| cf_version_at("3.26.0"), | |||
Member
There was a problem hiding this comment.
Suggested change
| cf_version_at("3.26.0"), |
nickanderson
approved these changes
Apr 12, 2026
Member
nickanderson
left a comment
There was a problem hiding this comment.
Cool, I think we could tweak the condition further
| with => ifelse( or( cf_version_between( "3.24.0", "3.24.3"), | ||
| cf_version_at("3.26.0"), | ||
| cf_version_at("3.27.0")), "$(const.dirsep)", | ||
| cf_version_minimum("3.27.0")), "$(const.dirsep)", |
Member
There was a problem hiding this comment.
If it's cf_version_minimum so it still applies then we might as well do minium 3.26.0 right?
Suggested change
| cf_version_minimum("3.27.0")), "$(const.dirsep)", | |
| cf_version_minimum("3.26.0")), "$(const.dirsep)", |
Member
There was a problem hiding this comment.
I guess it will be nice to document the exact last version it's present by switching to between when it's fixed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: CFE-4623
Changelog: none
with cfengine/core#6069