Skip to content

Commit 4c730ec

Browse files
Added changelog for 3.26.0
Co-authored-by: Lars Erik Wik <53906608+larsewi@users.noreply.github.com>
1 parent 20fcd8b commit 4c730ec

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

ChangeLog

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
3.26.0:
2+
- Fixed `cf-net connect` to return exit code 1 in case of error (CFE-4414)
3+
- Added feature class for libpam (CFE-3371)
4+
- Added hardclasses for log levels notice, warning and error (CFE-4126)
5+
- Added policy variable sys.cpusockets (CFE-30)
6+
- Added a new policy function to get the list of metatags of a bundle,
7+
in the same manner as getclassmetatags and getvariablemetatags.
8+
(CFE-4019)
9+
- Added a new policy function useringroup that returns whether a user
10+
is a member of a group. (ENT-12721)
11+
- Added an optional parameter strict for validjson and validdata policy
12+
functions. This makes the functions evaluate to false on json
13+
primitives. (CFE-4163)
14+
- Added findlocalusers policy function that returns all the local users
15+
matching certain attributes (CFE-2318)
16+
- Added is_type policy function to check type of a variable (CFE-3641)
17+
- Added keydir sys variable (CFE-2822)
18+
- Added missing "BEGIN meta promises" verbose logging (CFE-2829)
19+
- Added moduledir sys variable (CFE-1484)
20+
- Added new hostswithgroup function to get hosts from a group,
21+
selecting a specific field. This function is enterprise only
22+
(ENT-11325)
23+
- Added new policy function isconnectable to check if a port is
24+
connectable within a time limit in seconds. (ENT-10666)
25+
- Added option to print rsync performance stats in cf-net
26+
- Added php-fpm systemd service files to enable http2 in Mission Portal
27+
(ENT-11440)
28+
- Changed error message in checkclassexpression when no matches
29+
(CFE-4075)
30+
- Fixed build on macOS (CFE-4385)
31+
- Fixed file closed twice in CopyRegularFileDiskPerms (CFE-4489)
32+
- Fixed bug in parsing process_select for Windows (ENT-12751)
33+
- Fixed bug which removed performance benefits of rsync in file
34+
transfers (basis file was truncated on remote copy)
35+
- Fixed bug where remotly copying large files consisting of random
36+
bytes would cause internal server error. (CFE-4507)
37+
- Fixed incorrect exit code handling in cf-runagent (ENT-12712)
38+
- Fixed junk printed in case of internal server error (CFE-4507)
39+
- Introduced a new variable default:sys.cf_edition that keeps track
40+
whether cfengine is community or enterprise. (ENT-10078)
41+
- Updated syntax description to include new protocol_version values
42+
(CFE-4483)
43+
- Use current process ID to investigate proc filesystem to workaround
44+
in-container non-root owned symlinks (CFE-3429)
45+
- Modified getindices() to return positional index from a list
46+
(CFE-2930)
47+
148
3.25.0:
249
- Added acknowledged field to lastseen DB (ENT-11838)
350
- Various SELinux fixes:
@@ -215,7 +262,7 @@
215262
- Insertion of contents of a file with blank lines into
216263
another file with blank lines no longer results in
217264
mixed content (ENT-8788)
218-
- Added suggestion to use a negative lookahead when non-convergent edits
265+
- Added suggestion to use a negative lookahead when non-convergent edits
219266
are attempted
220267
(CFE-192)
221268
- Unresolved function calls that return scalar values

0 commit comments

Comments
 (0)