Release fleetd 1.39.1 (#26314)

This commit is contained in:
Tim Lee
2025-02-13 16:26:18 -07:00
committed by GitHub
parent 181227bc3d
commit c582f74fdd
4 changed files with 9 additions and 6 deletions
@@ -19,7 +19,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.39.0
FLEET_DESKTOP_VERSION: 1.39.1
permissions:
contents: write
+4
View File
@@ -1,3 +1,7 @@
## Orbit 1.39.1 (Feb 12, 2025)
* Fixed a bug where fleetd could not install software from an old fleet server.
## Orbit 1.39.0 (Feb 07, 2025)
* Fixed a bug where the `SystemDrive` environment variable was not being passed to osqueryd.
+4 -4
View File
@@ -7,8 +7,8 @@ Following are the currently deployed versions of fleetd components on the `stabl
| Component\OS | macOS | Linux | Windows | Linux (arm64) |
|--------------|--------------|--------|---------|---------------|
| orbit | 1.38.1 | 1.38.1 | 1.38.1 | 1.38.1 |
| desktop | 1.38.1 | 1.38.1 | 1.38.1 | 1.38.1 |
| orbit | 1.39.1 | 1.39.1 | 1.39.1 | 1.39.1 |
| desktop | 1.39.1 | 1.39.1 | 1.39.1 | 1.39.1 |
| osqueryd | 5.15.0 | 5.15.0 | 5.15.0 | 5.15.0 |
| nudge | 1.1.10.81462 | - | - | - |
| swiftDialog | 2.1.0 | - | - | - |
@@ -18,8 +18,8 @@ Following are the currently deployed versions of fleetd components on the `stabl
| Component\OS | macOS | Linux | Windows | Linux (arm64) |
|--------------|--------|--------|---------|---------------|
| orbit | 1.38.1 | 1.38.1 | 1.38.1 | 1.38.1 |
| desktop | 1.38.1 | 1.38.1 | 1.38.1 | 1.38.1 |
| orbit | 1.39.1 | 1.39.1 | 1.39.1 | 1.39.1 |
| desktop | 1.39.1 | 1.39.1 | 1.39.1 | 1.39.1 |
| osqueryd | 5.15.0 | 5.15.0 | 5.15.0 | 5.15.0 |
| nudge | - | - | - | - |
| swiftDialog | - | - | - | - |
-1
View File
@@ -1 +0,0 @@
- Fixed a bug where fleetd could not install software from an old fleet server