Skip to content

Releases: submariner-io/admiral

0.6.4

30 Sep 16:51
Compare
Choose a tag to compare
Make metadata fields to preserve configurable in broker Federator

There are cases where additional fields need to be preserved so make it
configurable. An example is OwnerReferences when syncing local -> local.

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

0.6.3

28 Sep 13:50
Compare
Choose a tag to compare
Add Label and Field selectors to ResourceSyncer

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

0.6.2

11 Sep 19:35
Compare
Choose a tag to compare
Add DeleteCollection Reactor

The generated fake client set code doesn't implement DeleteCollection
so add a Reactor to do it.

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

0.6.1

03 Sep 14:55
a69b58d
Compare
Choose a tag to compare
Merge pull request #117 from tpantelis/per_resource_ns

Allow per-resource namespace in the Federator

0.6.0

19 Aug 13:10
Compare
Choose a tag to compare

Initial release for 0.6.0

0.6.0-pre4

13 Aug 18:47
Compare
Choose a tag to compare
0.6.0-pre4 Pre-release
Pre-release
Add function hook to compare resources on update

This replaces the ProcessStatusUpdates flag providing more flexibility.

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

0.6.0-pre3

13 Aug 01:44
Compare
Choose a tag to compare
0.6.0-pre3 Pre-release
Pre-release
Ignore Status updates by default

Also added a flag to make it configurable.

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

0.6.0-pre2

10 Aug 17:33
Compare
Choose a tag to compare
0.6.0-pre2 Pre-release
Pre-release
Don't suppress update on Status change

There aee use cases for syncing Status changes,

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

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]>