Closed brettcurtis closed 8 months ago
The recent updates involve refining the pre-commit configuration and enhancing integration tests for Google Kubernetes Engine (GKE) fleet management. Specifically, it streamlines the pre-commit hooks by removing redundant configurations and updates the Terraform hook version. Additionally, it introduces a new approach to integration testing by creating shared InSpec configurations for GKE fleet hosts and members, both globally and regionally, aimed at improving test maintainability and efficiency.
File Path | Change Summary |
---|---|
.pre-commit-config.yaml |
- Removed infracost_generate_config hook- Updated pre-commit-terraform to v1.88.0 - Removed verbose setting for terraform_plan hook |
test/integration/.../inspec.yml (4 files) |
Introduced new InSpec configuration files for GKE fleet (host and member, both global and regional) with references to shared configurations |
test/integration/shared/inspec.yml |
Added new file defining a Chef InSpec profile for GCP resources with dependencies on inspec_gcp |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Chores
pre-commit-terraform
to the latest version for improved code quality checks.Tests