• v1.1.1
    Some checks failed
    CI - 4NK_node / Code Quality (push) Failing after 38s
    CI - 4NK_node / Unit Tests (push) Failing after 37s
    CI - 4NK_node / Integration Tests (push) Successful in 34s
    CI - 4NK_node / Security Tests (push) Failing after 33s
    CI - 4NK_node / Docker Build & Test (push) Failing after 15s
    CI - 4NK_node / Documentation Tests (push) Successful in 11s
    CI - 4NK_node / Security Audit (push) Successful in 9s
    CI - 4NK_node / Release Guard (push) Has been skipped
    CI - 4NK_node / Performance Tests (push) Successful in 36s
    CI - 4NK_node / Notify (push) Failing after 2s
    Stable

    nicolas.cantu released this 2025-08-27 19:44:28 +00:00 | 63 commits to main since this release

    Ré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