v0.13.2
This release is the first in the v0.13 line. It moves parts of the underlying macOS install to being an Application Bundle.
Table Changes
- New
kolide_remotectl
table for macOS by @RebeccaMahany in #915 - Removing old references to target_membership table by @seejdev in #957
- Add
kolide_xfconf
table for devices using xfce by @RebeccaMahany in #948 - Remove launcher specific tables when running in interactive mode. by @seejdev in #960
General
- Adding clang format file for local use by @seejdev in #912
- updates consoleuser.CurrentUids on macOS to examine kCGSSessionOnConsoleKey when determining console user by @James-Pickett in #911
- kills desktop process if initial ping fails by @James-Pickett in #914
- Create app bundle for launcher during build process by @RebeccaMahany in #923
- Small Makefile Fixes by @directionless in #925
- Build launcher app bundle in build/darwin./ by @RebeccaMahany in #926
- Upgrade go to 1.19.3 by @directionless in #927
- When shipping app bundle, ship launcher binary as symlink by @RebeccaMahany in #929
- Revert "When shipping app bundle, ship launcher binary as symlink" by @RebeccaMahany in #931
- Point to newest binary inside most recently updated app bundle if available by @RebeccaMahany in #932
- Replace errors.Wrap() with fmt.Errorf() by @James-Pickett in #937
- updates launcher interactive to find latest osquery binary when no osquery path provided by @James-Pickett in #941
- kolide server data table by @James-Pickett in #940
- Change file extension to .json for debug log by @RebeccaMahany in #944
- Set stdin when running launcher in interactive mode on Windows by @RebeccaMahany in #945
- ioutil deprecation by @RebeccaMahany in #946
- Lock version for ubuntu build container to 20.04 by @RebeccaMahany in #949
- Lock build container image for macOS to 11 by @RebeccaMahany in #950
- Packaging for app bundle by @RebeccaMahany in #934
- Add post-create-command script for vscode's dev containers by @RebeccaMahany in #958
- Do not rely on environment variable in parallel tests by @RebeccaMahany in #962
- remove windows cmd prompt on desktop start by @James-Pickett in #964
- Control server phase 1 by @seejdev in #961
- bump to go 1.19.4 by @James-Pickett in #965
- Removed control options from packaging code. by @seejdev in #967
- Control flags compatibility by @seejdev in #968
- Add provisioning profile for Kolide endpoint agent by @RebeccaMahany in #971
- Update filename for provisioning profile by @RebeccaMahany in #972
- Move app bundle install location out of bin directory; create launcher symlink in bin directory by @RebeccaMahany in #975
- Ensure we always put app bundle updates in the bin directory by @RebeccaMahany in #977
- Launcher needs an uninstall by @seejdev in #924
- Replaced deprecated set-output usage by @seejdev in #974
- Control server phase 2 by @seejdev in #966
- Ensure findnew finds the updates dir even with the new app bundle location by @RebeccaMahany in #980
- Ensure Windows launcher prints version to console on
launcher.exe version
by @RebeccaMahany in #982
Full Changelog: v0.12.3...v0.13.2