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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,21 @@ Formatting rules:
15
15
16
16
## [Unreleased]
17
17
18
+
## [1.0.7] - 2026-04-08
19
+
20
+
### Added
21
+
22
+
- Added support for custom API TLS trust roots through `api_tls_ca_file` in config files and `NODERAX_API_TLS_CA_FILE` / `API_TLS_CA_FILE` environment overrides.
23
+
24
+
### Changed
25
+
26
+
- Changed API client construction to initialize with system CA roots plus optional custom CA bundle loading, and enforced TLS `minVersion` at TLS 1.2 for outbound API requests.
27
+
- Changed enrollment and managed update code paths to use error-returning API client initialization so TLS CA configuration issues are surfaced before network operations start.
28
+
29
+
### Fixed
30
+
31
+
- Fixed startup, install, bootstrap, and managed update flows to fail fast with explicit `configure API client` errors when API TLS CA files are unreadable or invalid.
0 commit comments