GCP Plugin Release Notes
0.1.3
Fix: formae extract now works correctly for BigQuery Table resources. Previously, extracting a managed table to PKL would fail with an internal error, preventing round-trip workflows (deploy → extract → redeploy).
0.1.2
Fix: Spurious diffs during updates and synchronization for resources where GCP populates default values (e.g. Disk licenses, guest OS features, Cloud Build worker pool settings). These fields are now correctly recognized as provider defaults.
0.1.1
Feature: Added Cloud Run resources (GCP::CloudRun::Job and GCP::CloudRun::Service) with full conformance tests.
Feature: Added location to the GCP target configuration, giving explicit control over the target location for regional resources.
Fix: Fixed Disk.sourceImage nullable type. The field was incorrectly required, causing validation failures when creating disks without a source image.
Fix: Corrected nullish Pkl union types across several resource schemas.
0.1.0
Initial release of the GCP plugin as a standalone package built on the formae Plugin SDK.