Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Feb 22:49
· 6 commits to main since this release

0.13.0 - 2026-02-20

Bug Fixes

  • Add config validation and reject unknown fields

Dependencies

  • Bump version to v0.13.0

Documentation

  • Remove stale guides, scratch notes, and plan files
  • Update usage.md with --config, --target-version flags and configuration section
  • Overhaul checks.md - add EKS009/010, retire K8S009/010, update all check descriptions
  • Add implementation plan for EKS cluster insights (issue #12)
  • Add design for EKS cluster insights integration (issue #12)

Features

  • Add xtask binary for doc generation
  • Add K8S004 (PDB) ignore support to config (#5)
  • Add config file support for configurable K8S002 replica threshold (#57)
  • Add cluster insights integration tests and update snapshots
  • Add cluster insights to playbook template
  • Wire cluster insights into analysis pipeline
  • Add InsightFinding struct and cluster_insights check
  • Add cluster insights to AwsClients trait and mocks
  • Add EKS insights API wrapper functions
  • Add EKS009/EKS010 check codes for cluster insights

Miscellaneous Tasks

  • Update examples to latest supported versions
  • Remove unused sample K8s manifest test fixtures
  • Retire K8S010, update K8S002 description, add design docs (#11, #57)

Other

  • Add GitHub Actions workflow to deploy docs on push to main

Testing

  • Update tests for configurable K8S002 threshold (#57)