Luke Heath
df16d76565
Add fleet_calendar_periodicity to dogfood environment ( #19633 )
...
From this PR: https://github.com/fleetdm/fleet/pull/19559
---------
Co-authored-by: Robert Fairburn <8029478+rfairburn@users.noreply.github.com>
2024-06-10 15:15:36 -07:00
Luke Heath
fbe9c1b498
Adding changes for Fleet v4.51.0 ( #19601 )
2024-06-10 09:47:23 -07:00
Robert Fairburn
d65f59ed84
update osquery-carve module version in dogfood ( #19535 )
2024-06-05 12:31:40 -05:00
Grant Bilstad
9db32a5827
Update s3 carves bucket expiry for dogfood ( #19533 )
...
Need to update to extended expiry for carves s3 as not to remove for
software_installs
@rfairburn will apply with no downtime to Dogfood
2024-06-05 12:12:32 -05:00
Robert Fairburn
d241ce7a1d
Fleet server private key ( #19451 )
...
This is needed to support the latest release in loadtesting and dogfood.
2024-06-03 13:21:01 -05:00
Sharon Katz
0d0d37d30d
Adding changes for Fleet v4.50.2 ( #19410 )
2024-05-31 16:51:21 -04:00
Sharon Katz
1047ed2622
Adding changes for Fleet v4.50.1 ( #19334 )
2024-05-30 12:23:59 -04:00
Robert Fairburn
0cf1f78bf1
Update loadtest osquery-perf to cleanup vulns in built image ( #19317 )
...
Note this is the same Dockerfile used in cloud for adding fake hosts to
preview/tests environments.
2024-05-28 16:33:55 -05:00
Benjamin Edwards
a2ac7e9083
increase monitoring delay ( #19201 )
...
part 1 of 2 of https://github.com/fleetdm/fleet/issues/19038
2024-05-23 16:18:38 -04:00
Roberto Dip
987b64a0c7
update to go1.22.3 + dependencies ( #19142 )
...
For #16795 , this:
- Updates Go to go1.22.3
- Per
https://github.com/fleetdm/fleet/issues/16795#issuecomment-2100450618 , I
also ran the following to update the versions requested by @getvictor
```
go get github.com/kataras/golog@v0.1.12
go get github.com/kataras/iris/v12@v12.2.11
go get github.com/sethvargo/go-password@v0.3.0
```
**Notes**
After this is merged people will need to update their Go version. I use
gvm and I did it like:
```
$ gvm install go1.22.3
$ gvm use go1.22.3 --default
```
**Relevant changes**
The release notes mention:
> Previously, the variables declared by a “for” loop were created once
> and updated by each iteration. In Go 1.22, each iteration of the loop
> creates new variables, to avoid accidental sharing bugs.
However, we already have a lint rule (see
https://github.com/fleetdm/fleet/pull/13877 ) for this scenario, so it
shouldn't affect us.
2024-05-23 16:23:38 -03:00
Luke Heath
a540e0e38b
Adding changes for Fleet v4.50.0 ( #19191 )
2024-05-23 11:11:28 -05:00
George Karr
e61e3edb39
Adding changes for patch 4.49.4 ( #19163 )
2024-05-21 11:20:37 -05:00
Benjamin Edwards
b7e10a3dd8
fleet on render ( #18850 )
2024-05-08 14:12:40 -04:00
Sharon Katz
e735e51915
Adding changes for patch 4.49.3 ( #18769 )
...
Co-authored-by: Luke Heath <luke@fleetdm.com>
2024-05-07 13:32:46 -04:00
George Karr
cb6cfe9da5
Adding changes for patch 4.49.2 ( #18637 )
2024-04-30 11:52:03 -05:00
Robert Fairburn
a4bd6aad04
engine_version in wrong place ( #18624 )
2024-04-29 18:41:11 -05:00
Luke Heath
9bd87ca87f
Bump dogfood terraform to 8.0.mysql_aurora.3.05.2 ( #18620 )
2024-04-29 18:00:43 -05:00
Robert Fairburn
27a4071a89
Make terraform match prod RDS versions ( #18621 )
2024-04-29 17:58:17 -05:00
George Karr
b75545ba26
Adding changes for patch 4.49.1 ( #18573 )
2024-04-26 12:35:44 -05:00
Luke Heath
2a1c19e26c
Adding changes for Fleet v4.49.0 ( #18496 )
2024-04-24 14:13:59 -05:00
Sharon Katz
420e2adb0f
Adding changes for patch 4.48.3 ( #18306 )
...
Co-authored-by: Luke Heath <luke@fleetdm.com>
2024-04-17 16:41:06 -04:00
George Karr
f02d4706f5
Adding changes for patch 4.48.2 ( #18148 )
2024-04-10 13:21:59 -05:00
George Karr
af7f0fa89e
Adding changes for patch 4.48.1 ( #18129 )
2024-04-09 11:41:41 -05:00
Victor Lyuboslavsky
e8487fae53
In kubequery, updating golang.org/x/net dependency to fix GO-2024-2687 ( #18108 )
...
#17903
In kubequery, updating golang.org/x/net dependency to fix GO-2024-2687
2024-04-05 17:43:10 -05:00
Luke Heath
7b91434452
Updating changelog for 4.48.0 ( #18014 )
2024-04-02 15:38:42 -05:00
Robert Fairburn
57793c27a0
Remove WAF from dogfood ( #17940 )
2024-03-28 13:55:41 -05:00
George Karr
f2b3a58bff
Updating changelog for 4.47.3 ( #17871 )
2024-03-27 10:41:51 -05:00
Sharon Katz
b44848eeba
Updating changelog for 4.47.2 ( #17804 )
2024-03-26 09:18:34 -05:00
StepSecurity Bot
80335d88d1
[StepSecurity] Apply security best practices ( #17811 )
2024-03-22 16:19:11 -05:00
George Karr
c6d5151198
Updating changelog for 4.47.1 ( #17689 )
2024-03-19 09:47:00 -05:00
Benjamin Edwards
0d9718aea6
enable & upgrade external vuln scans ( #17038 )
2024-03-15 11:45:58 -04:00
dependabot[bot]
49b689391d
Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /infrastructure/kubequery ( #17606 )
2024-03-14 11:27:24 -05:00
Robert Fairburn
8aa1c2b147
Add Vanta Owner to spend alerts ( #17623 )
2024-03-14 11:25:55 -05:00
Luke Heath
88d41915eb
Prepare Fleet v4.47.0 ( #17581 )
2024-03-12 17:45:26 -05:00
George Karr
33bb67b7af
update changelog 4.46.2 ( #17337 )
...
- Updating changelog for 4.46.2
2024-03-06 15:41:55 -06:00
Lucas Manuel Rodriguez
4acb713bf1
osquery-perf changes for Fleet downtime load test (#17310 )
...
Including all the osquery-perf changes needed to perform #16423 .
2024-03-04 15:10:10 -03:00
Sharon Katz
07511dc19c
4.46.1 changes (changelog, version numbers) ( #17293 )
2024-03-01 11:30:26 -05:00
Gianluca Varisco
6d2a57ec83
[GCP] Fixed typo in terraform instructions - readme.md ( #17025 )
2024-02-22 10:33:05 -06:00
Gabriel Hernandez
6442716fb9
go 1.21.7 upgrade ( #16980 )
...
relates to #16794
upgrade golang to 1.21.7
- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files )
for more information.
- [x] Manual QA for all new/changed functionality
2024-02-22 15:02:41 +00:00
Luke Heath
186fdec05a
Remove sandbox infrastructure directory ( #16902 )
2024-02-21 16:07:58 -06:00
Luke Heath
7361f4d8d5
Prepare v4.45.0 ( #17005 )
2024-02-21 11:32:22 -06:00
Lucas Manuel Rodriguez
b911b36fb0
Amend loadtesting readme ( #16981 )
...
#16423 .
Instructions were wrong, this is the way.
2024-02-20 11:18:22 -03:00
Lucas Manuel Rodriguez
9080ff5361
Add docs on how to rebuild osquery-perf for load testing ( #16970 )
...
I had to run these steps for #16423 . (To reduce memory footprint of
osquery-perf.)
2024-02-19 19:27:24 -03:00
Robert Fairburn
3eddd82e3e
Fix mysql 8.0 compatibility in loadtesting. ( #16964 )
...
Old snapshot was 5.7 would no longer work
2024-02-19 14:16:31 -06:00
Robert Fairburn
7407328138
Dogfood update 2 ( #16934 )
2024-02-16 13:10:57 -06:00
Robert Fairburn
c2aa7eea65
Disable external vuln processing in dogfood for the moment ( #16933 )
2024-02-16 12:51:58 -06:00
Benjamin Edwards
d5a9e8f557
add vuln processing module to dogfood ( #16742 )
2024-02-15 11:22:35 -06:00
George Karr
aac971145f
Update Versions for 4.44.1 ( #16722 )
2024-02-12 16:20:07 -06:00
Luke Heath
668fe41611
Prepare v4.44.0 ( #16486 )
2024-01-31 16:11:22 -06:00
Roberto Dip
4aff553f1b
update Go to 1.21.6 ( #16405 )
...
for https://github.com/fleetdm/fleet/issues/16278
2024-01-29 15:11:07 -03:00