Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.6] - 2025-03-19
Fixed
- Fixed issue where
$moduleVersion
was not being correctly updated in thekubebuddy.ps1
script when setting the version dynamically. - Corrected the PowerShell script logic to handle version updates reliably using
$tagVersion
. - Resolved an error where the replace operation in the script failed due to incorrect concatenation of the
$tagVersion
variable.
[0.0.5] - 2025-03-19
Added
- AKS best practices check with -aks, -SubscriptionId, -ResourceGroup, and -ClusterName, performing 34 different configuration and security checks tailored for Azure Kubernetes Service.
[0.0.4] - 2025-03-12
Added
- Added new logo to html report.
[0.0.3] - 2025-03-06
Added
- Initial release of KubeBuddy, providing snapshot-based monitoring, resource usage insights, and health checks for Kubernetes clusters.