Skip to content

Releases: kolide/launcher

v1.2.1

08 Nov 21:38
d5cca90
Compare
Choose a tag to compare

Breaking Changes

Table Changes

General

Build & Package

Full Changelog: v1.1.2...v1.2.1

v1.1.2

04 Oct 16:33
ebbf392
Compare
Choose a tag to compare

v1.1.2 updates how the initial enrollment details are collected. Instead of using the thrift socket, these are now gathered via an osquery exec.

General

Full Changelog: v1.1.0...v1.1.2

v1.1.0

22 Sep 02:29
3b04930
Compare
Choose a tag to compare

1.1.0 is focused on improving initial start up reliability. There are many small changes and tweaks in how launcher and osquery startup work together.

Additionally, 1.1.0 brings in callback support for the localserver interface.

Table Changes

General

Build and Package

Full Changelog: v1.0.15...v1.1.0

v1.0.15

10 Aug 19:19
9b0172a
Compare
Choose a tag to compare

Version 1.0.15 is a small release, it brings in an attempt at handling windows powersave.

Table Changes

General

Build and Package

Full Changelog: v1.0.14...v1.0.15

v1.0.14

04 Aug 13:24
b4b2646
Compare
Choose a tag to compare

Version 1.0.14 is primarily oriented around debugability, but has a big change around accessing the thrift socket. As has come up many times, osquery only allows a single actions on the thrift socket at a time. This can inadvertently create race conditions when working with go routines. As the go sdk now has locks, launcher can use those to avoid socket contention.

It also has a fix for opening notification URLs on some linux X11 enviroments.

Table Changes

General

Build and Package

Full Changelog: v1.0.12...v1.0.14

v1.0.12

23 Jun 20:01
6a1bfb2
Compare
Choose a tag to compare

Version 1.0.12

Table Changes

  • Remove deprecated tables ( kolide_best_practices, kolide_email_addresses, and kolide_vulnerabilities ) by @directionless in #1218

General

Build and Package

Full Changelog: v1.0.10...v1.0.12

v1.0.10

26 May 13:29
7a926d0
Compare
Choose a tag to compare

Version 1.0.10

Table Changes

General

Build and Package

Full Changelog: v1.0.8...v1.0.10

v1.0.8

08 May 19:39
7948f44
Compare
Choose a tag to compare

v1.0.8 has several updates and bug fixes. Some notable callouts:

  • On windows, there is no longer a 2 minute delay on service startup. Further, this setting is adjusted on autoupdate.
  • There are a handful of performance improvements relating to how timers are used
  • There is a fix for two desktop icons appearing. Note while this fixes an underlying cause, it cannot clean up the stale icon. You will need to reboot (or manually kill the process) to repair

Table Changes

General

  • Autoupdate: Small autoupdate improvements by @RebeccaMahany in #1119
  • Control: adds control server accelertion on menu open event, adds more failsafes for shutting down desktop when parent gone by @James-Pickett in #1159
  • Desktop: Add LastMenuUpdateTime to menu template variables, improved relativeTime to handle timestamps in the past by @seejdev in #1137
  • Desktop: Allow future new menu item actions to be easier to introduce by @seejdev in #1186
  • Desktop: Change menu template data to a map type by @seejdev in #1154
  • Desktop: Fixed an edge case where no menu/icon shows up by @seejdev in #1179
  • Desktop: Hide command prompt window when launching URLs on Windows by @seejdev in #1131
  • Desktop: restructures desktop source layouts to differentiate between runner and user components by @James-Pickett in #1167
  • Log process info on osqueryd init error by @RebeccaMahany in #1130
  • Performance: Adding missing defer ticker.Stop() calls by @seejdev in #1132
  • Performance: Increasing thrift's ServerConnectivityCheckInterval from 5ms to 100ms by @seejdev in #1173
  • Reducing spammy log messages by @seejdev in #1153
  • Use text/template instead of html/template in packagekit by @directionless in #1184
  • Introducing Flags interface, with implementation for control server related flags by @seejdev in #1114
  • Moving remaining launcher flags to Knapsack by @seejdev in #1138
  • Pass knapsack in to tuf autoupdater to simplify configuration by @RebeccaMahany in #1168
  • Removing unnecessary Knapsack/Flags setters by @seejdev in #1170

Build and Package

Full Changelog: v1.0.7...v1.0.8

v1.0.7

13 Apr 20:27
f401999
Compare
Choose a tag to compare

v1.0.7 is a small patch to v1.0.6, it fixes a missing case in the kolide_softwareupdate and improves how Kolide Desktop finds console users on windows.

Table Changes

General

  • Add option to include stderr with stdout for execparser by @RebeccaMahany in #1129
  • Autoupdate: Add library manager to handle TUF downloads by @RebeccaMahany in #1111
  • Desktop: Add additional context to error messages during user lookup by @directionless in #1124
  • Desktop: Allowing Windows to find console users without requiring User.UiD by @seejdev in #1128

Full Changelog: v1.0.6...v1.0.7

v1.0.6

11 Apr 12:50
4cd56b1
Compare
Choose a tag to compare

v1.0.6 is a small release. It adds a new software update table and functionality to the control server to improve the device trust flow.

Table Changes

General

Build and Package

Full Changelog: v1.0.3...v1.0.6