Releases: kolide/launcher
Releases · kolide/launcher
v0.11.25
Tables
- Expand
kolide_launcher_info
table to include launcher identifier, removekolide_launcher_identifer
#804
General
- Add support for direct osquery transport #797
- Update the checkpoint log to include notable files log #796
- Update the checkpoint log with debugging information about remote hosts #800
- Small updates around socket handling #805
- pkg/simulator: fix clobbered error #793
Build and Package
- Add
mergeable
targets to github actions #798 #799 - Update modules/GitHub.com/google/fscrypt 0.3.3 #808
- Make all tests parallel, add linter #803
- Update package-builder API to allow beta packaging #807
New Contributors
- @alrs made their first contribution
- @James-Pickett made their first contribution
Full Changelog: v0.11.24...v0.11.25
v0.11.24
Tables
- Add
launcher_gc_info
table (#775) - Add
kolide_cryptoinfo
table for generalized certificate parsing (#790, #792)
General
- Add support for
uint8
to dataflatten #782 - Don't throw an error for various dataflatten and file based tables #783
- Add a local log file to aid in debugging #784
- Add a manual compaction command for bolt db maintenance #787
Build and Package
- Don't force CGO on windows #776
- Tidy and update some go modules #781
- Add support for the
alpha
channel #789
Full Changelog: v0.11.23...v0.11.24
v0.11.23
Tables
General
- Workflow for adding things to a project board (#768, #766, #764)
- Add flag to adjust
LogMaxBytesPerBatch
(#756) - Change note about static linking (#771)
Build and Package
- Go 1.16 (#713)
- Update osquery-go SDK (#773)
- Clean out some old go,sum entries (#774)
- Update and expand macOS Rosetta preinstall script (#762, #760)
- Expand Linting (#761)
- Test
package-builder
as part of CI (#759)
Full Changelog: v0.11.22...v0.11.23
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)