Skip to content

v0.2.0-alpha1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 20:36
· 49 commits to main since this release
b45d1da

[0.2.0-alpha1] - 2023-02-24

Bug Fixes

  • Correct logic for default case on minReadySeconds which is 0
  • Filter out Jobs created by CronJobs 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 for TerminationGracePeriodSeconds 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 of podSecurityPolicys (#27)
  • Add support for ReplicaSet without duplicating whats created by Deployment (#31)

Miscellaneous Tasks

  • Update version to refer to latest version of eksup