v0.2.0-alpha1
github-actions
released this
24 Feb 20:36
·
59 commits
to main
since this release
[0.2.0-alpha1] - 2023-02-24
Bug Fixes
- Correct logic for default case on
minReadySeconds
which is 0 - Filter out
Job
s created byCronJob
s from reported results (duplicates) (#30)
Documentation
- Document release process for future self
Features
- Add support for reporting on the use of readiness probes
K8S006
(#21) - Add support for check
K8S005
for pod topology distribution (#23) - Add check
K8S007
forTerminationGracePeriodSeconds
on StatefulSets (#25) - Enable support for evaluating upgrades to EKS
v1.25
- Add check
K8S008
for detecting the use of the Docker socket (#26) - Add check
K8S009
for detecting the use ofpodSecurityPolicy
s (#27) - Add support for
ReplicaSet
without duplicating whats created byDeployment
(#31)
Miscellaneous Tasks
- Update version to refer to latest version of
eksup