Skip to content

Releases: kolide/launcher

v0.11.3

01 Nov 21:00
6cb383a
Compare
Choose a tag to compare
v0.11.3 Pre-release
Pre-release
  • Fix debug logs
  • Add option to set osquery to verbose logging
  • plist table
  • program icons table
  • Various fixes to build and release process

v0.11.2

25 Oct 14:06
2878f9e
Compare
Choose a tag to compare
  • Improvements to the kolide_ssh_keys table (and the underlying pkg/keyidentifier library)
  • Code cleanup, as identified by lgtm

v0.11.1

21 Oct 14:36
57bbcaf
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release
  • Fix version parsing in git tags

v0.11.0

18 Oct 18:47
b04b935
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release
  • Major rework of the autoupdate system. Now updates are stored in an updates directory, and do not overwrite the running binary
  • Add touchid table
  • Various documentation and code comment updates
  • Package tooling updates
    • Support for catalina
    • use productbuild for macOS packages

0.10.3

24 Jul 20:05
c0115f9
Compare
Choose a tag to compare
  • Adjust the config refresh frequency.

0.10.2

13 Jun 02:20
c4c35ec
Compare
Choose a tag to compare
  • Documentation Updates
  • Package Building and Notary configuration options
  • Shell Polling Interval changes

0.10.1

16 May 18:35
9a39edb
Compare
Choose a tag to compare

Build system now has rudimentary support for authenticode on windows. This release will be signed.

No significant launcher changes.

0.9.9

06 May 14:16
Compare
Choose a tag to compare
  • key identification tables (ssh and generic)
  • Fix filehandle close in build system
  • Small doc updates

0.9.8

01 May 15:46
4eca8ff
Compare
Choose a tag to compare

Build changes around windows

  • No more environmental variables on windows
  • Packaging installs the service as a different user
  • Fix windows build

0.9.7

25 Apr 17:14
Compare
Choose a tag to compare
Remove autoupdate flag in package-builder (#465)

Remove autoupdate flag in package-builder. It's usage is implied by `update_channel`, no point to both.