Releases: digitalocean/clusterlint
Releases · digitalocean/clusterlint
v0.2.12
v0.2.11
v0.2.10
What's Changed
- Support running clusterlint in-cluster (#129 @sundowndev)
- Publish a container image for in-cluster use (#132 @varshavaradarajan)
- Remove v1beta1 webhook checks (#135 @CollinShoop)
- Fix node names in the labels and taints check (#138 @adamwg)
New Contributors
- @sundowndev contributed support for running clusterlint in-cluster!
Full Changelog: v0.2.9...v0.2.10
v0.2.9
- Update kubernetes dependencies to v0.22.5
What's Changed
- Upgrade kubernetes dependencies to 0.22.5 by @CollinShoop in #131
New Contributors
- @CollinShoop made their first contribution in #131
Full Changelog: v0.2.8...v0.2.9
v0.2.8
- Fix incorrect object meta references in dobs-pod-owner check (#130)
What's Changed
- dobs-pod-owner: initialize loop iterator variable as we are passing by object details by reference by @varshavaradarajan in #130
Full Changelog: v0.2.7...v0.2.8
v0.2.7
- Improve timeout handling of admission control web-hook checks.
- Add resource requirement to
doks
group - Support both v1beta1 and v1 admission control web hooks.
- Fix crash when building on Go 1.17.
Thanks to @fish-dango for contributing the resource requirement doks
group addition. 🎉
v0.2.6
v0.2.5
- Add CronJob Concurrent Check (#97)
- Check container environment variables and service accounts for secret refs (#103 , #108)
- Use admissionregistration/v1 client to fetch webhooks (#105)
- Add DOBS pod owner check (#109)
Thank you @jasimmons and @stephenpaulger! 🎉