Start release of fleetd v1.22.0 (#17139)

#17053 & #17054
This commit is contained in:
Lucas Manuel Rodriguez 2024-02-26 09:36:53 -03:00 committed by GitHub
parent e8bd9f16b8
commit 762cd076d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

View File

@ -24,7 +24,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.21.0
FLEET_DESKTOP_VERSION: 1.22.0
permissions:
contents: read

View File

@ -1,3 +1,11 @@
## Orbit 1.22.0 (Feb 26, 2024)
* Reduce error logs when orbit cannot connect to Fleet.
* Allow configuring a custom osquery database directory (`ORBIT_OSQUERY_DB` environment variable or `--osquery-db` flag).
* Upgrade go version to 1.21.7.
## Orbit 1.21.0 (Jan 30, 2024)
* For macOS hosts, fleetd now stores and retrieves enroll secret from macOS keychain. This feature is enabled for non-MDM flow. The MDM profile flow will be supported in a future release.

View File

@ -1 +0,0 @@
* Allow configuring a custom osquery database directory (`ORBIT_OSQUERY_DB` environment variable or `--osquery-db` flag).

View File

@ -1 +0,0 @@
* Reduce error logs when orbit cannot connect to Fleet.

View File

@ -1 +0,0 @@
- upgrade go version to 1.21.7