Deployment Manager release notes

This page contains release notes for Google Cloud Deployment Manager.

Current Version: v2

You can see the latest product updates for all of Google Cloud on the Google Cloud page, browse and filter all release notes in the Google Cloud console, or programmatically access release notes in BigQuery.

To get the latest product updates delivered to you, add the URL of this page to your feed reader, or add the feed URL directly.

April 15, 2020

Feature

Added support for Cloud Scheduler through gcp-types/cloudscheduler-v1:projects.locations.jobs.

Fixed

Deployment Manager now correctly deletes Compute Engine forwarding rules of type compute.v1.forwardingRule, compute.beta.forwardingRule, gcp-types/compute-v1:forwardingRules and gcp-types/compute-beta:forwardingRules when the resource name does not match the forwarding rule name.

Change

Updates on Cloud Functions resources using gcp-types/cloudfunctions-v1 now retry on 429 errors.

Change

Performance improvements when handling large Swagger / OpenAPI specs when adding an API as a type provider.

Fixed

Deployment Manager now acquires existing GKE cluster resources of type gcp-types/container-v1:projects.locations.clusters.

Change

You can now apply granular IAM Permissions to the Google APIs service account used by Deployment Manager, as we've removed the requirement for roles/editor being assigned to the service account.

Change

GKE clusters and node pools will wait for maintenance to complete before attempting to apply any updates. Affected collections:

  • gcp-types/container-v1:projects.zones.clusters
  • gcp-types/container-v1:projects.locations.clusters
  • gcp-types/container-v1:projects.zones.clusters.nodePools
  • gcp-types/container-v1:projects.locations.clusters.nodePools
  • gcp-types/container-v1beta1:projects.zones.clusters
  • gcp-types/container-v1beta1:projects.locations.clusters
  • gcp-types/container-v1beta1:projects.zones.clusters.nodePools
  • gcp-types/container-v1beta1:projects.locations.clusters.nodePools
Fixed

Deployment Manager now correctly acquires Access Context Manager resources of type gcp-types/accesscontextmanager-v1:accessPolicies.accessLevels and gcp-types/accesscontextmanager-v1beta:accessPolicies.accessLevels if the resources already exist.

Change

Added support for updating Cloud Pub/Sub subscriptions using gcp-types/pubsub-v1:projects.subscriptions.

Change

Added support for updating the following properties on gcp-types/container-v1:projects.zones.clusters and gcp-types/container-v1:projects.locations.clusters:

  • binaryAuthorization
  • databaseEncryption
  • masterAuthorizedNetworksConfig
  • autoscaling
  • resourceUsageExportConfig
  • verticalPodAutoscaling

Additionally, for gcp-types/container-v1beta1:projects.zones.clusters and gcp-types/container-v1beta1:projects.locations.clusters the following fields can also be updated:

  • podSecurityPolicyConfig
  • privateClusterConfig
  • shieldedNodes
  • workloadIdentityConfig
Fixed

Deployment Manager now correctly updates autoscaling properties for resources of type gcp-types/container-v1:projects.locations.clusters.nodePools and gcp-types/container-v1beta1:projects.locations.clusters.nodePools.

March 30, 2020

Change

If your Python templates use features that are only for Python 2.x, your templates will now continue to work until June 2020.

Learn about migrating your templates to Python 3.