Releases: boxboat/aks-health-check
Releases · boxboat/aks-health-check
v0.0.7 - Patches and one enhancement
What's Changed
- Modified the README by @fgauna12 in #83
- Allowing container registries to be queried from different subscriptions by @brian-workman in #84
- Enabling GitHub Advanced Security Version Updates by @fgauna12 in #85
- Replacing Snyk with Trivy by @fgauna12 in #91
- Bump chalk from 4.1.0 to 5.1.2 by @dependabot in #90
- Bump commander from 7.2.0 to 9.4.1 by @dependabot in #88
New Contributors
- @dependabot made their first contribution in #90
Full Changelog: v0.0.6...v0.0.7
Bug fixes and improvements
What's Changed
- Fixing link to the template by @brian-workman in #59
- Fix no service mesh error by @PixelRobots in #58
- Automated Azure policy check and also moved it to cluster setup by @PixelRobots in #62
- CSP11 Enabled Azure RBAC by @PixelRobots in #65
- Refactoring service mesh check into the networking section, and moving distributed tracing check to networking section by @brian-workman in #68
- Fixing image management issues around constraint templates by @brian-workman in #69
- Automating DEV-12 check by @brian-workman in #73
- Automating NET-6 by @brian-workman in #74
- Automating DR-7 and fixing rogue bugs by @brian-workman in #75
- Added hands-on YouTube video link by @PixelRobots in #76
- Fix for stdout buffer issue with NodeJS when there are a lot of Kubernetes objects by @fgauna12 in #80
- Fixing issue when azure policy there are no add on profiles configured by @fgauna12 in #81
New Contributors
- @PixelRobots made their first contribution in #58
Full Changelog: v0.0.5-alpha...v0.0.6
Output formatting changes
- Nested all the final findings into a results list with checks that have been ran and the ones that haven't ran.
- When using
--verbose
option, it provides more detail into why or what made a particular check fail
MVP - First Release
- Separate commands to check for Kubernetes and Azure checks
- Supports a simple auth flow and a "managed identity" auth with ACI
- Provides a table with a summary of findings
- Provides codes for each of the findings
- Public docker image published on GitHub's Container Registry
- Additional help from CLI, branding, and options.
Testing Publish
v0.0.3-alpha Enabling build kit
Second pre-release version
- Improvements on usability.
- Separate
aks-hc check azure
andaks-hc check kubernetes
commands. - Version before having a summary table
- Adding CI