tag: Gcp · 7 items
- Platform/SRE — Skip
- CI/CD — Learn: Cloud Build now offers a UI path to rotate expired access tokens for 2nd-gen Bitbucket and GitLab host connections, useful if those credentials are aging. The Application Integration authorization change—scheduled/event-triggered runs will require an explicit run-as service account—could affect event-driven release workflows, but no enforcement deadline is given and the product is outside the standard CI/CD toolchain for most teams.
- Leader — Skip
- Platform/SRE — Plan: The M4N machine series is now GA on GCP, offering up to 400 Gbps network and 1M IOPS for memory/network-intensive workloads like vector databases and RAG layers — evaluate whether it fits high-memory workload placements this quarter. CVE-2026-12710 in Application Integration was already patched server-side on April 4, 2026; no customer action required.
- CI/CD — Skip
- Leader — Learn: GCP’s M4N instance family (GA) targets high-memory AI infrastructure workloads such as vector databases and in-memory RAG layers — relevant context for future GCP AI/ML platform architecture discussions, but no immediate strategic or budget decision is forced.
- Signals: GA announcement · CVE-2026-12710 — CISA KEV: not listed, EPSS n/a
- Platform/SRE — Plan: App Engine Images→Cloud Run migration support is now GA for Java and Python — schedule evaluation this quarter if you operate App Engine standard workloads. Cloud SDK 581.0.0 flags a breaking change (removal of
gcloud beta services mcpcommands), but those were already no-ops so real pipeline impact is minimal; worth verifying before upgrading the SDK. - CI/CD — Skip
- Leader — Learn: The GA availability of the App Engine→Cloud Run migration path is a strategic signal if the org still runs App Engine workloads; no forced deadline, but it clarifies the long-term migration route Google is offering.
- Signals: GA announcement · breaking-change flagged
- Platform/SRE — Plan: Cloud SDK 578.0.0 makes –auto-commit the default for gcloud database-migration seed/convert/import-rules commands; audit any automation or runbooks that call these operations and add –no-auto-commit explicitly before upgrading the SDK.
- CI/CD — Plan: If pipelines invoke gcloud database-migration commands, upgrading to Cloud SDK 578.0.0 silently changes commit behavior; pin the SDK version or add –no-auto-commit flags before the next runner/image update pulls this version in.
- Leader — Skip
- Signals: breaking-change flagged
- Platform/SRE — Act: GCP Batch will reject jobs whose
allowedLocations[]field lists regions or zones outside the job’s own location; the deadline is July 31, 2026 for most projects (June 30, 2027 for projects that already submitted a cross-region job before that date). Audit all Batch workloads for cross-regionallowedLocations[]entries and restrict them to the job’s location before July 31, 2026. - CI/CD — Skip
- Leader — Skip
- Platform/SRE — Plan: gcloud SDK 576.0.0 changes
gcloud storage rsyncto decompress gzip downloads by default, which can silently break any operational scripts relying on the previous behavior; audit usage and add--do-not-decompressor pin SDK version before upgrading. The bundled Python update for CVE-2026-34182 (EPSS 0.00, not KEV) adds low-urgency motivation to upgrade. - CI/CD — Plan: If pipelines invoke
gcloud storage rsyncto pull artifacts, the 576.0.0 default-decompress behavior change will alter what lands in the workspace; pin the gcloud SDK version or add--do-not-decompressbefore rolling out the upgrade across runners. - Leader — Learn: BigQuery conversational analytics now carries HIPAA compliance support, broadening Gemini-in-BigQuery eligibility for regulated-industry workloads — worth factoring into GCP data platform strategy for healthcare or other compliance-sensitive verticals.
- Signals: GA announcement · breaking-change flagged · CVE-2026-34182 — CISA KEV: not listed, EPSS 0.00
- Platform/SRE — Learn: Advanced Compute Images (Preview) offer pre-tuned AI/ML/HPC OS images with drivers and Slurm pre-installed, potentially simplifying GPU node provisioning; separately, BigQuery hybrid search has been temporarily disabled — check if any workloads depend on the VECTOR_SEARCH hybrid mode.
- CI/CD — Skip
- Leader — Skip