Commit Graph
4634 Commits
Author SHA1 Message Date
jarnpher_rice 348c67d932 Add WithStdout option for osquery's Runner (#5637)
* Add WithStdout option for osquery's Runner 

fetch the osquery output to do something in other flow

* Create osquery-runner-withstdout

* Update osquery.go
2022-05-31 14:36:19 -03:00
Michal Nicpon 1da9425869 make softare actually unique for osquery perf (#5956) 2022-05-31 10:37:57 -06:00
dependabot[bot] e8c61abc92 Bump goreleaser/goreleaser-action from 2.9.1 to 3 (#5972)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.9.1 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/b953231f81b8dfd023c58e0854a721e35037f28b...68acf3b1adf004ac9c2f0a4259e85c5f66e99bef)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 13:24:23 -03:00
Lucas Manuel Rodriguez 98be6cfc29 Improve Fleet Desktop "My Device" menu item UX at install time (#5915)
* Improve Fleet Desktop My Device link availability

* Use svc.clock and add test

* Revert change and add check for LastEnrolledAt on tests
2022-05-31 12:56:51 -03:00
Desmi-Dizney bf0db96e74 Docs editor pass - Contributing - API-Versioning (#5923)
This has been edited for content and copy.
2022-05-31 09:35:45 -05:00
Desmi-Dizney ce03373cc3 Editor pass - Simplify adding hosts page (#5884)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5830
2022-05-31 09:54:56 -04:00
Desmi-Dizney ab95bea7f3 Editor pass - new "checked for vulnerabilities" entry (#5886)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5435
2022-05-31 09:54:31 -04:00
Desmi-Dizney 95832d74db Docs Editor pass - Contributing - API for contributors (#5927)
This has been edited for content and copy.
2022-05-31 09:54:03 -04:00
Desmi-Dizney f8e8c20034 Docs editor pass - Contributing - Building Fleet (#5952)
This has been edited for content and copy.
2022-05-31 09:53:09 -04:00
Desmi-Dizney 45f169de27 Docs editor pass - Contributing - Committing-Changes (#5957)
This has been edited for content and copy.
2022-05-31 09:52:27 -04:00
Desmi-Dizney 17834890a2 Docs editor pass - Contributing - Contribution FAQ (#5958)
This has been edited for content and copy.
2022-05-31 09:51:41 -04:00
Desmi-Dizney b12a942cc1 Docs editor pass - Contributing - Migrations (#5959)
This has been edited for content and copy.
2022-05-31 09:50:18 -04:00
Desmi-Dizney 283302c595 Docs editor pass - Contributing - Seeding data (#5961)
This has been edited for content and copy.
2022-05-31 09:49:33 -04:00
Lucas Manuel Rodriguez 40bbc7ec5f Orbit: Remove functionality superseeded by local TUF test scripts (#5970)
* Remove functionality superseeded by local TUF test scripts

* Amend docs as per review
2022-05-31 10:19:01 -03:00
Lucas Manuel Rodriguez 0b511ccd1e Add orbit_info support to osquery-perf (#5922)
* Add support for orbit_info to osquery-perf

* Add orbit_info support to osquery-perf

* Use 0.5 as default for orbit_info

* Fix CodeQL security warning on osquery-perf
2022-05-31 10:15:58 -03:00
dependabot[bot] de3e19e52f Bump actions/setup-go from 3.0.0 to 3.2.0 (#5917)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/f6164bd8c8acb4a71fb2791a8b6c4024ff038dab...b22fbbc2921299758641fab08929b4ac52b32923)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:13:26 -03:00
Lucas Manuel Rodriguez 9080563b7d Fix some go lint warnings (#5888)
* Fix go lint warnings

* Add test for SMTPConfigured update
2022-05-31 07:19:57 -03:00
Lucas Manuel Rodriguez 6fdfb1d0d6 Remove orbit unused package (#5887) 2022-05-31 07:19:33 -03:00
Lucas Manuel Rodriguez 5527cf3cef Add --fleet-desktop to linux packaging on test-integration.yml (#5926)
* Add --fleet-desktop to linux packaging on test-integration.yml

* Fix --fleet-desktop flag
2022-05-31 07:14:59 -03:00
Eric cbeb3edd5b website: update homepage hero container height (#5966) 2022-05-30 16:56:45 -05:00
Guillaume Ross 6dddfbb564 Update security-policies.md (#5964)
1. Background checks do not actually need to be done before the first day but rather before access to the Fleet automatic update environment is granted.
2. Added note about board meetings.
3. Added a note about Fleeties spreadsheet being required
2022-05-30 13:06:16 -04:00
Michal Nicpon a652292d0f Don't return orphaned software from the API (#5840) 2022-05-30 09:23:27 -06:00
Desmi-Dizney a51547018d Editor pass - Handbook: Sales (#5944)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5924
2022-05-30 10:01:57 -05:00
Roberto Dip fc7a045209 ensure previous host membership policies are deleted on enrollment (#5890)
Related to #5776, this ensures that when a host is re-enrolled on a different team we cleanup existing policy memberships in the same way we do when a host is assigned a team through the API.
2022-05-30 10:30:15 -03:00
Eric 9798e6abb4 Website: update documentation CTA (#5946) 2022-05-30 09:31:08 +09:00
Eric 0b15d212af Website: Add TechCrunch button to homepage (#5948)
* website: add Techcrunch button to homepage

* move styles inline
2022-05-30 09:25:49 +09:00
Mike McNeil 48f79e0092 FAQ: Clarify that we also performance test Fleet (#5953) 2022-05-27 15:58:43 -05:00
Roberto Dip 5b1ea0f079 update changelog for v4.15.0 (#5951) 2022-05-27 17:52:06 -03:00
d17a8151b4 Prepare for 4.15.0 (#5858)
Co-authored-by: Katheryn Satterlee <me@ksatter.com>
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2022-05-27 16:50:20 -03:00
Zachary Winnerman baaccaadb7 quick fixup for loadtesting (#5940)
* quick fixup for loadtesting

* fixup
2022-05-27 15:35:41 -04:00
Desmi-Dizney 843dfe29c0 Editor pass - Handbook: Edit Customers Page (#5945)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5892
2022-05-27 13:20:05 -05:00
Desmi-Dizney 1f5413ed17 Added commas and hyphens links (#5943)
I added the commas and hyphens links.
2022-05-27 12:55:30 -05:00
Desmi-Dizney 3eaff4e0c9 Added commas and hyphens sections (#5942)
Added commas and hyphens sections
2022-05-27 12:36:58 -05:00
Luke Heath 258eb278fd Fix API endpoints in generated flagfile (#5941) 2022-05-27 11:19:40 -05:00
Nathanael Holliday 2c67b658d2 Handbook: Edit Customers Page (#5892)
@mikermcneil Added the relevant parts from https://github.com/fleetdm/confidential/issues/99 to the customers page as requested.
2022-05-27 11:02:06 -04:00
Guillaume Ross bea61c7554 Fixed COO typo (#5938)
Policy referred to the CEO but spelled out as Chief Operating Officer. Fixed!
2022-05-27 10:00:25 -04:00
Eric 6b79812404 Website: fix markdown link in article (#5928) 2022-05-27 13:10:00 +09:00
Eric 5188f6642e Handbook: Remove duplicate headings (#5935) 2022-05-26 20:58:56 -05:00
Zach Wasserman b9161d008f Use goreleaser v1.1.0 for Orbit build (#5934) 2022-05-26 18:03:15 -07:00
Zach Wasserman 087b85a540 Bump Orbit Go version to 1.18.2 (#5933) 2022-05-26 17:32:34 -07:00
Zach Wasserman 023a9b4be6 Update Fleet Desktop version to 0.0.2 (#5932) 2022-05-26 17:26:00 -07:00
Zach Wasserman bcaa95e5a2 Explicitly set goreleaser version in Orbit release (#5931) 2022-05-26 17:24:57 -07:00
Zach Wasserman efba05f062 Update Orbit changelog for v0.0.12 (#5930) 2022-05-26 16:45:49 -07:00
Zach Wasserman 632ed6a7c4 Fix lint issue in Orbit test (#5929)
Fixes issue introduced by #5894.

This was missed due to distraction from other (typical) CI failures on dependabot PRs.
2022-05-26 16:44:49 -07:00
dependabot[bot]andZach Wasserman 092940b862 Bump github.com/theupdateframework/go-tuf from 0.2.0 to 0.3.0 (#5894)
* Bump github.com/theupdateframework/go-tuf from 0.2.0 to 0.3.0

Bumps [github.com/theupdateframework/go-tuf](https://github.com/theupdateframework/go-tuf) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/theupdateframework/go-tuf/releases)
- [Commits](https://github.com/theupdateframework/go-tuf/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/theupdateframework/go-tuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove err check for client.IsLatestSnapshot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2022-05-26 16:13:19 -07:00
Charlie ChanceandMike McNeil f4ed3845c7 Handbook: Sales (#5924)
* Handbook: Sales

* Create sales.md

* 🤝

* Add a boilerplate intro paragraph

Credit goes to https://about.gitlab.com/handbook/sales/ for this content

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-05-26 18:02:01 -05:00
Mike Thomas a48e2f7643 blog migration (#5909)
Migrated the following articles:

• How to install osquery and enroll macOS devices into Fleet
• How to install osquery and enroll Windows devices into Fleet
• How to install osquery and enroll Linux devices into Fleet

For article: Apply BYOD to soothe supply chain pain:

• Changed category from "product" to "security"
2022-05-26 17:52:12 -05:00
gillespi314 baeff6e893 Add validation for pack scheduled query interval (#5918) 2022-05-26 16:54:21 -05:00
Kelvin Oghenerhoro OmereshoneandTim Kern 8e5cedf16e Article on enrolling a DigitalOcean Droplet on a Fleet instance (#5900)
* feat: article on enrolling a DigitalOcean Droplet on a Fleet instance

* Update enrolling-a-digital-ocean-droplet-on-a-fleet-instance.md

Co-authored-by: Tim Kern <tim@fleetdm.com>
2022-05-26 16:33:45 -05:00
Zachary Winnerman 3be4c9c353 Allow rds access from jump box sg (#5920) 2022-05-26 14:24:57 -05:00