Skip to content

v0.2.0-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 16:55
· 68 commits to main since this release
2317e20

[0.2.0-alpha] - 2023-02-16

Bug Fixes

  • Reduce the number of clones

Documentation

  • Fix command for installing with Homebrew

Features

  • Add hyperlink on playbook to check doc page section
  • Add support for reporting on Kubernetes workload resource findings for min replicas and minReadySeconds (#18)
  • Add formatting for CLI stdout output (#20)

Miscellaneous Tasks

  • Correct version on Cargo.toml
  • Move logic out of main.rs and into lib.rs (was cli.rs) to be able to test

Refactor

  • Move K8s crate into directory and split up resources from findings
  • Move EKS crate into directory and split up resources from findings
  • Moving findings back into their respective crates and change visibility