mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
6b6b6e60f2
commit
78fc11dd4e
4 changed files with 7 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
env:
|
||||
FLEET_DESKTOP_VERSION: 1.23.0
|
||||
FLEET_DESKTOP_VERSION: 1.24.0
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
## Orbit 1.24.0 (Apr 17, 2024)
|
||||
|
||||
* Fixed script execution exit codes on windows by casting to signed integers to match windows interpreter.
|
||||
|
||||
* In orbit_info table, added desktop_version and scripts_enabled fields.
|
||||
|
||||
## Orbit 1.23.0 (Apr 08, 2024)
|
||||
|
||||
* Add `parse_json`, `parse_jsonl`, `parse_xml`, and `parse_ini` tables.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
In orbit_info table, added desktop_version and scripts_enabled fields.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Cast windows exit codes to signed integers to match windows interpreter
|
||||
Loading…
Reference in a new issue