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
-**Blog**: [Automating deployment with GitHub Actions](https://docs.next-hat.com/blog/automating-deployment-with-github-actions-and-nanocl) on 24.11.2024
126
131
-**Release**: [End to End TLS encryption and first step for network meshing](https://docs.next-hat.com/blog/nanocl-0.16) on 01.11.2024
127
132
-**Release**: [Man page, Backup, Remove Orphans and more](https://docs.next-hat.com/blog/nanocl-0.15) on 11.06.2024
Copy file name to clipboardExpand all lines: bin/nanocld/changelog.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
- Docker daemon background thread health check to restart nanocld if docker is not reachable.
13
-
- Check docker health check to send correct even to delete old containers when updating a cargo.
13
+
- Health-aware cargo rollouts: wait for replacement containers to become healthy before removing previous instances, and restore the previous instances when a replacement becomes unhealthy.
14
+
- Persist CockroachDB TLS certificate, private-key and CA PEM values instead of filesystem paths; readable legacy path records are migrated at daemon startup.
15
+
- Node placement and resource requirements for cargoes, and commands to start or delete a cargo on a specific node.
16
+
17
+
### Changed
18
+
19
+
- Use init containers for VM image handling.
14
20
15
21
## [0.17.0] - 2025-09-12
16
22
@@ -264,4 +270,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments