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: Update to listener v1.4.0 and remove Owner field usage (#678)
- Update listener dependency from v1.3.0 to v1.4.0
- Remove Owner field from WatchEvent construction
- Remove extractOwner() function and related code
- Remove ownedBy annotation constant (no longer needed)
- Remove errNoOwner error
- Remove ReasonOwner metric constant
- Remove e2e test for owner annotation validation
This completes the removal of the deprecated Owner field from runtime-watcher.
The Owner field was removed from listener in v1.4.0 as part of architecture refactoring.
Part of #549
0 commit comments