|
1 | 1 | # Changelog
|
2 | 2 | Notable changes to the framework should be documented here
|
3 | 3 |
|
| 4 | +3.17.0: |
| 5 | + - Added .csv to the list of file extensions considered by default during |
| 6 | + policy update (CFE-3425) |
| 7 | + - Added ability to extend known paths without modifying vendored policy |
| 8 | + (CFE-3426) |
| 9 | + - Added apk package module support for alpinelinux (CFE-3451) |
| 10 | + - Added bundle edit_line converge_prepend with same behavior as bundle |
| 11 | + edit_line converge, but inserting at start of content. (CFE-3483) |
| 12 | + - Added inventory for Timezone and GMT Offset (ENT-6161) |
| 13 | + - Added inventory for policy servers (ENT-6212) |
| 14 | + - Added maintenance policy to update health diagnostics failures table on |
| 15 | + enterprise hubs (ENT-6228) |
| 16 | + - Added optional handle duplicates step in federated reporting import |
| 17 | + (ENT-6035) |
| 18 | + - Added replace_uncommented_substrings (ENT-6117) |
| 19 | + - Added service states "active" and "inactive" for systemd (ENT-6074) |
| 20 | + - Added watchdog for Windows (ENT-5538) |
| 21 | + - Adjusted package_module and paths for termux platform (CFE-3288) |
| 22 | + - Aligned systemd services behavior for service_policy => "enable|enabled|disable|disabled" |
| 23 | + (ENT-6073) |
| 24 | + - Changed bundle server access_rules to mpf_default_access_rules |
| 25 | + (CFE-3427) |
| 26 | + - Cleaned up Mission Portal OS variable (inventory_os.description) on RHEL 5 & 6 |
| 27 | + (ENT-6124) |
| 28 | + - De-duplicated license headers (ENT-6040) |
| 29 | + - Fixed converge edit_line bundle not deleting lines containing marker |
| 30 | + (CFE-3482) |
| 31 | + - Fixed interpretation of cf-hub --show-license from REPAIRED to KEPT |
| 32 | + (ENT-6473) |
| 33 | + - Inventory OS variable (inventory_os.description in policy) is now based on os-release |
| 34 | + - Made git_stash only stash untracked files when capable (CFE-3383) |
| 35 | + - Moved systemd service management to own bundle (CFE-3381) |
| 36 | + - Removed delay in refreshing software installed inventory (ENT-6154) |
| 37 | + - Removed unnecessary packages promise on SuSE (ENT-5480, ENT-6375) |
| 38 | + - Replaced @ignore with useful doc strings (CFE-3378) |
| 39 | + |
4 | 40 | 3.16.0:
|
5 | 41 | - /var/cfengine/bin/python symlink creation on SLES was fixed
|
6 | 42 | - Added 'data' shortcut to cf-serverd, defaults to sys.workdir/data
|
|
0 commit comments