• v0.5.13 b48bf7ccba

    v0.5.13 Stable

    pipeline-bot released this 2026-07-16 16:15:40 +00:00 | 19 commits to main since this release

    Changed

    • Bump libseanfarm-operator v0.4.10 -> v0.4.11 (lib-autobump: rides the shared-library release train; the envtest release gate validates the suite against it on the next ship).
    • Adopt libseanfarm-operator v0.4.11 reconcile.Metrics for the GENERIC metric
      families: the hand-rolled reconcile-total/duration, status-update, and Kratos
      API-call counters/histograms in internal/controller/metrics.go are deleted;
      the lib records them via Config.Metrics/MetricsController (harness) and
      Metrics.RecordCall (kratosclient.go). Dashboard-facing changes:
      kratosidentity_reconcile_total gains a controller label (now
      {controller,result}) and kratosidentity_reconcile_duration_seconds is now
      labeled {controller} (drops result); kratosidentity_api_calls_total{controller,operation,status}
      replaces kratosidentity_kratos_api_calls_total{operation,status} (prefix
      rename) and kratosidentity_api_call_duration_seconds{controller,operation}
      replaces kratosidentity_kratos_api_duration_seconds{operation,status};
      kratosidentity_status_update_total gains {controller};
      kratosidentity_status_update_failures_total is removed (its only emission,
      reason="update_error" from the status-write hook, duplicated the generic
      kratosidentity_status_update_total{result="error"} the lib now records).
      The kratos-DOMAIN metrics stay local and unchanged: the kratosidentity_phase
      gauge keeps its exact deletion-transition bookkeeping (decrement exactly once
      on the transition into Deleting — the r5 negative-gauge fix), plus
      orphaned-recovery, deletion-email-lookup, and password-update-failure counters.

    Included changes (v0.5.12 -> v0.5.13)

    • c1c21b67249e chore(metrics): adopt libseanfarm reconcile.Metrics (generic families); keep the phase gauge local
    • b1792376c29d chore(deps): bump libseanfarm-operator v0.4.10 -> v0.4.11 (lib-autobump)
    Downloads