Releases: aws-controllers-k8s/runtime
Releases · aws-controllers-k8s/runtime
v0.9.0
- update aws-sdk-go from 1.37.4 -> 1.37.10
v0.8.0
- 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
- Bug fix for patching methods to fix overriding later values (#34)
v0.7.0
- 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
- Fixes the nil deference panic during
pkg/types.AWSResourceManager:Delete()
operation. (introduced in v0.5.0)
v0.5.0
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
- 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
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
- Fix for
Delta.DifferentAt
(#20)
- Additional logging improvements in reconciler (#22)
v0.2.2
Add ACK.Advisory
condition (#17 )