You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,35 @@
1
1
---
2
+
## 0.9.1 - 2025-06-10
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
0 commit comments