Release fleetd 1.23.0 (#18133)

This commit is contained in:
Lucas Manuel Rodriguez
2024-04-09 15:15:06 -03:00
committed by GitHub
parent 2da35b6a38
commit 1b35ffd0ef
4 changed files with 7 additions and 3 deletions
@@ -24,7 +24,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.22.0
FLEET_DESKTOP_VERSION: 1.23.0
permissions:
contents: read
+6
View File
@@ -1,3 +1,9 @@
## Orbit 1.23.0 (Apr 08, 2024)
* Add `parse_json`, `parse_jsonl`, `parse_xml`, and `parse_ini` tables.
* Add exponential backoff to orbit enroll retries.
## Orbit 1.22.0 (Feb 26, 2024)
* Reduce error logs when orbit cannot connect to Fleet.
-1
View File
@@ -1 +0,0 @@
* Add exponential backoff to orbit enroll retries.
-1
View File
@@ -1 +0,0 @@
- Add `parse_json`, `parse_jsonl`, `parse_xml`, and `parse_ini` tables.