Commit Graph

4 Commits

Author SHA1 Message Date
JD
607a89b527
Clarification on NVD for MS Office in 4.28.0 Release Notes (#10226)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] 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.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-01 11:52:42 -08:00
Mike Thomas
d3c4b16348
website-release-post-cta (#10177)
I'm not sure what the official word is on these new CTAs while I've been
away, but I've added Fleet Premium and Fleet MDM CTAs to the 4.28
release post.

<img width="726" alt="image"
src="https://user-images.githubusercontent.com/78363703/221949267-bfc66e22-9f17-4ee1-a11f-0df93f0ba441.png">

<img width="750" alt="image"
src="https://user-images.githubusercontent.com/78363703/221949194-ff971a65-e326-4395-8dd4-362a5fb12234.png">

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-02-28 12:53:41 -06:00
Eric
69c52595a3
Update 4.28.0 release post (#10166)
Changes:
- Fixed the `articleImageUrl` meta value of the 4.28.0 release notes
- Replaced a link to an image
- replaced links to youtube videos with embedded video players
2023-02-28 10:27:22 -06:00
JD
f8eea0ad59
Create 4.28.0 release notes (#10153)
Issue: https://github.com/fleetdm/fleet/issues/9913

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] 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.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Jarod Reyes <jarodreyes@gmail.com>
2023-02-28 08:13:47 -08:00