Skip to content

v11.0.0

Latest
Compare
Choose a tag to compare
@jsafrane jsafrane released this 07 Jan 16:54
b2874c4

Changelog since v10.0.1

Changes by Kind

Feature

  • Signature of NewProvisionController has been changed to support contextual logging for eventRecorder. This is a breaking change that requires updates to code that calls this function. (#171, @bells17)

Bug or Regression

Uncategorized

  • Fixed overwriting of internal informer cache. This could lead to multiple Provision() calls for a single PVC in very rare (impossible?) cases. The library relies on idempotency of the Provision() call. Please report any frequent duplicate Provision() calls. (#179, @goushicui)