v0.12.3
This release brings in many new tables, always exciting to see them.
This also introduces the ee
directory. This represent a portion of the Launcher code that is not open source. See license and comments. This is not expected to impact open source builds.
Tables
- Add
kolide_apple_silicon_security_policy
table to capture the boot policies on Apple Silicon Macs by @seejdev in #890 - Add
kolide_dev_table_tooling
table to capture output of allowed commands by @seejdev in #881 - Add
kolide_dsregcmd
table, and a new abstraction for exec and parse by @directionless in #901 - Add
kolide_falcon_kernel_check
table to capture CrowdStrike status data by @seejdev in #888 - Add
kolide_falconctl_stats
table for macOS by @FritzX6 in #858 - Add
kolide_falconctl_systags
andkolide_falconctl_options
tables by @directionless in #903 - Add
kolide_firefox_preferences
table by @goronfreeman in #863 - Add
kolide_macos_available_products
table by @seejdev in #908 - Add
kolide_macos_recommended_updates
table by @seejdev in #904 - Fix table names to start with
kolide_
by @directionless in #910 - Update error messages from
kolide_airport_util
table by @seejdev in #892
General
- Create EE directory by @directionless in #861
- Update project workflows by @directionless in #893
- Simple helper function for testing launcher by @directionless in #724
- Add instructions and files for vs code debugging - v0.2 by @James-Pickett in #897
- Fix typo in error output of exec function by @FritzX6 in #853
- Add launcher generated RSA keys to local database by @directionless in #855
- Dataflatten tables should not error out on exec failure by @directionless in #856
- Add a local http server designed to communicate with the Kolide SaaS in by @directionless in #864, #870, #874
- Add additional information to the local http server by @James-Pickett in #905
- Add Kolide Desktop as an expirmental local interface, this should be limited to Kolide Staff by @James-Pickett in #854, #859, #862, #867, #869, #875, #883, #884, #887, #891
Build and Package
- Add govulncheck by @James-Pickett in #880
- Fix flakey desktop runner tests by @James-Pickett in #909
- Move the augeas lens assets to using
fsutil.CopyFSToDisk
by @directionless in #899 - Rename the main git branch from
master
tomain
by @directionless in #860 - Upgrade go to 1.19 by @James-Pickett in #879
- Upgrade go to 1.19.2 to address tar vuln by @James-Pickett in #906
- Upgrade kolide/kit and handle
fs
tofsutil
rename by @directionless in #871 - Upgraded golang.org/x/net to patch vuln go-2022-0969 by @James-Pickett in #885
- increased timeouts and reduced parallelism for flakey tests by @James-Pickett in #889
New Contributors
- @goronfreeman made their first contribution in #863
- @seejdev made their first contribution in #881
Full Changelog: v0.12.1...v0.12.3