- Add option to set default resync interval
- Use background delete propagation when reconciling job, daemon set, and deployment absence
- Ditch github.com/ericchiang/k8s in favor of k8s.io/client-go
- Import path is now github.com/thcyron/skop/v2
- Add reconcile.DaemonSet()
- Add FromK8sClient() to get an implementation of the Client interface backed by a *k8s.Client
- Initial release