Skip to content

Commit 877f750

Browse files
committed
RN: Add RN for v97
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
1 parent c3a07b4 commit 877f750

1 file changed

Lines changed: 100 additions & 0 deletions

File tree

release-notes/rn_v97.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# LmP v97 Release Notes
2+
3+
**Quick Links:**
4+
- [v97 Test Results](placeholder)
5+
6+
**Table of Contents**
7+
- [LmP v97 Release Notes](#lmp-v97-release-notes)
8+
- [Important Migration Notes](#important-migration-notes)
9+
- [Updates](#updates)
10+
- [Platform Components](#platform-components)
11+
- [Aktualizr-Lite Updates](#aktualizr-lite-updates)
12+
- [Composectl Updates](#composectl-updates)
13+
- [Deprecations](#deprecations)
14+
- [Plans for the Future](#plans-for-the-future)
15+
- [Known Issues](#known-issues)
16+
17+
## Important Migration Notes
18+
19+
_No migration notes for this release._
20+
21+
## Updates
22+
23+
### Platform Components
24+
25+
**Yocto Project - Scarthgap 5.0.15**
26+
27+
This release is based on OpenEmbedded/Yocto Project 5.0.15 (Scarthgap) and includes the following updated components:
28+
29+
| Component | Version |
30+
|-----------|---------|
31+
| BitBake | 2.8.1 | <!-- TODO: confirm BitBake version for v97 -->
32+
| Go Runtime | 1.22.12-r0 |
33+
| Rust | 1.75.0 |
34+
| OpenSSL | 3.2.6-r0 |
35+
| Linux Firmware | 20240909 |
36+
| docker-cli-config | 0.1-r0 |
37+
| docker-credential-helper-fio | 0.1-r0 |
38+
| ostree-recovery-initramfs | 0.0.1-r0 |
39+
| resize-helper | 0.1-r0 |
40+
| ostree | 2024.5-r0 |
41+
| NetworkManager | 1.46.6-r0 |
42+
| systemd | 1:255.21-r0 |
43+
| docker-moby | 25.0.3+gitf417435e5f6216828dec57958c490c4f8bae4f980+f417435e5f_67e0588f1d-r0 |
44+
45+
**Foundries Updated Platform Components:**
46+
| Component | Version | Release |
47+
|-----------|---------|-------|
48+
| fioconfig | `87efd8b30ea163b2bc97d9ed43c3a666f29864f8` | [link](https://github.com/foundriesio/fioconfig/commit/87efd8b30ea163b2bc97d9ed43c3a666f29864f8) |
49+
| fio-docker-fsck | `c939707c8f424cfd02c8d3c42605ffdb3439d653` | [link](https://github.com/foundriesio/fio-docker-fsck/commit/c939707c8f424cfd02c8d3c42605ffdb3439d653) |
50+
| lmp-device-register | `2557b25bedd47315dec47a01f09d27b979e84569` | [link](https://github.com/foundriesio/lmp-device-register/commit/2557b25bedd47315dec47a01f09d27b979e84569) |
51+
| aktualizr-lite | `2362e88f8b105b32cf871505082bdf3ed242009c` | [link](https://github.com/foundriesio/aktualizr-lite/releases/tag/v97.0.0) |
52+
| composectl | `cc9ef57a9986f768aa659e53142860d9b3818cdc` | [link](https://github.com/foundriesio/composeapp/releases/tag/v96.1.0) |
53+
54+
**Security Updates:**
55+
56+
For detailed CVE fixes included in this release, refer to the Yocto Project release notes:
57+
- [Yocto Project 5.0.14](https://docs.yoctoproject.org/next/migration-guides/release-notes-5.0.14.html)
58+
- [Yocto Project 5.0.15](https://docs.yoctoproject.org/next/migration-guides/release-notes-5.0.15.html)
59+
60+
### Aktualizr-Lite Updates
61+
62+
[View full changelog on GitHub](https://github.com/foundriesio/aktualizr-lite/releases/tag/v97.0.0)
63+
64+
**New Features:**
65+
- **Proxy Support:** Adds configurable proxy support for fetching applications, enabling satellite use-case deployments
66+
- **TUF Meta Update Events:** Emits a TUF meta update event when an error occurs or the target list is updated
67+
68+
**Improvements:**
69+
- **Reduced Dependencies:** Removes dependency on the `timeout` binary
70+
- **Better Error Reporting:** Prints more details when `composectl` commands fail
71+
72+
### Composectl Updates
73+
74+
[View full changelog on GitHub](https://github.com/foundriesio/composeapp/releases/tag/v96.1.0)
75+
76+
**New Features and Improvements:**
77+
- **Proxy Support:** Adds proxy support via a configurable function in the application configuration
78+
- **DockerHub Compatibility:** Improves compatibility with DockerHub images and compose apps
79+
- **Force Update Completion:** Adds an option to force update completion
80+
- **URI Support:** Extends `run` and `rm` commands to accept URIs
81+
- **Debian Package:** Generates a Debian package as part of the release process
82+
83+
**Bug Fixes:**
84+
- **Image Loading:** Fixes loading of identical images referenced multiple times with different paths
85+
- **Cleanup Behavior:** Prunes only dangling images by default after uninstall or update completion
86+
- **Suppress Non-Error Messages:** Fixes suppression of non-error messages when loading compose projects
87+
- **Proxy Handling:** Improves proxy handling throughout the application
88+
- **Image Deduplication:** Eliminates duplicate images during processing
89+
90+
### Deprecations
91+
92+
_No deprecations in this release._
93+
94+
## Plans for the Future
95+
96+
_To be announced in future releases._
97+
98+
## Known Issues
99+
100+
> **Note:** This section will be updated with any issues discovered during post-release testing and field deployment.

0 commit comments

Comments
 (0)