Skip to content

Releases: aws-controllers-k8s/runtime

v0.4.0

05 Jul 15:00
089321f

Choose a tag to compare

  • Adds new pkg/webhook and related webhook configuration options for the controller manager (#25, #28)
  • Adds new AdditionalKeys field to core/v1alpha1/AWSIdentifiers type (#13)

v0.3.0

24 Jun 12:52
d48e9e0

Choose a tag to compare

Breaking API changes

  • Addition of new common pkg/condition package for common Condition-handling routines (#24). This change introduced a new ReplaceConditions() method on the pkg/types.ConditionManager interface that is generated via aws-controllers-k8s/code-generator#104).

Additional changes

  • Adds ability to requeue resources that have been successfully reconciled after a configurable number of seconds (#23)

v0.2.3

20 Jun 13:04
814ef67

Choose a tag to compare

  • Fix for Delta.DifferentAt (#20)
  • Additional logging improvements in reconciler (#22)

v0.2.2

04 Jun 14:37
8191f60

Choose a tag to compare

Add ACK.Advisory condition (#17 )

v0.2.1

28 May 15:35
a3e2184

Choose a tag to compare

  • Correct JSON encoding for delta Path object (#18)
  • Export IsNil and IsNotNil functions (#19)

v0.2.0

14 May 01:29
0ff9ffa

Choose a tag to compare

  • Correct nil comparison handling (#14)
  • Add --watch-namespace flag for single-namespace controller mode (#12)

v0.1.2

11 May 00:20
1a47363

Choose a tag to compare

  • Clean up adopted resource reconciler logging/debugging (#11)

v0.1.1

28 Apr 20:15
10d1b53

Choose a tag to compare

Ensure adopted resources placed under ACK management (#10)

v0.1.0

20 Apr 17:25
8cff8f7

Choose a tag to compare

Introduces the new AdoptedResourceReconciler and associated resource adoption infrastructure.

v0.0.6

15 Apr 16:24
eabde5a

Choose a tag to compare

  • Adds ConditionTypeRecoverable