The Wire · Showcase
HASHICORP NIGHTLIES ARRIVE AS GOOGLE PROVIDERS PATCH UPGRADE GUIDES
By RepoJournal · Filed · About HashiCorp
HashiCorp's nightly releases for Nomad tooling land alongside critical docs fixes that close gaps in the Terraform Google provider's version 8 upgrade path.
The nightly release train rolled through hashicorp/nomad-driver-podman and hashicorp/nomad-pack [1][2], giving early adopters a snapshot of the latest codebase to test against their existing builds. Those snapshots include new features and bug fixes slated for upcoming releases, so teams should run them against their CI before they hit stable. Meanwhile, modular-magician shipped identical patches to both terraform-provider-google and terraform-provider-google-beta [3][4] that add long-missing entries to the version 8 upgrade guide. The changes document critical breaking behavior: `google_container_cluster` now converts `logging_config.enable_components` and `monitoring_config.enable_components` to a TypeSet, and `google_compute_service_attachment` sees `consumer_accept_lists` fields defaulting to empty strings. The PR notes it "adds missing entries to the Version 8 Upgrade Guide and ensures strict alphabetical ordering across all resource sections" [5]. These docs are the map for teams planning their next jump, so read them before you hit the v8 migration.
One email a day. Unsubscribe in one click.
Keep up with HashiCorp in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Pull the nightly releases for nomad-driver-podman and nomad-pack into your test matrix before your next CI run hashicorp/nomad-driver-podman [monitor]
- → Review the version 8 upgrade guide entries for google_container_cluster and google_compute_service_attachment in both provider repos hashicorp/terraform-provider-google [plan]
- → Apply the docs fix to your fork or pin your provider version after reading the upgrade guide hashicorp/terraform-provider-google-beta [plan]
References
- [1] nightly ↗ hashicorp/nomad-driver-podman
- [2] nightly ↗ hashicorp/nomad-pack
- [3] docs: add missing version 8 upgrade guide entries (#18737) (#12960) hashicorp/terraform-provider-google-beta
- [4] docs: add missing version 8 upgrade guide entries (#18737) (#29008) hashicorp/terraform-provider-google
- [5] docs: add missing version 8 upgrade guide entries ↗ hashicorp/terraform-provider-google-beta