Skip to content

Commit

Permalink
Merge pull request cfengine#5529 from vpodzime/3.18.8-changelog-2024-…
Browse files Browse the repository at this point in the history
…06-05_14_35_17_232494

Added changelog for 3.18.8
  • Loading branch information
nickanderson authored Jun 5, 2024
2 parents 5caaabc + 6dc8ba9 commit 6c10c2d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
3.18.8:
- Adjusted package module inventory to include quotes around fields when needed
(CFE-4341)
- Added `sys.os_name_human` and `sys.os_version_major`. Additionally
changed value of `sys.flavor` from `AmazonLinux` to `amazon_linux_2`, so
that it is similar to other supported Linux distros. This change was
necessary, due to the fact that the `sys.os_version_major` variable is
derived from it. However, the `AmazonLinux` class previously derived
from `sys.flavor` is still defined for backwards compatibility.
(ENT-10817)
- CFEngine processes no longer suffer from the "Invalid argument" issues when
working with LMDB (ENT-11543)
- Changed cf-apache systemd unit to reload configuration gracefully
(ENT-11526)
- Modified package promise default. If platform_default is present use that
package module. (CFE-4315)
- Fixed bug where `default:sys.fqhost` contained many spaces when domain is
set in body common control (CFE-4053)

3.18.7:
- 'cf-check diagnose' now shows DB usage and a hint if rotation is required
- 'cf-check repair' now rotates DB files with high usage (>95%) (CFE-3374)
Expand Down

0 comments on commit 6c10c2d

Please sign in to comment.