Skip to content

Commit 24813ad

Browse files
chore(main): release 0.9.1
Signed-off-by: mender-test-bot <mender@northern.tech>
1 parent 1b148d0 commit 24813ad

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-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-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
---
2+
## 0.9.1 - 2025-06-03
3+
4+
5+
### Bug Fixes
6+
7+
8+
- *(build)* Set default value for secondary CA cert to false
9+
([MEN-8351](https://northerntech.atlassian.net/browse/MEN-8351)) ([aca8e5d](https://github.com/mendersoftware/mender-mcu/commit/aca8e5d4788aa4cb428220e56914bb17db8f29c7)) by @lluiscampos
10+
11+
12+
The secondary CA cert is really optional, as a custom Mender Server
13+
could use the same domain for both API calls and Artifacts storage.
14+
15+
Set `MENDER_NET_CA_CERTIFICATE_TAG_SECONDARY_ENABLED` default to `n` and
16+
instead select it when selecting hosted Mender option(s).
17+
18+
19+
20+
21+
22+
### Documentation
23+
24+
25+
- Document how to skip TLS peer verification
26+
([MEN-8351](https://northerntech.atlassian.net/browse/MEN-8351)) ([3b5d1fc](https://github.com/mendersoftware/mender-mcu/commit/3b5d1fcd62ae156a7914efb91fcfb37e53a383e0)) by @lluiscampos
27+
28+
29+
30+
31+
32+
233
## 0.9.0 - 2025-04-11
334

435
* Preview of Mender MCU

0 commit comments

Comments
 (0)