|
1 | 1 | # Changelog |
2 | 2 | Notable changes to the framework should be documented here |
3 | 3 |
|
| 4 | +3.16.0: |
| 5 | + - /var/cfengine/bin/python symlink creation on SLES was fixed |
| 6 | + - Added 'data' shortcut to cf-serverd, defaults to sys.workdir/data |
| 7 | + - Added inventory for CFEngine Enterprise License information |
| 8 | + (ENT-5089, ENT-5279) |
| 9 | + - Added inventory of NFS servers in use (from /proc/mounts, on linux) |
| 10 | + (CFE-3259) |
| 11 | + - Added inventory of license owner on enterprise hubs (ENT-5337) |
| 12 | + - Added paths support for opensuse (CFE-3283) |
| 13 | + - Added use of services promise for FR postgresql reconfig in case of |
| 14 | + systemd (ENT-5420) |
| 15 | + - Added zypper as default package manager for opensuse (CFE-3284) |
| 16 | + - Admitted ::1 as a query source on Enterprise hubs (ENT-5531) |
| 17 | + - Aligned unattended self upgrade package map with current state |
| 18 | + (ENT-6010) |
| 19 | + - Always copy modules from masterfiles (CFE-3237) |
| 20 | + - Changed DocumentRoot of Mission Portal in httpd.conf to |
| 21 | + `/path/to/cfengine/httpd/htdocs/public` (ENT-5372) |
| 22 | + - Changed group for state dir files promise to match defaults per OS |
| 23 | + (CFE-3362) |
| 24 | + - Changed m_inventory dumping behavior to exclude when values is null |
| 25 | + (ENT-5562) |
| 26 | + - Corrected application/logs path to outside of docroot (ENT-5255) |
| 27 | + - Deleted deprecated __PromiseExecutionsLog from process that cleans |
| 28 | + log tables (ENT-5170) |
| 29 | + - Fixed dmi inventory to prefer sysfs to dmidecode for most variables |
| 30 | + for improved performance and to handle CoreOS hosts that don't |
| 31 | + have dmidecode. (CFE-3249) |
| 32 | + - Fixed permission flipping when policy analyzer is enabled (ENT-5235) |
| 33 | + - Fixed runalerts processes promise on non-systemd systems (ENT-5432) |
| 34 | + - Fixed selection of standard_services when used from non-default |
| 35 | + namespace (ENT-5406) |
| 36 | + - Fixed system UUID inventory for certain VMWare VMs where dmidecode |
| 37 | + gives UUID bytes in wrong order. (CFE-3249) |
| 38 | + - Fixed typo preventing recommendation bundles from running (CFE-3305) |
| 39 | + - HA setups no longer have flipping permissions on |
| 40 | + /opt/cfengine/notification_scripts |
| 41 | + - Improved resilience of cron watchdog for linux (CFE-3258) |
| 42 | + - Inventory refresh is no longer part of agent run on the hub |
| 43 | + (ENT-4864) |
| 44 | + - Made python symlink fall back to platform-python (CFE-3291) |
| 45 | + - Made set_variable_values_ini prefer whitespace around = (CFE-3221) |
| 46 | + - Modified cftransport cleanup to avoid errors (ENT-5555) |
| 47 | + - Moved 'selinux_enabled' class to config bundle and namespace scope it |
| 48 | + - Prevented inventory of unresolved variables for diskfree and loadavg |
| 49 | + (ENT-5190) |
| 50 | + - Release number was added to MPF tarballs (ENT-5429) |
| 51 | + - Standard services now considers systemd services in |
| 52 | + ActiveState=activating active (CFE-3238) |
| 53 | + - Stopped continual repair of ha_enabled semaphore (ENT-4715) |
| 54 | + - Stopped disabling disabled systemd unit each run when disabled state |
| 55 | + requested (CFE-3367) |
| 56 | + - Stopped trying to edit fields in manage_variable_values_ini |
| 57 | + (CFE-3372) |
| 58 | + - Suppressed useless inform output from /bin/true in ec2 inventory |
| 59 | + (ENT-5233) |
| 60 | + - Switched from hardcoded path to /bin/true to use paths from stdlib |
| 61 | + (ENT-5278) |
| 62 | + - The zypper module is now fully compatible with Python 3 (CFE-3364) |
| 63 | + - Whitespace is now allowed at the beginning of ini key-values |
| 64 | + (CFE-3244) |
| 65 | + - apt_get package module now checks package state (CFE-3233) |
| 66 | + |
4 | 67 | 3.15.0: |
5 | 68 | - Added package_module for snap (CFE-2811) |
6 | 69 | - Fixed pkgsrc in case where multiple Prefix paths are returned for pkg_install (CFE-3152) |
|
0 commit comments