Skip to content

Commit 5ead113

Browse files
lukeheathsgress454
andauthored
Prepare Fleet v4.58.1 (#26895)
Co-authored-by: Scott Gress <[email protected]>
1 parent 35cdd9e commit 5ead113

37 files changed

+91
-714
lines changed

.github/workflows/build-binaries.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: JS Dependency Cache
4646
id: js-cache
47-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v2
47+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
4848
with:
4949
path: |
5050
**/node_modules
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Go Cache
5858
id: go-cache
59-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v2
59+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
6060
with:
6161
# In order:
6262
# * Module download cache
@@ -88,7 +88,7 @@ jobs:
8888
- name: Build binaries
8989
run: make
9090

91-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
91+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
9292
with:
9393
name: build
9494
path: build/

.github/workflows/build-orbit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ORBIT_COMMIT: ${{ github.sha }}
7474

7575
- name: Upload orbit
76-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
76+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
7777
with:
7878
name: orbit
7979
path: |

.github/workflows/fleet-and-orbit.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ jobs:
155155

156156
- name: Upload fleet logs
157157
if: always()
158-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
158+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
159159
with:
160160
name: fleet-logs
161161
path: |
162162
fleet_log
163163
164164
- name: Upload cloudflared logs
165165
if: always()
166-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
166+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
167167
with:
168168
name: cloudflared.log
169169
path: cloudflared.log
@@ -240,7 +240,7 @@ jobs:
240240
make osqueryd-app-tar-gz version=$OSQUERY_VERSION out-path=.
241241
242242
- name: Upload desktop.app.tar.gz and osqueryd.app.tar.gz
243-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
243+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
244244
with:
245245
name: macos-pre-built-apps
246246
path: |
@@ -306,21 +306,21 @@ jobs:
306306
./tools/tuf/test/main.sh
307307
308308
- name: Upload PKG installer
309-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
309+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
310310
with:
311311
name: fleet-osquery.pkg
312312
path: |
313313
fleet-osquery.pkg
314314
315315
- name: Upload DEB installer
316-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
316+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
317317
with:
318318
name: fleet-osquery_42.0.0_amd64.deb
319319
path: |
320320
fleet-osquery_42.0.0_amd64.deb
321321
322322
- name: Upload MSI installer
323-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
323+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
324324
with:
325325
name: fleet-osquery.msi
326326
path: |
@@ -370,7 +370,7 @@ jobs:
370370
371371
- name: Upload orbit logs
372372
if: always()
373-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
373+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
374374
with:
375375
name: orbit-logs
376376
path: |
@@ -421,7 +421,7 @@ jobs:
421421
422422
- name: Upload orbit logs
423423
if: always()
424-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
424+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
425425
with:
426426
name: orbit-logs
427427
path: |
@@ -540,7 +540,7 @@ jobs:
540540
541541
- name: Upload Orbit logs
542542
if: always()
543-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
543+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
544544
with:
545545
name: orbit-logs-windows
546546
path: C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log

.github/workflows/fleetctl-preview-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Upload logs
9696
if: always()
97-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
97+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
9898
with:
9999
name: ${{ matrix.os }}-log
100100
path: |

.github/workflows/fleetctl-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload logs
5757
if: always()
58-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
58+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
5959
with:
6060
name: ${{ matrix.os }}-log
6161
path: |

.github/workflows/generate-nudge-targets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: make nudge-app-tar-gz version=$NUDGE_VERSION out-path=.
4646

4747
- name: Upload nudge.app.tar.gz
48-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
48+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
4949
with:
5050
name: nudge.app.tar.gz
5151
path: nudge.app.tar.gz

.github/workflows/generate-osqueryd-targets.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
make osqueryd-app-tar-gz out-path=. version=$OSQUERY_VERSION
4747
4848
- name: Upload osqueryd.app.tar.gz
49-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
49+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
5050
with:
5151
name: osqueryd.app.tar.gz
5252
path: osqueryd.app.tar.gz
@@ -71,7 +71,7 @@ jobs:
7171
./opt/osquery/bin/osqueryd --version
7272
7373
- name: Upload osqueryd for linux
74-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
74+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
7575
with:
7676
name: osqueryd
7777
path: opt/osquery/bin/osqueryd
@@ -100,7 +100,7 @@ jobs:
100100
file ./opt/osquery/bin/osqueryd | grep aarch64
101101
102102
- name: Upload osqueryd for linux-arm64
103-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
103+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
104104
with:
105105
name: osqueryd-arm64
106106
path: opt/osquery/bin/osqueryd
@@ -127,7 +127,7 @@ jobs:
127127
C:\temp\osquery\osqueryd\osqueryd.exe --version
128128
129129
- name: Upload osqueryd for Windows
130-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
130+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
131131
with:
132132
name: osqueryd.exe
133133
path: C:\temp\osquery\osqueryd\osqueryd.exe

.github/workflows/goreleaser-fleet.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4646
with:
47-
go-version-file: 'go.mod'
47+
go-version-file: "go.mod"
4848

4949
- name: Set up Node.js
5050
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
@@ -75,8 +75,8 @@ jobs:
7575
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
7676
with:
7777
distribution: goreleaser-pro
78-
version: "~> 1"
79-
args: release --rm-dist -f .goreleaser.yml
78+
version: "~> 2.6.1"
79+
args: release --clean -f .goreleaser.yml
8080
env:
8181
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/goreleaser-orbit.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
5353
with:
54-
go-version-file: 'go.mod'
54+
go-version-file: "go.mod"
5555

5656
- name: Run GoReleaser
57-
run: go run github.com/goreleaser/goreleaser@56c9d09a1b925e2549631c6d180b0a1c2ebfac82 release --debug --rm-dist --skip-publish -f orbit/goreleaser-macos.yml # v1.20.0
57+
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-macos.yml # v2.4.4
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.FLEET_RELEASE_GITHUB_PAT }}
6060
AC_USERNAME: ${{ secrets.APPLE_USERNAME }}
@@ -90,10 +90,10 @@ jobs:
9090
- name: Set up Go
9191
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
9292
with:
93-
go-version-file: 'go.mod'
93+
go-version-file: "go.mod"
9494

9595
- name: Run GoReleaser
96-
run: go run github.com/goreleaser/goreleaser@56c9d09a1b925e2549631c6d180b0a1c2ebfac82 release --debug --rm-dist --skip-publish -f orbit/goreleaser-linux.yml # v1.20.0
96+
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux.yml # v2.4.4
9797

9898
- name: Upload
9999
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
@@ -123,10 +123,10 @@ jobs:
123123
- name: Set up Go
124124
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
125125
with:
126-
go-version-file: 'go.mod'
126+
go-version-file: "go.mod"
127127

128128
- name: Run GoReleaser
129-
run: go run github.com/goreleaser/goreleaser@56c9d09a1b925e2549631c6d180b0a1c2ebfac82 release --debug --rm-dist --skip-publish -f orbit/goreleaser-linux-arm64.yml # v1.20.0
129+
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux-arm64.yml # v2.4.4
130130

131131
- name: Upload
132132
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
@@ -156,10 +156,10 @@ jobs:
156156
- name: Set up Go
157157
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
158158
with:
159-
go-version-file: 'go.mod'
159+
go-version-file: "go.mod"
160160

161161
- name: Run GoReleaser
162-
run: go run github.com/goreleaser/goreleaser@56c9d09a1b925e2549631c6d180b0a1c2ebfac82 release --debug --rm-dist --skip-publish -f orbit/goreleaser-windows.yml # v1.20.0
162+
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-windows.yml # v2.4.4
163163

164164
- name: Upload
165165
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3

.github/workflows/goreleaser-snapshot-fleet.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go
5858
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
5959
with:
60-
go-version-file: 'go.mod'
60+
go-version-file: "go.mod"
6161

6262
# Set the Node.js version
6363
- name: Set up Node.js
@@ -72,8 +72,8 @@ jobs:
7272
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
7373
with:
7474
distribution: goreleaser-pro
75-
version: "~> 1"
76-
args: release --snapshot --rm-dist -f .goreleaser-snapshot.yml
75+
version: "~> 2.6.1"
76+
args: release --snapshot --clean -f .goreleaser-snapshot.yml
7777
env:
7878
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
7979

.github/workflows/integration.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Upload cloudflared logs
136136
if: always()
137-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
137+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
138138
with:
139139
name: cloudflared.log
140140
path: cloudflared.log
@@ -230,7 +230,7 @@ jobs:
230230
231231
- name: Upload Orbit logs
232232
if: always()
233-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
233+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
234234
with:
235235
name: orbit-macos-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-${{ matrix.desktop-channel }}-logs
236236
path: |
@@ -300,7 +300,7 @@ jobs:
300300
301301
- name: Upload Orbit logs
302302
if: always()
303-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
303+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
304304
with:
305305
name: orbit-ubuntu-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-${{ matrix.desktop-channel }}-logs
306306
path: |
@@ -346,7 +346,7 @@ jobs:
346346
mv fleet-osquery.msi orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}-desktop-${{ matrix.desktop-channel }}.msi
347347
348348
- name: Upload MSI
349-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
349+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
350350
with:
351351
name: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}-desktop-${{ matrix.desktop-channel }}.msi
352352
path: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}-desktop-${{ matrix.desktop-channel }}.msi
@@ -394,14 +394,14 @@ jobs:
394394

395395
- name: Upload orbit install log
396396
if: always()
397-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
397+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
398398
with:
399399
name: msiexec-install-log
400400
path: log.txt
401401

402402
- name: Upload Orbit logs
403403
if: always()
404-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
404+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
405405
with:
406406
name: orbit-windows-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-${{ matrix.desktop-channel }}-logs
407407
path: C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log

.github/workflows/test-fleetd-chrome.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: JS Dependency Cache
4343
id: js-cache
44-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v2
44+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
4545
with:
4646
path: |
4747
**/node_modules

.github/workflows/test-js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: JS Dependency Cache
5454
id: js-cache
55-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v2
55+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
5656
with:
5757
path: |
5858
**/node_modules
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: JS Dependency Cache
9999
id: js-cache
100-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v2
100+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
101101
with:
102102
path: |
103103
**/node_modules

.goreleaser-snapshot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: fleet
24

35
monorepo:

.goreleaser.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: fleet
24

35
monorepo:
@@ -136,10 +138,10 @@ checksum:
136138
name_template: 'checksums.txt'
137139

138140
snapshot:
139-
name_template: "{{ .Tag }}-untagged"
141+
version_template: "{{ .Tag }}-untagged"
140142

141143
changelog:
142-
skip: true
144+
disable: true
143145

144146
release:
145147
github:

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Fleet 4.58.1 (Mar 05, 2025)
2+
3+
### Bug fixes
4+
5+
* Improve validation handling.
6+
17
## Fleet 4.58.0 (Oct 17, 2024)
28

39
**Endpoint Operations:**

charts/fleet/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: fleet
44
keywords:
55
- fleet
66
- osquery
7-
version: v6.2.0
7+
version: v6.2.0-1
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: v4.58.0
11+
appVersion: v4.58.1
1212
dependencies:
1313
- name: mysql
1414
condition: mysql.enabled

0 commit comments

Comments
 (0)