Closed brettcurtis closed 7 months ago
The overall change focuses on updating environmental variables, dependencies, and configurations across several files to reflect new cluster IDs, locations, and versions of tools and dependencies. It includes updating the default region for GKE configurations, downgrading a gem version, and renaming subnets to align with a regional cluster strategy that employs zone-based nodes.
Files | Change Summary |
---|---|
.github/workflows/kitchen.yml test/test.sh |
Updated TF_VAR_gke_hub_memberships with new cluster ID and location values. |
.pre-commit-config.yaml |
Updated the pre-commit-terraform revision from v1.88.3 to v1.88.4 . |
Gemfile |
Downgraded the 'nori' gem version from 2.7.0 to 2.6.0. |
test/fixtures/gke_fleet_host/regional/main.tf test/integration/gke_fleet_host_regional/controls/gcp_inspec.rb |
Updated names of secondary ranges and subnets with a new suffix and updated expected subnetwork attribute value. |
test/fixtures/gke_fleet_member/regional/variables.tf test/fixtures/gke_fleet_member/regional_istio/variables.tf |
Updated the default region value from "us-east4" to "us-east1". |
test/integration/shared/inspec.yml |
Updated the inspec_gcp dependency URL version from 1.11.94 to 1.11.98 . |
Objective | Addressed | Explanation |
---|---|---|
Rename subnets for Kubernetes tests to reflect a regional cluster with zone-based nodes. (#51) | ✅ |
osinfra-io/google-cloud-kitchen-terraform#86
: This issue directly relates to the changes made in the PR, as it discusses renaming subnets for Kubernetes tests to reflect a regional cluster with zone-based nodes, which is addressed by the updates in subnet names and configurations.50 FinOps policies and 1 Tagging policy passed. |
View report in Infracost Cloud. This comment will be updated when code changes.
@coderabbitai review
Fixes #51
Summary by CodeRabbit
pre-commit-terraform
repository.inspec_gcp
dependency to incorporate latest changes.