Skip to content

Releases: submariner-io/admiral

0.6.0-pre1

23 Jul 21:40
Compare
Choose a tag to compare
0.6.0-pre1 Pre-release
Pre-release
Expose OnSuccessfulSync from the broker syncer

Signed-off-by: Tom Pantelis <[email protected]>

0.6.0-pre0

22 Jul 20:54
Compare
Choose a tag to compare
0.6.0-pre0 Pre-release
Pre-release
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

15 Jul 19:28
548f00e
Compare
Choose a tag to compare

Enhancements and modifications to the syncer API:

  • Added an option to re-queue from the TransformFunc.
  • The broker federator no longer strips the status field before writing.
  • Added an operation parameter to the TransformFunc.

Transform requeuing

03 Jul 11:00
Compare
Choose a tag to compare
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

23 Jun 14:00
Compare
Choose a tag to compare
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

08 May 09:36
2f4d8f0
Compare
Choose a tag to compare
Fix race failure in resource_syncer_test (#55)

Signed-off-by: Tom Pantelis <[email protected]>