Skip to content

Releases: aws-controllers-k8s/runtime

v0.16.1

13 Jan 23:02
30afbb6
Compare
Choose a tag to compare

v0.16.0

06 Jan 22:03
dff8696
Compare
Choose a tag to compare

v0.15.2

27 Oct 20:32
05271e4
Compare
Choose a tag to compare

v0.15.1

08 Oct 17:49
93d4146
Compare
Choose a tag to compare

v0.15.0

07 Oct 21:08
2991a6b
Compare
Choose a tag to compare

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)