This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
Releases: thcyron/skop
Releases · thcyron/skop
Skop v2.1.0
Skop v2.0.1
- Use background delete propagation when reconciling job, daemon set, and
deployment absence
Skop v2.0.0
No changes since v2.0.0-rc.2.
Skop v2.0.0-rc.2
- Only reconcile a Job's labels and annotations
- Fix UpdateStatus() by setting namespace
Skop v2.0.0-rc.1
- Ditch github.com/ericchiang/k8s in favor of k8s.io/client-go
- Import path is now github.com/thcyron/skop/v2
Skop v1.2.0
- Add reconcile.DaemonSet()
Skop v1.1.0
- Add FromK8sClient() to get an implementation of the Client interface backed
by a *k8s.Client
Skop v1.0.0
- Initial release