Skip to content

Releases: shaneboulden/kacti

v0.7.1

16 Sep 06:41
Compare
Choose a tag to compare

Adds CycloneDX SBOM

v0.7.0

27 Feb 23:17
Compare
Choose a tag to compare

What's changed

  • Adds a images command that can be used to lookup images that map to specific CVEs able to be tested by kacti
$ kacti images -l
CVE: CVE-2021-44228 -> Image: quay.io/kacti/log4shell@sha256:f72efa1cb3533220212bc49716a4693b448106b84ca259c20422ab387972eed9
  • Adds a --dry-run flag that can be used to validate a trial without performing it, and emitting the results in a format that can be included in a YAML file:
$ kacti trials -d --dry-run -n kacti --cve CVE-2021-44228 log4shell
- Name: log4shell
  Image: quay.io/kacti/log4shell@sha256:f72efa1cb3533220212bc49716a4693b448106b84ca259c20422ab387972eed9
  Namespace: kacti

Full Changelog: v0.6.0...v0.7.0

v0.6.0

26 Feb 23:19
Compare
Choose a tag to compare

What's changed

  • You can now specify CVEs for trials, starting with log4Shell.
$ kacti trials --deploy --cve CVE-2021-44228 --namespace kacti log4shell
 -> Success, Deployment creation was blocked

v0.5.1

30 Jan 03:51
Compare
Choose a tag to compare

What's changed

  • Fixed broken standalone trials logic

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 Jan 03:29
Compare
Choose a tag to compare

What's changed

  • Add support for --verbose and short-hand flags when running trials

Full Changelog: v0.4.1...v0.5.0

v0.4.1

30 Jan 01:33
Compare
Choose a tag to compare

What's changed

  • Remove deprecated ioutil call

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Jan 00:51
Compare
Choose a tag to compare

What's changed

  • Added imperative deployment trials. You can now run trials directly, without creating a file first

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jan 09:48
Compare
Choose a tag to compare

What's changed

  • Refactored tests to trials

Full Changelog: v0.2.1...v0.3.0

v0.2.1

19 Jan 04:33
Compare
Choose a tag to compare

What's changed

  • Remove unused cli toggles
  • Add short version info option
  • kacti now lets you use templated deployments

Full Changelog: v0.1.4...v0.2.1

v0.1.4

17 Jan 22:58
Compare
Choose a tag to compare
v0.1.4