Skip to content

Releases: digitalocean/clusterlint

v0.2.12

18 May 14:12
c40b7ff
Compare
Choose a tag to compare

What's Changed

  • docs: fix anchor for resource-requirements by @larshp in #139

New Contributors

Full Changelog: v0.2.11...v0.2.12

v0.2.11

07 Apr 14:14
043bb8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10

21 Mar 17:02
efcb2aa
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @sundowndev contributed support for running clusterlint in-cluster!

Full Changelog: v0.2.9...v0.2.10

v0.2.9

12 Jan 20:32
dbed5ed
Compare
Choose a tag to compare
  • Update kubernetes dependencies to v0.22.5

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

10 Dec 19:35
2564cd4
Compare
Choose a tag to compare
  • 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

19 Sep 15:06
8e59ede
Compare
Choose a tag to compare
  • 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

16 Feb 21:46
715e046
Compare
Choose a tag to compare
  • Update Kubernetes dependencies to 1.20.2 (#112)
  • Add check for images from docker.pkg.github.com, which isn't supported by containerd (#114)

Thanks to @WyriHaximus for contributing the docker.pkg.github.com check! 🎉

v0.2.5

06 Jan 18:14
92efb16
Compare
Choose a tag to compare
  • 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! 🎉

v0.2.4

05 Nov 22:45
ba1db6a
Compare
Choose a tag to compare
  • Update kubernetes dependencies to 1.19 (#98)
  • Restrict resources for which the admission-webhook-replacement check is applicable (#99)

v0.2.3

13 Aug 20:31
3ab1800
Compare
Choose a tag to compare
  • Fix incorrect identification of problematic webhooks (#90)
  • Make output of custom label check stable (#91)