Skip to content

Releases: aws-controllers-k8s/runtime

v0.11.0

13 Aug 19:44
5e11a07

Choose a tag to compare

Breaking changes

  • Adds a new ServiceEndpointsID parameter to NewServiceController (#44)
  • Modifies the way that NewSession configures custom endpoints (#44)

v0.10.0

12 Aug 20:37
934ba68

Choose a tag to compare

Breaking Changes

  • Introduction of the new LateInitialize AWSResourceManager interface method (#37)

Features

  • Optionally initialize caches (#42)

v0.9.2

10 Aug 00:38
9a99433

Choose a tag to compare

  • Call ReadOne as part of createResource (#43)

v0.9.1

04 Aug 22:44
d7b6e45

Choose a tag to compare

  • Add manager filter for generation changed (#41)

v0.9.0

03 Aug 15:24
0cc4433

Choose a tag to compare

  • update aws-sdk-go from 1.37.4 -> 1.37.10

v0.8.0

30 Jul 14:46
1b10a42

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

Choose a tag to compare

  • Bug fix for patching methods to fix overriding later values (#34)

v0.7.0

21 Jul 18:03
cdc2824

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

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

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.