Releases: kolide/launcher
Releases · kolide/launcher
0.9.6
Update go modules
Add path to some windows tables
0.9.5
Small fixes to windows package building
0.9.4
New tables and table updates
0.9.3
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
- 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
Minor update
- Command line flags
0.9.0
0.8.0
- 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
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
- 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)