Skip to content

v1.5.0

Latest

Choose a tag to compare

@mruoss mruoss released this 10 Mar 11:57
· 1 commit to master since this release
714ee21

Added

  • Bonny.Pluggable.ApplyStatus: Added safe_mode option to gracefully handle NotFound errors when a resource is deleted during reconciliation. Instead of crashing, a warning is logged and reconciliation continues. Defaults to false for backwards compatibility. Can be configured globally via config :bonny, apply_status_safe_mode: true. Recommended to enable in production - #335
  • Bonny.Axn.safe_apply_status/2: New function that applies resource status while gracefully handling NotFound errors - #335

Changed

  • Cluster-scoped resources (resources without a namespace) will automatically have owner references omitted #321

Fixed

  • Use SHA hashing algorithm tolerated when running in FIPS mode - #276, #275
  • removed duplicated code logic for adding the namespace to the event_manifest in the EventRecorder #321

Chores

New Contributors

Full Changelog: v1.4.0...v1.5.0