Release fleetd 1.24.0 (#18378)

- **Release fleetd 1.24.0**
This commit is contained in:
Lucas Manuel Rodriguez 2024-04-17 18:37:53 -03:00 committed by GitHub
parent 6b6b6e60f2
commit 78fc11dd4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -24,7 +24,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.23.0
FLEET_DESKTOP_VERSION: 1.24.0
permissions:
contents: read

View file

@ -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.

View file

@ -1 +0,0 @@
In orbit_info table, added desktop_version and scripts_enabled fields.

View file

@ -1 +0,0 @@
* Cast windows exit codes to signed integers to match windows interpreter