Closed brettcurtis closed 3 months ago
The recent updates reflect a series of version increments across various configuration files, primarily related to Terraform and GitHub Actions. These changes enhance functionality and compatibility by incorporating bug fixes and minor improvements. Notably, certain Kubernetes resources were removed, indicating potential shifts in infrastructure strategy. Overall, these modifications aim to streamline operations and ensure that configurations remain current and effective.
Files | Change Summary |
---|---|
.github/workflows/test.yml |
Updated GitHub Actions workflow from v0.2.4 to v0.2.5 . |
.pre-commit-config.yaml |
Incremented versions of pre-commit-terraform from v1.92.0 to v1.92.1 and checkov from 3.2.213 to 3.2.217 . |
README.md , regional/README.md , regional/onboarding/README.md |
Updated Google provider version from 5.36.0 to 5.38.0 across all relevant documentation. Removed specific Kubernetes resources and input variables in regional/onboarding/README.md . |
regional/onboarding/main.tf , regional/onboarding/variables.tf |
Removed kubernetes_namespace resources and input variables related to Istio configurations. |
tests/default.tftest.hcl , tests/fixtures/gke_fleet_host/main.tf , tests/fixtures/gke_fleet_member/main.tf |
Significant restructuring of mock providers and variable assignments. Simplified namespaces variable assignments. |
tests/fixtures/gke_fleet_host/outputs.tf , tests/fixtures/gke_fleet_member/outputs.tf |
Removed or renamed several output declarations for clarity. |
tests/fixtures/gke_fleet_host/regional/locals.tf , tests/fixtures/gke_fleet_member/regional/locals.tf |
Introduced local values for better configuration management. |
tests/fixtures/gke_fleet_host/regional/variables.tf , tests/fixtures/gke_fleet_member/regional/variables.tf |
Added and revised several input variables to improve clarity and functionality. |
This pull request is aligned with your company's FinOps policies and the Well-Architected Framework.
This comment will be updated when code changes.
Fixes #81
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores