Skip to content

Releases: aws-controllers-k8s/runtime

v0.9.0

03 Aug 15:24
0cc4433
Compare
Choose a tag to compare
  • update aws-sdk-go from 1.37.4 -> 1.37.10

v0.8.0

30 Jul 14:46
1b10a42
Compare
Choose a tag to compare
  • Add inline comments for deep copy patching (#35)
  • Allow endpointURL to be specified in namespace annotations (#36)
  • cleanups and DRYing up the reconciler unit tests #38
  • simplify patching spec and status in reconciler (#39)

v0.7.1

22 Jul 18:08
929fa47
Compare
Choose a tag to compare
  • Bug fix for patching methods to fix overriding later values (#34)

v0.7.0

21 Jul 18:03
cdc2824
Compare
Choose a tag to compare
  • Refactor reconciler.patchResource() to handle both Spec and Status patch
  • Reduce the number of instantiated/used ackrtcache.Caches objects.
  • New error code for Secret not found

v0.6.0

15 Jul 20:26
5f0499c
Compare
Choose a tag to compare
  • Fixes the nil deference panic during pkg/types.AWSResourceManager:Delete() operation. (introduced in v0.5.0)

v0.5.0

12 Jul 17:46
308bc45
Compare
Choose a tag to compare

Breaking Changes

  • Modifies the pkg/types.AWSResourceManager:Delete() interface method signature to return the latest observed resource in addition to any error in attempting to delete the resource from the backend service.

v0.4.0

05 Jul 15:00
089321f
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix for Delta.DifferentAt (#20)
  • Additional logging improvements in reconciler (#22)

v0.2.2

04 Jun 14:37
8191f60
Compare
Choose a tag to compare

Add ACK.Advisory condition (#17 )