-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update pulumi npm packages (major) #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-pulumi-npm-packages
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97dbca6
to
4531e3a
Compare
4531e3a
to
878c2db
Compare
166f0cc
to
0897092
Compare
0897092
to
c756ae2
Compare
88c2d8f
to
2a6d3f2
Compare
2a6d3f2
to
cbf9340
Compare
cbf9340
to
3e3a4a4
Compare
3e3a4a4
to
9054ff0
Compare
9054ff0
to
5d5bb52
Compare
5d5bb52
to
a41674f
Compare
a41674f
to
2648b5a
Compare
2648b5a
to
99a591a
Compare
a0ff1ae
to
6c1f756
Compare
6c5c62b
to
3fb553b
Compare
3fb553b
to
b750474
Compare
b750474
to
aff4d48
Compare
aff4d48
to
ed7e145
Compare
ed7e145
to
9a49dd0
Compare
9a49dd0
to
4697d74
Compare
d1cb914
to
3ffcc22
Compare
6d4d308
to
f192c82
Compare
1e28aab
to
3d9bcea
Compare
17a19a1
to
e9428d5
Compare
b3eb7a3
to
227c516
Compare
857a3db
to
164e439
Compare
164e439
to
de284cc
Compare
de284cc
to
9718ed8
Compare
9718ed8
to
27c02db
Compare
27c02db
to
361ca60
Compare
e232be0
to
4e2cf40
Compare
af8cb16
to
9753847
Compare
9753847
to
c8f759b
Compare
7b0550d
to
61eb4b7
Compare
528036b
to
b01eb21
Compare
b01eb21
to
43eda92
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.0
->9.3.0
3.1.1
->4.23.0
Release Notes
pulumi/pulumi-gcp (@pulumi/gcp)
v9.3.0
Compare Source
Does the PR have any schema changes?
Found 9 breaking changes:
Resources
🟢
"gcp:compute/vPNTunnel:VPNTunnel": required: "sharedSecret" property is no longer Required🟢
"gcp:networksecurity/mirroringEndpointGroup:MirroringEndpointGroup": required: "mirroringDeploymentGroup" property is no longer RequiredTypes
🟢
"livenessProbes" property has changed to Required🟢
"startupProbes" property has changed to Required🟢
"gcp:compute/WireGroupWireProperties:WireGroupWireProperties": required: "bandwidthAllocation" property has changed to Required🟡
"gcp:netapp/VolumeHybridReplicationParameters:VolumeHybridReplicationParameters": properties: "peerIpAddresses" type changed from "string" to "array":🟡
items had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}🟢
"gcp:privilegedaccessmanager/getEntitlementApprovalWorkflowManualApprovalStep:getEntitlementApprovalWorkflowManualApprovalStep": required: "id" property has changed to Required🟢
"gcp:sql/getDatabaseInstancesInstance:getDatabaseInstancesInstance": required: "pointInTimeRestoreContexts" property has changed to RequiredNew resources:
apigee/apiDeployment.ApiDeployment
discoveryengine/dataConnector.DataConnector
kms/organizationKajPolicyConfig.OrganizationKajPolicyConfig
saasruntime/rolloutKind.RolloutKind
New functions:
artifactregistry/getMavenArtifacts.getMavenArtifacts
artifactregistry/getNpmPackages.getNpmPackages
What's Changed
Full Changelog: pulumi/pulumi-gcp@v9.2.0...v9.3.0
v9.2.0
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-gcp@v9.1.0...v9.2.0
v9.1.0
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-gcp@v9.0.0...v9.1.0
v9.0.0
Compare Source
Pulumi GCP Provider Version Upgrade Guide
Version 9.0.0 of the GCP provider for Pulumi is a major release and includes changes that you need to consider when upgrading.
This guide will help with that process and focuses only on changes from version 8.x to version 9.0.0.
See the Version 8 Upgrade Guide for information on upgrading from 7.x to version 8.0.0.
Breaking changes
GCP provider v9.0 includes several breaking changes to a few resources and invokes. Here are the details:
Resource
gcp.alloydb.Cluster
:deletionProtection
has been added with a default value oftrue
. This field destroying or recreating the cluster duringpulumi up
. In 9.0.0, existing clusters will havedeletionProtection
set to true during the next refresh unless otherwise set in the program configuration.Resource
gcp.apigee.KeystoresAliasesKeyCertFile
:certsInfo
is no longer an input and instead is only available as an output property.Resource
gcp.artifactregistry.Repository
:Resource
gcp.beyondcorp.Application
removed:ApplicationIamBinding
,ApplicationIamMember
, andApplicationIamPolicy
have also been removed.gcp.beyondcorp.SecurityGatewayApplication
instead.Resource
gcp.bigquery.Table
:view.useLegacySql
No longer has a default value oftrue
. You may need to explicitly set this field in your program configuration.Resource
gcp.bigtable.TableIamBinding
:instance
is now removed in favor ofinstanceName
.Resource
gcp.bigtable.TableIamMember
:instance
is now removed in favor ofinstanceName
.Resource
gcp.bigtable.TableIamPolicy
:instance
is now removed in favor ofinstanceName
.Resource
gcp.cloudfunctionsv2.Function
:Field
eventTrigger.eventType
is now a required field.Field
serviceConfig.service
is now only available as an output property. Remove it from your program configuration when upgrading.Resource
gcp.cloudrunv2.WorkerPool
:template.containers.dependsOn
is removed.Resource
gcp.colab.RuntimeTemplate
:postStartupScriptConfig
is removed.Resource
gcp.compute.InstanceTemplate
:disks.diskType
,disks.mode
,disks.interface
no longer use provider defaults and instead will be set by the API. See the API documentation for more details.Resource
gcp.compute.RegionInstanceTemplate
:disks.diskType
,disks.mode
,disks.interface
no longer use provider defaults and instead will be set by the API. See the API documentation for more details.Resource
gcp.compute.Subnetwork
:enableFlowLogs
has been removed in favor oflogConfig
.Resource
gcp.gkehub.Membership
:description
has been removed.Resource
gcp.gkehub.FeatureMembership
:configmanagement.binauthz
has been removed.Resource
gcp.memorystore.Instance
:allowFewerZonesDeployment
has been removed.Resource
gcp.networkservices.LbTrafficExtension
:loadBalancingScheme
is now required. It was already needed for this resource to function correctly so no changes should be necessary.Resource
gcp.notebooks.Location
is removed because it was not a functional resource.Resource
gcp.projects.Service
:disableOnDestroy
no longer defaults totrue
.Resource
gcp.redis.Cluster
:allowFewerZonesDeployment
has been removed.Resource
gcp.securesourcemanager.Instance
:deletionPolicy
has had its default value changed toPREVENT
.Resource
gcp.storage.TransferJob
:Several
path
fields have improved validation and now are required to not start with/
.Resource
gcp.storage.Bucket
:retentionPeriod
has had its type changed tostring
.Resource
gcp.storage.Notification
:topic
now requires a new format and must be provided in the formatprojects/{{project}}/topics/{{topic}}
.Resource
gcp.tpu.Node
has been removed in favor ofgcp.tpu.V2Vm
. For moving from TPU Node to TPU VM architecture, see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#from-tpu-node-to-tpu-vm.Resource
gcp.vertex.AiIndex
:metadata
andmetadata.config
are now required. These fields were already required for resource functionality, so no change is necessary to existing configurations.Bucket Label Import
In v9, we are removing a patch that changed the Import behavior on
gcp.storage.Bucket
.This patch allowed for a
pulumi import
to directly import cloud labels to the Bucket'slabels
field.Going forward, the Import behavior for labels will be on par with all other resources: on a fresh import, the labels will be written to the output-only
effectiveLabels
field in the Pulumi state, and not to the bucket'slabels
.The generated code will not include
labels
.To bring Bucket labels under Pulumi management after an import, you now need to explicitly set them on the Bucket's
labels
field.You may discover any such potential labels from the Bucket's
effectiveLabels
field.Read more about label handling here.
This change is a bug fix for #3337.
New Contributors
Full Changelog: pulumi/pulumi-gcp@v8.41.1...v9.0.0
v8.41.1
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.41.0...v8.41.1
v8.41.0
Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-gcp@v8.40.0...v8.41.0
v8.40.0
Compare Source
Does the PR have any schema changes?
Found 19 breaking changes:
Resources
🟢
"cidr" property is no longer Required🟢
"network" property is no longer Required🟢
"backupSubnetCidr" property is no longer Required🟢
"cidr" property is no longer Required🟢
"network" property is no longer RequiredTypes
🟢
"gcp:cloudrunv2/getJobTemplateTemplate:getJobTemplateTemplate": required: "gpuZonalRedundancyDisabled" property has changed to Required🟢
"gcp:compute/getSubnetworksSubnetwork:getSubnetworksSubnetwork": required: "networkName" property has changed to Required🟢
"gcp:container/getClusterAddonsConfig:getClusterAddonsConfig": required: "lustreCsiDriverConfigs" property has changed to Required🟢
"gcp:container/getClusterIpAllocationPolicy:getClusterIpAllocationPolicy": required: "additionalIpRangesConfigs" property has changed to Required🟢
"gcp:container/getClusterNodePoolNetworkConfig:getClusterNodePoolNetworkConfig": required: "subnetwork" property has changed to Required🟢
"gcp:dataproc/ClusterClusterConfigSecurityConfig:ClusterClusterConfigSecurityConfig": required: "kerberosConfig" property is no longer Required🟢
"gcp:diagflow/CxWebhookServiceDirectory:CxWebhookServiceDirectory": required: "genericWebService" property is no longer Required🟢
"odbNetwork" property has changed to Required🟢
"odbSubnet" property has changed to Required🟢
"backupOdbSubnet" property has changed to Required🟢
"odbNetwork" property has changed to Required🟢
"odbSubnet" property has changed to Required🟢
"gcp:secretmanager/getRegionalSecretsSecret:getRegionalSecretsSecret": required: "tags" property has changed to Required🟢
"gcp:secretmanager/getSecretsSecret:getSecretsSecret": required: "tags" property has changed to RequiredNew resources:
apigee/apiProduct.ApiProduct
apigee/securityAction.SecurityAction
bigtable/schemaBundle.SchemaBundle
compute/previewFeature.PreviewFeature
developerconnect/insightsConfig.InsightsConfig
diagflow/cxGenerator.CxGenerator
discoveryengine/cmekConfig.CmekConfig
discoveryengine/recommendationEngine.RecommendationEngine
iam/workforcePoolIamBinding.WorkforcePoolIamBinding
iam/workforcePoolIamMember.WorkforcePoolIamMember
iam/workforcePoolIamPolicy.WorkforcePoolIamPolicy
modelarmor/floorsetting.Floorsetting
oracledatabase/odbNetwork.OdbNetwork
oracledatabase/odbSubnet.OdbSubnet
storage/insightsDatasetConfig.InsightsDatasetConfig
vertex/aiEndpointWithModelGardenDeployment.AiEndpointWithModelGardenDeployment
New functions:
artifactregistry/getDockerImages.getDockerImages
iam/getWorkforcePoolIamPolicy.getWorkforcePoolIamPolicy
storage/getInsightsDatasetConfig.getInsightsDatasetConfig
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.39.0...v8.40.0
v8.39.0
Compare Source
Does the PR have any schema changes?
Found 5 breaking changes:
Types
🟢
"gcp:compute/ReservationSpecificReservation:ReservationSpecificReservation": required: "instanceProperties" property is no longer Required🟢
"gcp:compute/getReservationShareSetting:getReservationShareSetting": required: "projects" property has changed to Required🟢
"gcp:compute/getReservationSpecificReservation:getReservationSpecificReservation": required: "sourceInstanceTemplate" property has changed to Required🟢
"gcp:compute/getReservationSpecificReservationInstanceProperty:getReservationSpecificReservationInstanceProperty": required: "maintenanceInterval" property has changed to Required🟢
"gcp:compute/getSecurityPolicyAdvancedOptionsConfig:getSecurityPolicyAdvancedOptionsConfig": required: "requestBodyInspectionSize" property has changed to RequiredNew resources:
backupdisasterrecovery/serviceConfig.ServiceConfig
bigqueryanalyticshub/dataExchangeSubscription.DataExchangeSubscription
New functions:
compute/getNetworkAttachment.getNetworkAttachment
firestore/getDocument.getDocument
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-gcp@v8.38.0...v8.39.0
v8.38.0
Compare Source
Does the PR have any schema changes?
Found 8 breaking changes:
Types
🟢
"gcp:compute/RouterRoutePolicyTerm:RouterRoutePolicyTerm": required: "match" property has changed to Required🟢
"gcp:compute/RouterStatusBestRoute:RouterStatusBestRoute": required: "params" property has changed to Required🟢
"gcp:compute/RouterStatusBestRoutesForRouter:RouterStatusBestRoutesForRouter": required: "params" property has changed to Required🟢
"gcp:compute/getRouterStatusBestRoute:getRouterStatusBestRoute": required: "params" property has changed to Required🟢
"gcp:compute/getRouterStatusBestRoutesForRouter:getRouterStatusBestRoutesForRouter": required: "params" property has changed to Required🟢
"gcp:container/getClusterSecretManagerConfig:getClusterSecretManagerConfig": required: "rotationConfigs" property has changed to Required🟡
"gcp:gkeonprem/BareMetalClusterLoadBalancerBgpLbConfigAddressPool:BareMetalClusterLoadBalancerBgpLbConfigAddressPool": properties: "manualAssign" type changed from "string" to "boolean"🟢
"gcp:secretmanager/getSecretsSecret:getSecretsSecret": required: "deletionProtection" property has changed to RequiredNew resources:
contactcenterinsights/analysisRule.AnalysisRule
modelarmor/template.Template
New functions:
networkmanagement/getConnectivityTestRun.getConnectivityTestRun
redis/getCluster.getCluster
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.37.0...v8.38.0
v8.37.0
Compare Source
Does the PR have any schema changes?
Found 10 breaking changes:
Resources
🟢
"description" property is no longer Required🟢
"displayName" property is no longer RequiredTypes
🟢
"gcp:cloudidentity/getGroupMembershipsMembership:getGroupMembershipsMembership": required: "createIgnoreAlreadyExists" property has changed to Required🟢
"gcp:cloudrunv2/getJobTemplateTemplate:getJobTemplateTemplate": required: "nodeSelectors" property has changed to Required🟢
"gcp:container/getClusterConfidentialNode:getClusterConfidentialNode": required: "confidentialInstanceType" property has changed to Required🟢
"gcp:container/getClusterNodeConfigConfidentialNode:getClusterNodeConfigConfidentialNode": required: "confidentialInstanceType" property has changed to Required🟢
"gcp:container/getClusterNodePoolNodeConfigConfidentialNode:getClusterNodePoolNodeConfigConfidentialNode": required: "confidentialInstanceType" property has changed to Required🟢
"gcp:secretmanager/getRegionalSecretsSecret:getRegionalSecretsSecret": required: "deletionProtection" property has changed to Required🟢
"allowAllServiceAgentAccess" property has changed to Required🟢
"allowCrossOrgVpcs" property has changed to RequiredNew resources:
apihub/plugin.Plugin
compute/wireGroup.WireGroup
diagflow/cxGenerativeSettings.CxGenerativeSettings
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.36.0...v8.37.0
v8.36.0
Compare Source
Does the PR have any schema changes?
Found 5 breaking changes:
Resources
🟢
"gcp:bigqueryanalyticshub/listing:Listing": required: "bigqueryDataset" property is no longer Required🟢
"gcp:lustre/instance:Instance": required inputs: "perUnitStorageThroughput" input has changed to RequiredTypes
🟢
"gcp:alloydb/getInstanceNetworkConfig:getInstanceNetworkConfig": required: "allocatedIpRangeOverride" property has changed to Required🟢
"gcp:container/getClusterNodeConfigAdvancedMachineFeature:getClusterNodeConfigAdvancedMachineFeature": required: "performanceMonitoringUnit" property has changed to Required🟢
"gcp:container/getClusterNodePoolNodeConfigAdvancedMachineFeature:getClusterNodePoolNodeConfigAdvancedMachineFeature": required: "performanceMonitoringUnit" property has changed to RequiredNew resources:
apihub/pluginInstance.PluginInstance
bigtable/appProfile.AppProfile
contactcenterinsights/view.View
dataproc/sessionTemplate.SessionTemplate
diagflow/encryptionSpec.EncryptionSpec
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-gcp@v8.35.0...v8.36.0
v8.35.0
Compare Source
Does the PR have any schema changes?
Found 1 breaking change:
Types
🟢
"gcp:compute/URLMapTest:URLMapTest": required: "service" property is no longer RequiredNew resources:
diagflow/cxTool.CxTool
New functions:
dataplex/getDataQualityRules.getDataQualityRules
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.34.0...v8.35.0
v8.34.0
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
v8.33.0
Compare Source
Does the PR have any schema changes?
Found 6 breaking changes:
Resources
🟢
"gcp:datastream/privateConnection:PrivateConnection": required: "vpcPeeringConfig" property is no longer RequiredTypes
🟢
"gcp:compute/getRegionBackendServiceSubsetting:getRegionBackendServiceSubsetting": required: "subsetSize" property has changed to Required🟢
"gcp:filestore/getInstanceEffectiveReplication:getInstanceEffectiveReplication": required: "role" property has changed to Required🟢
"gcp:filestore/getInstanceEffectiveReplicationReplica:getInstanceEffectiveReplicationReplica": required: "peerInstance" property has changed to Required🟢
"gcp:filestore/getInstanceFileShareNfsExportOption:getInstanceFileShareNfsExportOption": required: "network" property has changed to Required🟢
"gcp:filestore/getInstanceNetwork:getInstanceNetwork": required: "pscConfigs" property has changed to RequiredNew resources:
apigee/securityMonitoringCondition.SecurityMonitoringCondition
beyondcorp/securityGatewayApplication.SecurityGatewayApplication
beyondcorp/securityGatewayApplicationIamBinding.SecurityGatewayApplicationIamBinding
beyondcorp/securityGatewayApplicationIamMember.SecurityGatewayApplicationIamMember
beyondcorp/securityGatewayApplicationIamPolicy.SecurityGatewayApplicationIamPolicy
cloudrunv2/workerPool.WorkerPool
cloudrunv2/workerPoolIamBinding.WorkerPoolIamBinding
cloudrunv2/workerPoolIamMember.WorkerPoolIamMember
cloudrunv2/workerPoolIamPolicy.WorkerPoolIamPolicy
compute/futureReservation.FutureReservation
dataplex/entry.Entry
dataplex/glossaryCategory.GlossaryCategory
dataplex/glossaryTerm.GlossaryTerm
iam/workforcePoolProviderKey.WorkforcePoolProviderKey
iam/workloadIdentityPoolManagedIdentity.WorkloadIdentityPoolManagedIdentity
iam/workloadIdentityPoolNamespace.WorkloadIdentityPoolNamespace
managedkafka/acl.Acl
New functions:
beyondcorp/getSecurityGatewayApplicationIamPolicy.getSecurityGatewayApplicationIamPolicy
bigquery/getDatasets.getDatasets
bigquery/getTable.getTable
cloudrunv2/getWorkerPool.getWorkerPool
cloudrunv2/getWorkerPoolIamPolicy.getWorkerPoolIamPolicy
gkehub/getMembership.getMembership
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.32.1...v8.33.0
v8.32.1
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.32.0...v8.32.1
v8.32.0
Compare Source
Does the PR have any schema changes?
Found 2 breaking changes:
Types
🟢
"gcp:compute/getInstanceAttachedDisk:getInstanceAttachedDisk": required: "forceAttach" property has changed to Required🟢
"gcp:compute/getInstanceBootDisk:getInstanceBootDisk": required: "forceAttach" property has changed to RequiredNew resources:
bigquery/rowAccessPolicy.RowAccessPolicy
dataplex/glossary.Glossary
dataplex/glossaryIamBinding.GlossaryIamBinding
dataplex/glossaryIamMember.GlossaryIamMember
dataplex/glossaryIamPolicy.GlossaryIamPolicy
firebase/appHostingDefaultDomain.AppHostingDefaultDomain
firebase/appHostingDomain.AppHostingDomain
firebase/appHostingTraffic.AppHostingTraffic
iam/workloadIdentityPoolIamBinding.WorkloadIdentityPoolIamBinding
iam/workloadIdentityPoolIamMember.WorkloadIdentityPoolIamMember
iam/workloadIdentityPoolIamPolicy.WorkloadIdentityPoolIamPolicy
New functions:
beyondcorp/getSecurityGateway.getSecurityGateway
dataplex/getGlossaryIamPolicy.getGlossaryIamPolicy
iam/getWorkloadIdentityPoolIamPolicy.getWorkloadIdentityPoolIamPolicy
lustre/getInstance.getInstance
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.31.0...v8.32.0
v8.31.0
Compare Source
Does the PR have any schema changes?
Found 10 breaking changes:
Resources
🟡
inputs: "tags" missing🟡
properties: "tags" missing output "tags"🟡
inputs: "tags" missing🟡
properties: "tags" missing output "tags"Types
🟢
"gcp:alloydb/getInstancePscInstanceConfig:getInstancePscInstanceConfig": required: "pscAutoConnections" property has changed to Required🟢
"gcp:certificateauthority/AuthorityConfigSubjectConfigSubject:AuthorityConfigSubjectConfigSubject": required: "organization" property is no longer Required🟢
"architecture" property has changed to Required🟢
"guestOsFeatures" property has changed to Required🟢
"architecture" property has changed to Required🟢
"guestOsFeatures" property has changed to RequiredNew resources:
compute/crossSiteNetwork.CrossSiteNetwork
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.30.1...v8.31.0
v8.30.1
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.30.0...v8.30.1
v8.30.0
Compare Source
Does the PR have any schema changes?
Found 4 breaking changes:
Types
🟢
"manualInstanceCount" property has changed to Required🟢
"scalingMode" property has changed to Required🟢
"gcp:sql/getDatabaseInstanceSetting:getDatabaseInstanceSetting": required: "connectionPoolConfigs" property has changed to Required🟢
"gcp:sql/getDatabaseInstancesInstanceSetting:getDatabaseInstancesInstanceSetting": required: "connectionPoolConfigs" property has changed to RequiredNew resources:
apigee/securityProfileV2.SecurityProfileV2
resourcemanager/capability.Capability
New functions:
pulumi.providers.gcp/terraformConfig
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.29.0...v8.30.0
v8.29.0
Compare Source
Does the PR have any schema changes?
Found 21 breaking changes:
Resources
🟢
"gcp:compute/interconnect:Interconnect": required inputs: "location" input has changed to RequiredTypes
🟢
"gcp:compute/InstanceTemplateDiskDiskEncryptionKey:InstanceTemplateDiskDiskEncryptionKey": required: "kmsKeySelfLink" property is no longer Required🟢
"gcp:compute/InstanceTemplateDiskSourceImageEncryptionKey:InstanceTemplateDiskSourceImageEncryptionKey": required: "kmsKeySelfLink" property is no longer Required🟢
"gcp:compute/InstanceTemplateDiskSourceSnapshotEncryptionKey:InstanceTemplateDiskSourceSnapshotEncryptionKey": required: "kmsKeySelfLink" property is no longer Required🟢
"gcp:compute/RegionInstanceTemplateDiskDiskEncryptionKey:RegionInstanceTemplateDiskDiskEncryptionKey": required: "kmsKeySelfLink" property is no longer Required🟢
"gcp:compute/RegionInstanceTemplateDiskSourceImageEncryptionKey:RegionInstanceTemplateDiskSourceImageEncryptionKey": required: "kmsKeySelfLink" property is no longer Required🟢
"gcp:compute/RegionInstanceTemplateDiskSourceSnapshotEncryptionKey:RegionInstanceTemplateDiskSourceSnapshotEncryptionKey": required: "kmsKeySelfLink" property is no longer Required🟢
"gcp:compute/getInstanceTemplateDiskDiskEncryptionKey:getInstanceTemplateDiskDiskEncryptionKey": required: "kmsKeyServiceAccount" property has changed to Required🟢
"rawKey" property has changed to Required🟢
"rsaEncryptedKey" property has changed to Required🟢
"rawKey" property has changed to Required🟢
"rsaEncryptedKey" property has changed to Required🟢
"gcp:compute/getRegionInstanceTemplateDiskDiskEncryptionKey:getRegionInstanceTemplateDiskDiskEncryptionKey": required: "kmsKeyServiceAccount" property has changed to Required🟢
"rawKey" property has changed to Required🟢
"rsaEncryptedKey" property has changed to Required🟢
"rawKey" property has changed to Required🟢
"rsaEncryptedKey" property has changed to Required🟢
"gcp:container/getClusterNodeConfigEphemeralStorageLocalSsdConfig:getClusterNodeConfigEphemeralStorageLocalSsdConfig": required: "dataCacheCount" property has changed to Required🟢
"gcp:container/getClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig:getClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig": required: "dataCacheCount" property has changed to Required🟢
"gcp:dns/ManagedZoneForwardingConfigTargetNameServer:ManagedZoneForwardingConfigTargetNameServer": required: "ipv4Address" property is no longer Required🟢
"gcp:sql/getDatabaseInstancesInstance:getDatabaseInstancesInstance": required: "dnsNames" property has changed to RequiredNew resources:
bigtable/logicalView.LogicalView
bigtable/materializedView.MaterializedView
osconfig/v2PolicyOrchestratorForFolder.V2PolicyOrchestratorForFolder
New functions:
memcache/getInstance.getInstance
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.28.0...v8.29.0
v8.28.0
Compare Source
Does the PR have any schema changes?
Found 16 breaking changes:
Types
🟢
"gcp:alloydb/getInstanceMachineConfig:getInstanceMachineConfig": required: "machineType" property has changed to Required🟢
"gcp:alloydb/getInstanceObservabilityConfig:getInstanceObservabilityConfig": required: "assistiveExperiencesEnabled" property has changed to Required🟢
"gcp:compute/getBackendServiceBackend:getBackendServiceBackend": required: "preference" property has changed to Required🟢
"gcp:compute/getBackendServiceCdnPolicy:getBackendServiceCdnPolicy": required: "requestCoalescing" property has changed to Required🟢
"optionalFields" property has changed to Required🟢
"optionalMode" property has changed to Required🟢
"gcp:container/getClusterNodeConfig:getClusterNodeConfig": required: "flexStart" property has changed to Required🟢
"gcp:container/getClusterNodePoolNodeConfig:getClusterNodePoolNodeConfig": required: "flexStart" property has changed to Required🟢
"dataDiskProvisionedIops" property has changed to Required🟢
"dataDiskProvisionedThroughput" property has changed to Required🟢
"retainBackupsOnDelete" property has changed to Required🟢
"gcp:sql/getDatabaseInstanceSettingIpConfiguration:getDatabaseInstanceSettingIpConfiguration": required: "customSubjectAlternativeNames" property has changed to Required🟢
"dataDiskProvisionedIops" property has changed to Required🟢
"dataDiskProvisionedThroughput" property has changed to Required🟢
"retainBackupsOnDelete" property has changed to Required🟢
"gcp:sql/getDatabaseInstancesInstanceSettingIpConfiguration:getDatabaseInstancesInstanceSettingIpConfiguration": required: "customSubjectAlternativeNames" property has changed to RequiredNew resources:
compute/resourcePolicyAttachment.ResourcePolicyAttachment
compute/storagePool.StoragePool
compute/storagePoolIamBinding.StoragePoolIamBinding
compute/storagePoolIamMember.StoragePoolIamMember
compute/storagePoolIamPolicy.StoragePoolIamPolicy
gkebackup/backupChannel.BackupChannel
gkebackup/restoreChannel.RestoreChannel
iap/webCloudRunServiceIamBinding.WebCloudRunServiceIamBinding
iap/webCloudRunServiceIamMember.WebCloudRunServiceIamMember
iap/webCloudRunServiceIamPolicy.WebCloudRunServiceIamPolicy
storage/batchOperationsJob.BatchOperationsJob
New functions:
compute/getStoragePoolIamPolicy.getStoragePoolIamPolicy
compute/getStoragePoolTypes.getStoragePoolTypes
iap/getWebCloudRunServiceIamPolicy.getWebCloudRunServiceIamPolicy
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.27.1...v8.28.0
v8.27.1
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.27.0...v8.27.1
v8.27.0
Compare Source
Does the PR have any schema changes?
Found 6 breaking changes:
Types
🟢
"kmsKeySelfLink" property has changed to Required🟢
"rsaEncryptedKey" property has changed to Required🟢
"gcp:databasemigrationservice/ConnectionProfileMysqlSsl:ConnectionProfileMysqlSsl": required: "caCertificate" property is no longer Required🟢
"gcp:databasemigrationservice/ConnectionProfileOracleSsl:ConnectionProfileOracleSsl": required: "caCertificate" property is no longer Required🟢
"gcp:databasemigrationservice/ConnectionProfilePostgresqlSsl:ConnectionProfilePostgresqlSsl": required: "caCertificate" property is no longer Required🟢
"gcp:monitoring/UptimeCheckConfigHttpCheckAuthInfo:UptimeCheckConfigHttpCheckAuthInfo": required: "password" property is no longer RequiredNew resources:
developerconnect/accountConnector.AccountConnector
vertex/aiFeatureGroupIamBinding.AiFeatureGroupIamBinding
vertex/aiFeatureGroupIamMember.AiFeatureGroupIamMember
vertex/aiFeatureGroupIamPolicy.AiFeatureGroupIamPolicy
vertex/aiFeatureOnlineStoreFeatureviewIamBinding.AiFeatureOnlineStoreFeatureviewIamBinding
vertex/aiFeatureOnlineStoreFeatureviewIamMember.AiFeatureOnlineStoreFeatureviewIamMember
vertex/aiFeatureOnlineStoreFeatureviewIamPolicy.AiFeatureOnlineStoreFeatureviewIamPolicy
vertex/aiFeatureOnlineStoreIamBinding.AiFeatureOnlineStoreIamBinding
vertex/aiFeatureOnlineStoreIamMember.AiFeatureOnlineStoreIamMember
vertex/aiFeatureOnlineStoreIamPolicy.AiFeatureOnlineStoreIamPolicy
New functions:
vertex/getAiFeatureGroupIamPolicy.getAiFeatureGroupIamPolicy
vertex/getAiFeatureOnlineStoreFeatureviewIamPolicy.getAiFeatureOnlineStoreFeatureviewIamPolicy
vertex/getAiFeatureOnlineStoreIamPolicy.getAiFeatureOnlineStoreIamPolicy
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.26.0...v8.27.0
v8.26.0
Compare Source
Does the PR have any schema changes?
Found 3 breaking changes:
Resources
🟢
"gcp:accesscontextmanager/gcpUserAccessBinding:GcpUserAccessBinding": required: "accessLevels" property is no longer RequiredTypes
🟢
"gcp:compute/getResourcePolicyGroupPlacementPolicy:getResourcePolicyGroupPlacementPolicy": required: "tpuTopology" property has changed to Required🟢
"gcp:parametermanager/getRegionalParametersParameter:getRegionalParametersParameter": required: "kmsKey" property has changed to RequiredNew resources:
apigee/controlPlaneAccess.ControlPlaneAccess
clouddeploy/deployPolicy.DeployPolicy
folder/serviceIdentity.ServiceIdentity
gemini/codeToolsSetting.CodeToolsSetting
gemini/codeToolsSettingBinding.CodeToolsSettingBinding
osconfig/v2PolicyOrchestratorForOrganization.V2PolicyOrchestratorForOrganization
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.25.1...v8.26.0
v8.25.1
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-gcp@v8.25.0...v8.25.1
v8.25.0
Compare Source
Does the PR have any schema changes?
Found 19 breaking changes:
Resources
🟢
"gcp:compute/subnetwork:Subnetwork": required: "logConfig" property is no longer Required🟢
"gcp:memorystore/instance:Instance": required: "desiredPscAutoConnections" property is no longer RequiredTypes
🟢
"gcp:cloudfConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.