Skip to content

Releases: kolide/launcher

v0.11.25

25 Mar 13:32
15228ec
Compare
Choose a tag to compare

Tables

  • Expand kolide_launcher_info table to include launcher identifier, remove kolide_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

Full Changelog: v0.11.24...v0.11.25

v0.11.24

14 Feb 23:59
8fd5171
Compare
Choose a tag to compare

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

17 Nov 19:20
1e30d44
Compare
Choose a tag to compare

Tables

  • Add another path for cryptsetup (#754)
  • Improvements to the zfs tables (#753)

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

30 Jul 14:21
d30592b
Compare
Choose a tag to compare

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, add kolide_keychain_acls and kolide_keychain_items for macOS (#741)

General

Build and Package

  • Docker build updates (#745)
  • Don't use cgo for the extension (#752)

v0.11.21

21 Jun 14:36
d622b10
Compare
Choose a tag to compare

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

  • Automatically retry apple notarization (#729)
  • Update path to windows codesigning certificate (#739)

v0.11.20

14 Jun 18:37
e2bb730
Compare
Choose a tag to compare
v0.11.20 Pre-release
Pre-release

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

17 Mar 01:07
e1a9027
Compare
Choose a tag to compare

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

  • Update test certificates to support SNI (#716)
  • Add macOS preinstall script to install rosetta2 (#708)
  • Update windows codesign command line (#712)

v0.11.18

17 Feb 03:20
4cbd0de
Compare
Choose a tag to compare

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

  • Add Apple Notarization to packagekit (#687)
  • Add retry logic to packagekit's signtool (#697)

v0.11.17

24 Dec 12:11
11ac22a
Compare
Choose a tag to compare

General

  • Fix kolide_macos_software_update to work with 11.x version numbers (#694)

v0.11.16

23 Dec 16:07
f345e65
Compare
Choose a tag to compare
v0.11.16 Pre-release
Pre-release

Tables

  • Add kolide_mdmclient table (#691)
  • Addkolide_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

  • Move the release builds to using go1.16beta (in the Makefile) (#692)
  • Fix makefile extension target (#689)
  • Fix path in osqueryi targets (#684)