Releases: aws-controllers-k8s/runtime
Releases · aws-controllers-k8s/runtime
v0.14.1
Change Log
- Add unit tests for adoption_reconciler.go (#53)
v0.14.0
Updated to be in sync with code-generator
v0.14.0
v0.13.2
- 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
- Use APIReader for reading desired object directly from k8s apiserver (#49)
v0.13.0
- Add Status when adopting resource (#47)
- Reset the object status after patching resource metadata & spec. (#48)
v0.12.0
Features
- Set Terminal condition on if user attempts to create a resource that already exists (#45)
v0.11.0
Breaking changes
- Adds a new
ServiceEndpointsID
parameter to NewServiceController
(#44)
- Modifies the way that
NewSession
configures custom endpoints (#44)
v0.10.0
Breaking Changes
- Introduction of the new
LateInitialize
AWSResourceManager interface method (#37)
Features
- Optionally initialize caches (#42)
v0.9.2
- Call
ReadOne
as part of createResource
(#43)
v0.9.1
- Add manager filter for generation changed (#41)