-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #212
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Launcher 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) |