From 7d0609341ee886c4eec5aeee758c10edb8fbecb1 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Fri, 13 Dec 2024 17:08:36 -0300 Subject: [PATCH] Release fleetd 1.37.0 (#24752) --- .../workflows/generate-desktop-targets.yml | 2 +- .github/workflows/goreleaser-orbit.yaml | 22 +------------------ orbit/CHANGELOG.md | 14 ++++++++++++ .../22898-support-windows-mdm-migration | 1 - orbit/changes/23697-kubuntu-luks | 1 - orbit/changes/24212-fix-zenity-progress | 1 - orbit/changes/24215-ubuntu-2004 | 1 - orbit/changes/nftables-table | 1 - orbit/changes/update-go1.23.4 | 1 - 9 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 orbit/changes/22898-support-windows-mdm-migration delete mode 100644 orbit/changes/23697-kubuntu-luks delete mode 100644 orbit/changes/24212-fix-zenity-progress delete mode 100644 orbit/changes/24215-ubuntu-2004 delete mode 100644 orbit/changes/nftables-table delete mode 100644 orbit/changes/update-go1.23.4 diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 8f28f858fe..e44d8d904b 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -19,7 +19,7 @@ defaults: shell: bash env: - FLEET_DESKTOP_VERSION: 1.36.0 + FLEET_DESKTOP_VERSION: 1.37.0 permissions: contents: read diff --git a/.github/workflows/goreleaser-orbit.yaml b/.github/workflows/goreleaser-orbit.yaml index 54f4721f5a..1f57957caf 100644 --- a/.github/workflows/goreleaser-orbit.yaml +++ b/.github/workflows/goreleaser-orbit.yaml @@ -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: diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index e2156c24dc..c83371c066 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/22898-support-windows-mdm-migration b/orbit/changes/22898-support-windows-mdm-migration deleted file mode 100644 index e4e0401d2b..0000000000 --- a/orbit/changes/22898-support-windows-mdm-migration +++ /dev/null @@ -1 +0,0 @@ -* Added support to migrate the MDM provider of Windows devices to Fleet. diff --git a/orbit/changes/23697-kubuntu-luks b/orbit/changes/23697-kubuntu-luks deleted file mode 100644 index d7ef70f483..0000000000 --- a/orbit/changes/23697-kubuntu-luks +++ /dev/null @@ -1 +0,0 @@ -* added support for kdialog linux key escrow prompts for compatibility with kubuntu systems \ No newline at end of file diff --git a/orbit/changes/24212-fix-zenity-progress b/orbit/changes/24212-fix-zenity-progress deleted file mode 100644 index 8c105a4a6c..0000000000 --- a/orbit/changes/24212-fix-zenity-progress +++ /dev/null @@ -1 +0,0 @@ -* fixed issue where the linux encryption progress window in zenity was not displaying properly \ No newline at end of file diff --git a/orbit/changes/24215-ubuntu-2004 b/orbit/changes/24215-ubuntu-2004 deleted file mode 100644 index c052373e9a..0000000000 --- a/orbit/changes/24215-ubuntu-2004 +++ /dev/null @@ -1 +0,0 @@ -* added support for linux key escrow on ubuntu 20.04 \ No newline at end of file diff --git a/orbit/changes/nftables-table b/orbit/changes/nftables-table deleted file mode 100644 index 8f593afb6a..0000000000 --- a/orbit/changes/nftables-table +++ /dev/null @@ -1 +0,0 @@ -- Add `nftables` table to show configuration for Linux `nftables` network filters. diff --git a/orbit/changes/update-go1.23.4 b/orbit/changes/update-go1.23.4 deleted file mode 100644 index 15f4d16b94..0000000000 --- a/orbit/changes/update-go1.23.4 +++ /dev/null @@ -1 +0,0 @@ -* Updated Go version to 1.23.4