Skip to content

Releases: stackrox/kube-linter

v0.6.0

19 Jan 14:29
0.6.0
333f145
Compare
Choose a tag to compare

Changes

⬆️ Dependencies

8 changes

Full Changelog: 0.5.1...0.5.2

v0.5.1

06 Dec 15:48
0.5.1
9428eea
Compare
Choose a tag to compare

Changes

⬆️ Dependencies

27 changes

Full Changelog: 0.5.0...0.5.1

v0.5.0

16 Sep 10:28
5b90391
Compare
Choose a tag to compare

Changes

⬆️ Dependencies

17 changes

Full Changelog: 0.4.0...0.4.1

Release changes

For the assets available for each release, there's been a change starting with this release:
Instead of adding tar.gz / zip archives for specific platforms containing the kube-linter binary, the binary have been now added unarchived as replacement.
The kube-linter-linux.tar.gz archive has been kept for backwards compatability with kube-linter-action, but is deprecated and will be removed with the next release. Hence, there's also no cosign signature available for it.

v0.4.0

06 Jul 17:06
c37b755
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

⬆️ Dependencies

20 changes

Full Changelog: 0.3.0...0.4.0

v0.3.0

12 May 16:02
0.3.0
bf3a4db
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Check bash version on bats @janisz (#327)
  • Do not alert on missing readiness / liveness probe for init containers. @dhaus67 (#302)

🧰 Maintenance

⬆️ Dependencies

20 changes

Full Changelog: 0.2.6...v0.3.0

What's Changed

New Contributors

Full Changelog: 0.2.6...0.3.0

v0.2.6

24 Mar 15:30
0.2.6
03118c6
Compare
Choose a tag to compare

KubeLinter v0.2.5

Changes in this version: 0.2.5...0.2.6

Features

  • template: add forbidden-annotation (#248)
  • docs: Use YAML for parameters in documentation (#247)
  • Add a check to enforce node affinities being defined (#265)
  • Adding basic support for HorizontalPodAutoscaler resources from autoscalingv2Beta1 (#271)

Bug Fixes

  • fix command name for shell completion (#231)
  • Update the latest-tag check to capture the case where no tags are specified (#233)
  • Use go install for installing binaries (#235)
  • Ports check: Assume protocol is TCP if not specified (#230)
  • Return non-zero exit status on no valid objects (#209)

v0.2.5

06 Oct 07:40
15bff8c
Compare
Choose a tag to compare

KubeLinter v0.2.5

Changes in this version: 0.2.4...0.2.5

Features

  • Recognize batch/v1 CronJobs (#225)

Bug Fixes

  • 'deprecated-service-account-field' should pass if both 'serviceAccount' and 'serviceAccountName' are set (#218)
  • Fix object paths when Helm chart was renamed (#226)
  • Correctly detect the replica count and selector for DeploymentConfig objects (#219)

v0.2.4

22 Sep 20:08
c12af37
Compare
Choose a tag to compare

KubeLinter v0.2.4

Changes in this version: 0.2.3...0.2.4

Features

  • Add AllowList parameter to the existing latestTag check (#199)
  • Flag pods that are not isolated by a NetworkPolicy (#206)

Bug Fixes

  • Ensure that the "results" field is populated in SARIF output even if there are no lint errors (#214)

v0.2.3

25 Aug 16:19
e01d3c4
Compare
Choose a tag to compare

KubeLinter v0.2.3

Changes in this version: 0.2.2...0.2.3

Features

  • Add template for imagePullPolicy checks (#202 )
  • Add check for improper-container-image-tag (#191)
  • Add template for update strategy and a basic check (#190)
  • Add templates/checks for CIS Benchmarks for RBAC, secret, and namespace (#188)
  • Add check for minimum number of replicas (#185)

Bug Fixes

v0.2.2

19 May 19:18
2d8dff0
Compare
Choose a tag to compare

KubeLinter v0.2.2

Changes in this version: 0.2.1...0.2.2

Features

  • Add about a dozen new templates and built-in checks based on Docker CIS benchmarks (#170)
  • Add SARIF output (#160)

Bug Fixes

  • Make the default service account check not fail when AutomountServiceAccountToken is false (#166)