github nolar/kopf 1.29.2

latest releases: 1.37.2, 1.37.1, 1.37.0...
3 years ago

Slightly BREAKING in cases assumed to be extremely rare (see #674 for details):

  • When 2+ decorators are used for the same function BUT with different ids explicitly overridden via id=.
  • When field filters (field=) are used on resume/create/update/delete handlers AND the resource is in the handling cycle at the moment of the upgrade, these handlers will be re-executed;
    • Upgrades from older Kopf versions (<1.29) are not affected.
    • Other handlers/daemons/timers are not affected.
    • Idle resources are not affected.

Bugfixes:

  • Invoke handlers with the same function but different fields separately for every field. #674

Don't miss a new kopf release

NewReleases is sending notifications on new releases.