Releases: submariner-io/admiral
Releases · submariner-io/admiral
0.6.0-pre1
Expose OnSuccessfulSync from the broker syncer Signed-off-by: Tom Pantelis <[email protected]>
0.6.0-pre0
Add exported broker syncer constructor for UTs Users to be able to construct a broker syncer with fake clients for UTs. There is a non-exported "newSyncer" function used by the local UTs so export it. This enables the local syncer UTs to be moved to the test package. Also added some more UT utilities. Signed-off-by: Tom Pantelis <[email protected]>
0.5.0
Transform requeuing
Add option to re-queue from TransformFunc See https://github.com/submariner-io/admiral/issues/67 for use case. Added a boolean return value from the TransformFunc to specify to re-queue/retry. Signed-off-by: Tom Pantelis <[email protected]>
Admiral 0.4.0 release
bump shipyard to v0.4.0 & go mod tidy klog.InitFlags is now handled in shipyard e2e framework Signed-off-by: Miguel Angel Ajo <[email protected]>
Generic data resyncer
Fix race failure in resource_syncer_test (#55) Signed-off-by: Tom Pantelis <[email protected]>