Skip to content

Releases: kolide/launcher

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)

v0.11.15

14 Dec 20:55
379665c
Compare
Choose a tag to compare

Tables

  • kolide_apfs_list -- A dataflatten wrapper around diskutil 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

15 Oct 15:50
6c02d75
Compare
Choose a tag to compare

Tables

  • Add table for gsettings (#667)
  • Collapse doubled slashes in wmi namespace output (#664)
  • Set default value for mergedpolicy in kolide_secedit table (#663)

General

  • DRY up the dataflatten tables with some helpers (#666, #668, #669)
  • Fix findOsquery function (#665)

Build and Package

v0.11.13

21 Sep 15:48
ccce8b0
Compare
Choose a tag to compare

Tables

  • Add kolide_ini table using dataflatten (#655)
  • Add a whereclause to the kolide_wmi table (#658)
  • Add username context to kolide_pwpolicy (#650)
  • Fix bugs in handling dataflatten options in kolide_xml and kolide_ini (#661)
  • Add kolide_secedit table to display the windows security policy (#657)
  • Add informational table for Zero Tier (#656)

General

  • Set minimum TLS version to 1.2 for all initiated connections (#645)
  • Documentation Updates (#440)

Build and Package

  • Add option to build MSI with Windows Service in disabled state (#654)
  • Update makefile targets for Dockerfile builds (#644)