You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support new Bootstrapped and Errored watch events
In the regular COSI, new event types are enabled immediately.
With protobuf client, new types are enabled when using new COSI client,
old COSI client against new server won't receive new events, as old
implementation panics on nil Resource in the event structure.
Fixes#175
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
0 commit comments