Skip to content

Releases: kolide/launcher

0.9.6

02 Apr 19:21
ca2b2a4
Compare
Choose a tag to compare

Update go modules

Add path to some windows tables

0.9.5

01 Apr 18:15
d8731ed
Compare
Choose a tag to compare

Small fixes to windows package building

0.9.4

26 Mar 15:00
507125f
Compare
Choose a tag to compare

New tables and table updates

0.9.3

15 Mar 21:25
4c0320d
Compare
Choose a tag to compare

Windows Changes

  • Support for launcher's upgrade functionality
  • Some automation around package versioning

Docker Improvements

  • Rework the docker files to be multistage
  • Update the fake data population

New Tables

  • app icons
  • user avatars

0.9.2

07 Mar 16:30
fc7ddfb
Compare
Choose a tag to compare
  • adds GOOS and GOARCH to a launcher table and to enrollment details
  • Windows Auto-Updater functionality.
  • Updates to jsonrpc error handling
  • Fakedata target and associated serial number

0.9.1

28 Feb 02:05
69bed63
Compare
Choose a tag to compare

Minor update

  • Command line flags

0.9.0

25 Feb 20:59
cc48003
Compare
Choose a tag to compare

Major changes:

  • JSON RPC implementation of the launcher server (#428)
  • Updates to windows service behaviors (#429, #426)

Smaller Changes:

  • extension timeouts #417
  • debugging and error logging #425

Several changes to packaging

0.8.0

07 Feb 22:29
fa45344
Compare
Choose a tag to compare
  • Add stacktraces to failure conditions
  • Add retry functionality in several places to accommodate extension startup behavior
  • Move error about GetTargets from Info to Debug
  • additional tables
  • Improve error handling, fixing a panic

0.7.0

04 Jan 21:31
1005e46
Compare
Choose a tag to compare
skip non-kolide packs in initial runner (#396)

adds a continue in our initial runner code that will skip running queries in packs whose names contain _kolide_

0.5.0

28 Feb 19:20
6f697be
Compare
Choose a tag to compare
  • Add a local debug server. (#187)
  • Fixed an issue(#101) where status logs would be cast as shapshot. (#192)
  • Limit logs to a max message size of 2MB. (#191, #266)
  • Set the timeout value for the osquery extension socket to 10s. (#194)
  • Add ability to toggle logs between info/debug by sending SIGUSR2. (#195)
  • Add ability to omit enrollment secret from launcher packages. (#201)
  • New tables: kolide_munki_info, kolide_mdm_info, kolide_macho_info. (#217, #218, #244)
  • Add cert pining support to launcher and package builder. (#254)
  • Allow specifying custom certificate roots to launcher and package builder. (#263)