Skip to content

Releases: operator-framework/operator-lib

v0.4.1

06 May 16:17
v0.4.1
064486c
Compare
Choose a tag to compare

Bug Fixes

  • Ignore time in ManagedFields when processing events from dependent resources (#59)
  • deps: controller-runtime v0.8.3 (#57)
  • predicate: Remove duplicate object validation (#47)

v0.4.0

19 Jan 19:12
c0ba7dc
Compare
Choose a tag to compare

Additions

  • Bump controller-runtime version to 0.8.0 (#49 )

v0.3.0

11 Dec 22:56
5891762
Compare
Choose a tag to compare

Additions

  • Bump Go to 1.15 (#38)
  • Add library to interact with Operator Conditions (#43)
  • Bump controller-runtime to 0.7.0 (#45)

v0.2.0

15 Oct 15:59
659d5a8
Compare
Choose a tag to compare

Bug Fixes

  • Modified leader re-election logic to check the condition of the node where leader pod is running and trigger immediately (#25)

Additions

  • Added Contributing guide to the repository (#23)
  • Added release script (#36)

Removals

  • Removed status package in support of upstream Conditions library (#35)

v0.1.0

30 Jul 18:36
v0.1.0
30fdafc
Compare
Choose a tag to compare

Additions

  • Added leader for life (#7)
  • Added EnqueueRequestForAnnotation (#2)
  • Added InstrumentedEnqueueRequestForObject (#15)
  • Added NoGenerationPredicate (#11)
  • Added DependentPredicate (initial commit)
  • Added Condition (initial commit)