Skip to content

Commit

Permalink
release-notes: add initial release notes for the v94 release
Browse files Browse the repository at this point in the history
Co-authored-by: Katrina Prosise <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti and kprosise committed Jul 18, 2024
1 parent 7c8a7e0 commit 10c22b2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions release-notes/rn_v94.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# LmP V94 Release Notes

> [!NOTE]

Check warning on line 3 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.expand-acronyms] 'NOTE' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal. Raw Output: {"message": "[Fio-docs.expand-acronyms] 'NOTE' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal.", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 3, "column": 5}}}, "severity": "WARNING"}
You can view the full [v94 changelog](https://foundries.io/products/releases/94/) for greater detail.

* [v94 Test Results](https://qa-reports.foundries.io/lmp/lmp-ci-testing/build/e27cb36c6c8df52df543887cdb6b407ce84ef33d/)

## Attention Points for Migration

Things to be aware of when [updating LmP](https://docs.foundries.io/94/reference-manual/linux/linux-update.html) from the v93 release:

> - Base OE/Yocto version in v94 is still kirkstone (4.0.19)

Check warning on line 12 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.yocto-project-name] Use full name: Yocto Project Raw Output: {"message": "[Fio-docs.yocto-project-name] Use full name: Yocto Project", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 12, "column": 15}}}, "severity": "WARNING"}
> - TI BSP updated to the 09.02.00.004 release, without major changes
> - NVIDIA Tegra BSP updated to the L4T R35.5.0 release, without major changes
> - NXP BSP updated to the lf-6.1.55-2.2.0 release, including updates to U-Boot

Check failure on line 15 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.en-dash] Use an en dash for numerical ranges and dates Raw Output: {"message": "[Fio-docs.en-dash] Use an en dash for numerical ranges and dates", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 15, "column": 37}}}, "severity": "ERROR"}
> and Kernel, which could cause patch conflicts
> - Go had a major update, from the 1.20.x series to the 1.22.5 release
Please also check the respective vendor BSP release notes for more
information.

## Known Issues

TODO: Update with post-release findings

Check warning on line 24 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.expand-acronyms] 'TODO' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal. Raw Output: {"message": "[Fio-docs.expand-acronyms] 'TODO' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal.", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 24, "column": 1}}}, "severity": "WARNING"}

## Aktualizr-Lite Updates

> - Offline update bundles are now tied to a specific tag and device
> type. This is enforced by a new signed metadata file added to the
> bundle by fioctl >= 0.42

Check warning on line 30 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Branding-and-names] Use 'Fioctl' instead of 'fioctl' Raw Output: {"message": "[Fio-docs.Branding-and-names] Use 'Fioctl' instead of 'fioctl'", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 30, "column": 17}}}, "severity": "INFO"}
> - Applications can be included in offline update bundles by using new
> factory configuration parameters (containers.offline.enable and
> containers.offline.app_shortlist), instead of having to enable image
> preloading. See [Offline - Updates](https://docs.foundries.io/94/user-guide/offline-update/offline-update.html#prerequisites) for mode details

Check warning on line 34 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.em-dash] Did you mean to you use an em dash '—'? Raw Output: {"message": "[Fio-docs.em-dash] Did you mean to you use an em dash '—'?", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 34, "column": 31}}}, "severity": "WARNING"}
> - Update events and callbacks are now enabled during offline updates
> - Applications state verification, removal and pruning are now
> performed by the composectl tool
> - Bug fixes
## General Updates

> - LMP release based on the OE/Yocto 4.0.19 Kirkstone release

Check warning on line 42 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.expand-acronyms] 'LMP' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal. Raw Output: {"message": "[Fio-docs.expand-acronyms] 'LMP' has no definition, definition is missing capitalization, or is a variable name and should be written as a literal.", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 42, "column": 7}}}, "severity": "WARNING"}

Check warning on line 42 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Branding-and-names] Use 'LmP' instead of 'LMP' Raw Output: {"message": "[Fio-docs.Branding-and-names] Use 'LmP' instead of 'LMP'", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 42, "column": 7}}}, "severity": "INFO"}

Check warning on line 42 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.yocto-project-name] Use full name: Yocto Project Raw Output: {"message": "[Fio-docs.yocto-project-name] Use full name: Yocto Project", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 42, "column": 35}}}, "severity": "WARNING"}
> - Bitbake updated to the 2.0.19 release
> - Linux-lmp updated to the v6.1.90 stable release

Check warning on line 44 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Branding-and-names] Use 'LmP' instead of 'lmp' Raw Output: {"message": "[Fio-docs.Branding-and-names] Use 'LmP' instead of 'lmp'", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 44, "column": 13}}}, "severity": "INFO"}
> - Linux-lmp-rt updated to the v6.1.90-rt30 stable release

Check warning on line 45 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Branding-and-names] Use 'LmP' instead of 'lmp' Raw Output: {"message": "[Fio-docs.Branding-and-names] Use 'LmP' instead of 'lmp'", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 45, "column": 13}}}, "severity": "INFO"}
> - Linux-lmp-ti-staging updated to the 09.02.00.004 tag
> - Go updated to the 1.22.5 stable release
> - Rust updated to the 1.75 stable release
> - OpenSSL updated to the 3.0.14 stable release
> - Linux-firmware updated to the 20240220 snapshot
> - TI BSP updated to the 09.02.00.004 release
> - NXP BSP updated to the lf-6.1.55-2.2.0 release

Check failure on line 52 in release-notes/rn_v94.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.en-dash] Use an en dash for numerical ranges and dates Raw Output: {"message": "[Fio-docs.en-dash] Use an en dash for numerical ranges and dates", "location": {"path": "release-notes/rn_v94.md", "range": {"start": {"line": 52, "column": 37}}}, "severity": "ERROR"}
> - NVIDIA Tegra BSP updated to the L4T R35.5.0 release
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ OE/Yocto Project, the Linux microPlatform™ and Docker®.
:caption: Release Notes
:name: sec-release-notes

v94 <https://github.com/foundriesio/docs/blob/main/release-notes/rn_v94.md>
v93 <https://github.com/foundriesio/docs/blob/main/release-notes/rn_v93.md>
v92 <https://github.com/foundriesio/docs/blob/main/release-notes/rn_v92.md>

Expand Down

0 comments on commit 10c22b2

Please sign in to comment.