mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Release fleetd 1.23.0 (#18133)
This commit is contained in:
parent
2da35b6a38
commit
1b35ffd0ef
4 changed files with 7 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ defaults:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLEET_DESKTOP_VERSION: 1.22.0
|
FLEET_DESKTOP_VERSION: 1.23.0
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
|
|
@ -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)
|
## Orbit 1.22.0 (Feb 26, 2024)
|
||||||
|
|
||||||
* Reduce error logs when orbit cannot connect to Fleet.
|
* Reduce error logs when orbit cannot connect to Fleet.
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
* Add exponential backoff to orbit enroll retries.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
- Add `parse_json`, `parse_jsonl`, `parse_xml`, and `parse_ini` tables.
|
|
||||||
Loading…
Reference in a new issue