Skip to content

Commit 328a7b2

Browse files
authored
Merge pull request #790 from mendersoftware/release-please--branches--master
chore(master): release 5.1.0
2 parents 874c827 + 964414f commit 328a7b2

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
11
---
2+
## 5.1.0 - 2025-12-01
3+
4+
### Bug fixes
5+
6+
- MENDER_DATA_PART_GROWFS=n does not prevent mender-convert from increasing partition size
7+
([MEN-8916](https://northerntech.atlassian.net/browse/MEN-8916)) ([dc09d32](https://github.com/mendersoftware/mender-convert/commit/dc09d32945f70006f5f3664fc475958510c9b6e3)) by @michalkopczan
8+
9+
Prevent mender-convert from increasing partition size when MENDER_DATA_PART_GROWFS is set
10+
to 'n' in additional/custom configuration file provided by --config argument.
11+
12+
- Set device type for RaspberryPi 5 to `raspberrypi5_64`
13+
([daf2715](https://github.com/mendersoftware/mender-convert/commit/daf27158ce33d0d38fb5b3601ded48f732fb90ce)) by @danielskinstad
14+
15+
Changed the device type in `raspberrypi5_64_config` to
16+
`raspberrypi5_64` to align it with other configs and tests.
17+
18+
19+
### Features
20+
21+
- Select uboot binary with boot delay disabled for rpi5
22+
([MEN-8901](https://northerntech.atlassian.net/browse/MEN-8901)) ([53f77ab](https://github.com/mendersoftware/mender-convert/commit/53f77abdcd5bee571ce7c0a1817bcbacb9f93011)) by @danielskinstad
23+
24+
Added an override in `raspberrypi5_64_config` to use a U-Boot binary with
25+
boot delay set to -2. This is a workaround for an issue where RPi5 with U-Boot
26+
is stuck waiting for uart. By setting boot delay to -2, it will autoboot with
27+
no delay and not check for abort.
28+
29+
- Update pre-built U-Boot image to Debian Trixie
30+
([MEN-8946](https://northerntech.atlassian.net/browse/MEN-8946)) ([275ad3b](https://github.com/mendersoftware/mender-convert/commit/275ad3bac79a62ba8ca9a21207eb1adc8c955ecd)) by @danielskinstad
31+
32+
Updated the pre-converted images for RPi4 and RPi5 from Debian Bookworm
33+
to Debian Trixie.
34+
35+
- Create symlink from /var/lib/mender-orchestrator to /data/mender-orchestrator
36+
([MEN-9003](https://northerntech.atlassian.net/browse/MEN-9003)) ([4c5f367](https://github.com/mendersoftware/mender-convert/commit/4c5f3679f6ef2ae4384204adb78741e7dc05afba)) by @michalkopczan
37+
38+
39+
### Build
40+
41+
- Remove raspberrypi3 jobs
42+
([MEN-8947](https://northerntech.atlassian.net/browse/MEN-8947)) ([264a51e](https://github.com/mendersoftware/mender-convert/commit/264a51ee05f3905e3f32e0231a6142184b2ef359)) by @danielskinstad
43+
44+
We've added support for building and testing RPi5, so we should remove
45+
RPi3 support as we're now going to build onboarding images for RPi4 and RPi5.
46+
47+
248
## 5.0.0 - 2025-09-29
349

450

0 commit comments

Comments
 (0)