Skip to content

v0.13.6

Compare
Choose a tag to compare
@harveyxia harveyxia released this 19 May 16:30
· 13 commits to main since this release
f3c4581

What's Changed

  • [metrics] Add achilles_processing_duration_seconds metric for tracking e2e object processing latency by @harveyxia in #41
    • ⚠️ Behavior change—The FSM reconciler now correctly sets the Ready status condition as the conjunction of all other conditions. If any conditions are failed, the Ready condition's message will include the failed status conditions.
      This may break existing users tests if they assert on the contents of the Ready condition
  • Bump github.com/spf13/pflag from 1.0.6-0.20210604193023-d5e0c0615ace to 1.0.6 by @dependabot in #24
  • Bump github.com/onsi/gomega from 1.36.2 to 1.37.0 by @dependabot in #32
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 by @dependabot in #35
  • [FSM] add result types DoneResultWithStatusCondition and DoneAndRequeueAfterCompletion[WithBackoff] by @harveyxia in #42
  • Bump github.com/prometheus/client_golang from 1.20.5 to 1.22.0 by @dependabot in #34

Full Changelog: v0.13.5...v0.13.6