Skip to content

Releases: kolide/launcher

v1.4.1

09 Jan 14:44
1fab6e6
Compare
Choose a tag to compare

1.4.1 is a small release to start getting the new autoupdate functionality out and into testing.

General

Full Changelog: v1.3.2...v1.4.1

v1.3.2

19 Dec 14:35
ff116ef
Compare
Choose a tag to compare

v1.3.2 shifts a lot of the Kolide Agent to being under our EE license. As this now includes the bulk of our tables, this should be considered a breaking change.

This also includes a lot of great changes. Too many to summarize, you'll have to dig through the notes. 🚀

Breaking Changes

Table Changes

General

Build & Package

Full Changelog: v1.2.5...v1.3.2

v1.2.5

01 Dec 00:10
Compare
Choose a tag to compare

Version 1.2.5 is a small patch release to 1.2.1. It adds some additional logging and sets a few more timeouts.

General

  • Add logs to track osquery errgroup shutdowns (#1485)
  • Increase the default osquery socket wait time (#1484)
  • Log when the rungroup has completed shutdown (#1486)
  • Add a timeout for killing osquery process group (#1487)
  • Fix merge from #1497 (c5c7bd9)

Full Changelog: v1.2.1...v1.2.5

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