Skip to content

Releases: stackrox/kube-linter

v0.6.5

02 Nov 13:44
v0.6.5
41071a5
Compare
Choose a tag to compare

Changes

✔️ New checks

🐛 Bug Fixes

⬆️ Dependencies

60 changes

Full Changelog: v0.6.4...0.6.5

v0.6.4

18 May 09:06
v0.6.4
4f0b1e0
Compare
Choose a tag to compare

Changes

🚀 Features

  • pdbminavailable check - update label matching @tremes (#554)

🐛 Bug Fixes

🧰 Maintenance

  • Add new checks section in release @janisz (#561)
  • Update Docker pre-commit-hook to 0.6.3 image @m3adow (#553)

⬆️ Dependencies

12 changes

Full Changelog: v0.6.3...0.6.4

v0.6.3

12 Apr 13:00
191de10
Compare
Choose a tag to compare

Changes

  • No changes

This release is only for GOPROXY to refresh as it's not handling retagging.

# curl -s https://goproxy.io/golang.stackrox.io/kube-linter/@v/v0.6.2.info | jq
{
  "Version": "v0.6.2",
  "Time": "2023-04-11T12:19:47Z"
}
# curl -s https://proxy.golang.org/golang.stackrox.io/kube-linter/@v/v0.6.2.info | jq
{
  "Version": "v0.6.2",
  "Time": "2023-03-16T11:05:44Z",
  "Origin": {
    "VCS": "git",
    "URL": "https://github.com/stackrox/kube-linter",
    "Ref": "refs/tags/v0.6.2",
    "Hash": "00778f9f8704281e307019629b9b14295cb81a62"
  }
}
# curl -s https://goproxy.cn/golang.stackrox.io/kube-linter/@v/v0.6.2.info | jq
{
  "Version": "v0.6.2",
  "Time": "2023-03-16T11:05:44Z"
}

v0.6.2

12 Apr 08:35
191de10
Compare
Choose a tag to compare

Changes

  • Create check to ensure PDB have MaxUnavailable and MinAvailable set effectively @fahlmant (#507)

🐛 Bug Fixes

🧰 Maintenance

  • Use commit version instead of tag for openshift/api @janisz (#536)

⬆️ Dependencies

7 changes

Full Changelog: v0.6.1...0.6.2

v0.6.1

16 Mar 19:13
c617736
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • cosign skip confirmation prompts for non-destructive operations @janisz (#514)

⬆️ Dependencies

22 changes

Full Changelog: 0.6.0...0.6.1

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