Skip to content

Commit f2514e2

Browse files
committed
Release v2.5 🎉
1 parent 4351d11 commit f2514e2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v2.5
2+
3+
Added:
4+
5+
+ Add `selinux.boolean`, `selinux.file_context`, `selinux.file_context_mapping` & `selinux.port` operations (@morrison12)
6+
+ Add `selinux.SEBoolean`, `selinux.FileContextMapping`, `selinux.SEPorts`, `selinux.SEPort` facts (@morrison12)
7+
+ Add `snap.package` operation & `snap.SnapPackage`, `snap.SnapPackages` facts (@pabloxio)
8+
+ Add beta `files.block` operation implementation (@morrison12)
9+
10+
Fixed:
11+
12+
+ Include all systemd units in `systemd.SystemdStatus` fact (@mariusmuja)
13+
+ Handle installed RPM packages in `rpm.RpmPackage` fact (@mariusmuja)
14+
+ Fix host loop cycle errors with new `host.loop` method
15+
+ Always use ISO format date in `server.Date` fact, should resolve any outstanding parse errors
16+
17+
Other changes:
18+
19+
+ Fix a whole load of documentation typos (@simonw)
20+
+ Generic typing stub for operation decorator (@mariusmuja)
21+
+ First pass at type annotations for the API (@lowercase00)
22+
+ Add type checking CI job
23+
+ Decomposition of many internal API functions & cleanup (@lowercase00)
24+
+ Use `macos-latest` GitHub runner (@morrison12)
25+
+ Fix documentation URL (@blaisep)
26+
127
# v2.4
228

329
Delayed getting this out, lots of little improvements.

0 commit comments

Comments
 (0)