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
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.22.0
FLEET_DESKTOP_VERSION: 1.23.0
permissions:
contents: read

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.

View file

@ -1 +0,0 @@
* Add exponential backoff to orbit enroll retries.

View file

@ -1 +0,0 @@
- Add `parse_json`, `parse_jsonl`, `parse_xml`, and `parse_ini` tables.