-
v1.1.1
Some checks failedCI - 4NK_node / Code Quality (push) Failing after 38sCI - 4NK_node / Unit Tests (push) Failing after 37sCI - 4NK_node / Integration Tests (push) Successful in 34sCI - 4NK_node / Security Tests (push) Failing after 33sCI - 4NK_node / Docker Build & Test (push) Failing after 15sCI - 4NK_node / Documentation Tests (push) Successful in 11sCI - 4NK_node / Security Audit (push) Successful in 9sCI - 4NK_node / Release Guard (push) Has been skippedCI - 4NK_node / Performance Tests (push) Successful in 36sCI - 4NK_node / Notify (push) Failing after 2sreleased this
2025-08-27 19:44:28 +00:00 | 63 commits to main since this releaseRésumé: Stabilisation de la santé des services. Ajout d’un endpoint de santé fiable pour sdk_signer et assouplissement du healthcheck des relais afin d’éviter les faux négatifs pendant l’initialisation.
Points clés:
- signer: /signer/health exposé via Nginx, servi par un httpd minimal interne (9092).
- relays: healthcheck ajusté pour attendre l’indicateur d’initialisation avant tout échec.
- documentation: mises à jour Architecture, Configuration et Testing.
Modifications:
- docker-compose: ajout du httpd minimal de santé pour sdk_signer (9092).
- sdk_relay/healthcheck.sh: attente d’un fichier d’état d’initialisation.
- docs: précisions sur /signer/health, phase d’initialisation des relais et tests associés.
- CHANGELOG: entrée 1.1.1.
- VERSION: v1.1.1.
Compatibilité: non breaking, aucun changement de contrat d’API.
Vérifications effectuées:
- /signer/health: HTTP 200 (corps: ok).
- /storage via proxy: store/retrieve OK.
- sdk_relay_1/2/3: healthy après initialisation.
- Build des images et proxy: OK.
Instructions de montée de version:
- Recréer/relancer: reverse proxy, sdk_signer, sdk_storage, sdk_relay_1..3.
- Vérifier: /signer/health et /storage/*.
Artefacts impactés:
- docker-compose.yml, sdk_relay/healthcheck.sh, docs/ARCHITECTURE.md, docs/CONFIGURATION.md, docs/TESTING.md, CHANGELOG.md, VERSION.
Downloads