Releases: kolide/launcher
Releases · kolide/launcher
v0.11.22
Primarily tables, but I want to call out that linux now needs cgo. When cross compiling, the build chain uses zig
, though if you're building on a linux machine you get the expected compilers.
Tables
- For exec tables, ignore some errors for missing binaries (#744)
kolide_powermetrics
exec based table for macOS (#749)kolide_secureboot
efi table for linux (#747)kolide_fscrypt_info
for linux and add CGO and zig for cross compiling (#743)- refactor
kolide_screenlock
, addkolide_keychain_acls
andkolide_keychain_items
for macOS (#741)
General
- Upgrade gorilla/websocket for CVE-2020-27813 (#750)
- README update (#748)
- Offset the autoupdaters (#742)
Build and Package
v0.11.21
This is a small bugfix for v0.11.20
. This changelog includes changes from both releases
Tables
- Add
xrdb
table (#738) - Add
cryptsetup_status
table (#734) - Add
zfs
related tables (#731) - Add
lsblk
table (#732) - Add grub1 augeas lens (#733)
- Add
kolide_diskutil_list
table (#726) - Fix the
ioreg
table (#740)
General
- Move tables to using
tablehelpers.Exec
(#735) - Support arrays in
kolide_wmi
(#737) - Convert to bbolt (#715)
- Small cleanup and improvements to dataflattentables (#736)
Build and Package
v0.11.20
Tables
- Add
xrdb
table (#738) - Add
cryptsetup_status
table (#734) - Add
zfs
related tables (#731) - Add
lsblk
table (#732) - Add grub1 augeas lens (#733)
- Add
kolide_diskutil_list
table (#726)
General
- Move tables to using
tablehelpers.Exec
(#735) - Support arrays in
kolide_wmi
(#737) - Convert to bbolt (#715)
- Small cleanup and improvements to dataflattentables (#736)
Build and Package
- Automatically retry apple notariztaion (#729)
v0.11.19
Tables
- New
kolide_dsim_default_associations
table on windows (#714) - Update windows updates tables to use native ole (#719)
- Update on windows wlan table (#720)
- Add support for augeas lenses (#718)
General
- Code tidying (#721)
- Auto Repair improper file ownership on launch (#722)
- Auto Repair the local TUF repo (#717)
- Increase log size limits (#711)
Build and Package
v0.11.18
Tables
- Table for installed windows updates history (#710)
- Table for windows updates (#706)
- Table for wifi on linux (#702)
- Table for wifi on windows (#699)
- Table for tmutil destinationinfo (#704)
- plist table now on all platforms(#701)
- Fix output bug in kolide_profiles (#698)
General
- Add a startup delay to the autoupdater, to avoid interfering with critical work (#695)
Build and Package
v0.11.17
v0.11.16
Tables
- Add
kolide_mdmclient
table (#691) - Add
kolide_filevault
table (#686) - Change how
kolide_launcher_info
presents go versions (#693)
General
- Start osquery with
SYSTEM_VERSION_COMPAT=0
which should force macOS versions to 11.x (#690) - Set context timeouts on all table exec functions (#688)
- Add float32 support to dataflatten library (#683)
Build and Package
v0.11.15
Tables
kolide_apfs_list
-- A dataflatten wrapper arounddiskutil apfs list
General
- Initial M1 build support (#682, #680)
- Fix findOsquery function (#675)
- Include hardware uuid in enrollment details (#681)
- Update README (#673)
- Some updates to the json-rpc go-kit functions (#649)
Build and Package
- Fix tmpdir path (#674)
v0.11.14
v0.11.13
Tables
- Add
kolide_ini
table using dataflatten (#655) - Add a
whereclause
to thekolide_wmi
table (#658) - Add username context to
kolide_pwpolicy
(#650) - Fix bugs in handling dataflatten options in
kolide_xml
andkolide_ini
(#661) - Add
kolide_secedit
table to display the windows security policy (#657) - Add informational table for Zero Tier (#656)