Release fleetd 1.37.0 (#24752)

This commit is contained in:
Lucas Manuel Rodriguez
2024-12-13 17:08:36 -03:00
committed by GitHub
parent 82e000a758
commit 7d0609341e
9 changed files with 16 additions and 28 deletions
@@ -19,7 +19,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.36.0
FLEET_DESKTOP_VERSION: 1.37.0
permissions:
contents: read
+1 -21
View File
@@ -62,11 +62,6 @@ jobs:
AC_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CODESIGN_IDENTITY: 51049B247B25B3119FAE7E9C0CC4375A43E47237
- name: Attest binary
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
with:
subject-path: "dist/orbit-macos_darwin_all/orbit"
- name: Upload
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
with:
@@ -100,11 +95,6 @@ jobs:
- name: Run GoReleaser
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux.yml # v2.4.4
- name: Attest binary
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
with:
subject-path: "dist/orbit_linux_amd64_v1/orbit"
- name: Upload
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
with:
@@ -138,16 +128,11 @@ jobs:
- name: Run GoReleaser
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux-arm64.yml # v2.4.4
- name: Attest binary
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
with:
subject-path: "dist/orbit_linux_arm64/orbit"
- name: Upload
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
with:
name: orbit-linux-arm64
path: dist/orbit_linux_arm64/orbit
path: dist/orbit_linux_arm64_v8.0/orbit
goreleaser-windows:
runs-on: windows-2022
@@ -176,11 +161,6 @@ jobs:
- name: Run GoReleaser
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-windows.yml # v2.4.4
- name: Attest binary
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
with:
subject-path: "dist/orbit_windows_amd64_v1/orbit.exe"
- name: Upload
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
with:
+14
View File
@@ -1,3 +1,17 @@
## Orbit 1.37.0 (Dec 13, 2024)
* Added support for key escrow on Ubuntu 20.04.
* Added support for kdialog Linux key escrow prompts for compatibility with Kubuntu systems. Currently supported browser on Kubuntu for Fleet desktop is Chrome.
* Fixed issue where the Linux encryption progress window in zenity was not displaying properly.
* Added support to migrate the MDM provider of Windows devices to Fleet.
* Added `nftables` table to show configuration for Linux `nftables` network filters.
* Updated Go version to 1.23.4.
## Orbit 1.36.0 (Nov 25, 2024)
* Upgraded macadmins osquery-extension to v1.2.3.
@@ -1 +0,0 @@
* Added support to migrate the MDM provider of Windows devices to Fleet.
-1
View File
@@ -1 +0,0 @@
* added support for kdialog linux key escrow prompts for compatibility with kubuntu systems
-1
View File
@@ -1 +0,0 @@
* fixed issue where the linux encryption progress window in zenity was not displaying properly
-1
View File
@@ -1 +0,0 @@
* added support for linux key escrow on ubuntu 20.04
-1
View File
@@ -1 +0,0 @@
- Add `nftables` table to show configuration for Linux `nftables` network filters.
-1
View File
@@ -1 +0,0 @@
* Updated Go version to 1.23.4