Skip to content

Releases: aws-controllers-k8s/runtime

v0.14.1

22 Sep 23:25
23945af
Compare
Choose a tag to compare
Change Log
  • Add unit tests for adoption_reconciler.go (#53)

v0.14.0

13 Sep 22:24
787f953
Compare
Choose a tag to compare

Updated to be in sync with code-generator v0.14.0

v0.13.2

08 Sep 21:00
787f953
Compare
Choose a tag to compare
  • remove duplicate log fields (#52)
  • Use APIReader for reading adopted resource. Stop using deepcopy for kc.Patch calls (#51)
  • do not patch status if resource is not managed (#50)

v0.13.1

02 Sep 19:23
24e0b8d
Compare
Choose a tag to compare
  • Use APIReader for reading desired object directly from k8s apiserver (#49)

v0.13.0

26 Aug 17:32
8665453
Compare
Choose a tag to compare
  • Add Status when adopting resource (#47)
  • Reset the object status after patching resource metadata & spec. (#48)

v0.12.0

18 Aug 00:01
7fbba5c
Compare
Choose a tag to compare

Features

  • Set Terminal condition on if user attempts to create a resource that already exists (#45)

v0.11.0

13 Aug 19:44
5e11a07
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Call ReadOne as part of createResource (#43)

v0.9.1

04 Aug 22:44
d7b6e45
Compare
Choose a tag to compare
  • Add manager filter for generation changed (#41)