Releases: pulumi/pulumi-gcp
Releases · pulumi/pulumi-gcp
v7.35.0
Does the PR have any schema changes?
Found 2 breaking changes:
Types
🟢
"gcp:sql/getDatabaseInstanceSetting:getDatabaseInstanceSetting": required: "enableDataplexIntegration" property has changed to Required🟢
"gcp:sql/getDatabaseInstancesInstanceSetting:getDatabaseInstancesInstanceSetting": required: "enableDataplexIntegration" property has changed to Required
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #2283
- Upgrade terraform-provider-google-beta to v5.40.0 by @iwahbe in #2284
Full Changelog: v7.34.0...v7.35.0
v7.34.0
Does the PR have any schema changes?
Found 9 breaking changes:
Resources
- "gcp:networkconnectivity/hub:Hub": properties:
🟡
"effectiveLabels": additional properties type changed from "pulumi.json#/Any" to "string"🟡
"pulumiLabels": additional properties type changed from "pulumi.json#/Any" to "string"
- "gcp:networkconnectivity/spoke:Spoke": properties:
🟡
"effectiveLabels": additional properties type changed from "pulumi.json#/Any" to "string"🟡
"pulumiLabels": additional properties type changed from "pulumi.json#/Any" to "string"
Types
- "gcp:compute/BackendServiceSecuritySettings:BackendServiceSecuritySettings": required:
🟢
"clientTlsPolicy" property is no longer Required🟢
"subjectAltNames" property is no longer Required
🟢
"gcp:compute/getBackendServiceSecuritySetting:getBackendServiceSecuritySetting": required: "awsV4Authentications" property has changed to Required🟢
"gcp:compute/getInstanceBootDiskInitializeParam:getInstanceBootDiskInitializeParam": required: "storagePool" property has changed to Required🟢
"gcp:container/getClusterAddonsConfig:getClusterAddonsConfig": required: "rayOperatorConfigs" property has changed to Required
New resources:
apigee/environmentKeyvaluemaps.EnvironmentKeyvaluemaps
apigee/environmentKeyvaluemapsEntries.EnvironmentKeyvaluemapsEntries
compute/resizeRequest.ResizeRequest
compute/routerRoutePolicy.RouterRoutePolicy
securitycenter/v2OrganizationMuteConfig.V2OrganizationMuteConfig
What's Changed
- Fix resource leak by @VenelinMartinov in #2276
- Upgrade terraform-provider-google-beta to v5.39.1 by @VenelinMartinov in #2281
Full Changelog: v7.33.0...v7.34.0
v7.33.0
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #2200
- Upgrade pulumi-terraform-bridge to v3.87.0 by @pulumi-bot in #2201
- Update GitHub Actions workflows. by @pulumi-bot in #2236
- Update GitHub Actions workflows. by @pulumi-bot in #2241
- Upgrade pulumi-terraform-bridge to v3.88.0 by @pulumi-bot in #2243
- Update GitHub Actions workflows. by @pulumi-bot in #2244
- Update GitHub Actions workflows. by @pulumi-bot in #2250
Full Changelog: v7.32.0...v7.33.0
v7.32.0
Does the PR have any schema changes?
Found 1 breaking change:
Types
🟢
"gcp:kms/getCryptoKeysKey:getCryptoKeysKey": required: "keyAccessJustificationsPolicies" property has changed to Required
New resources:
securitycenter/projectNotificationConfig.ProjectNotificationConfig
New functions:
gkehub/getMembershipBinding.getMembershipBinding
siteverification/getToken.getToken
What's Changed
- Remove nightly testing by @iwahbe in #2196
- Upgrade terraform-provider-google-beta to v5.38.0 by @iwahbe in #2198
Full Changelog: v7.31.0...v7.32.0
v7.31.0
Does the PR have any schema changes?
Looking good! No breaking changes found.
New resources:
securesourcemanager/repository.Repository
securesourcemanager/repositoryIamBinding.RepositoryIamBinding
securesourcemanager/repositoryIamMember.RepositoryIamMember
securesourcemanager/repositoryIamPolicy.RepositoryIamPolicy
securitycenter/v2OrganizationNotificationConfig.V2OrganizationNotificationConfig
New functions:
kms/getCryptoKeys.getCryptoKeys
kms/getKeyRings.getKeyRings
securesourcemanager/getRepositoryIamPolicy.getRepositoryIamPolicy
What's Changed
- Fix firestore field permadiff by enabling PRC by @VenelinMartinov in #2182
- Fix firestore database resource leak by @VenelinMartinov in #2187
- Fix test flake by @VenelinMartinov in #2188
- Update GitHub Actions workflows. by @pulumi-bot in #2192
- Update GitHub Actions workflows. by @pulumi-bot in #2194
- Upgrade terraform-provider-google-beta to v5.37.0 by @VenelinMartinov in #2193
Full Changelog: v7.30.2...v7.31.0
v7.30.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #2170
- Update GitHub Actions workflows. by @pulumi-bot in #2172
- Fix PAM entitlement permadiff by enabling PRC by @VenelinMartinov in #2174
Full Changelog: v7.30.1...v7.30.2
v7.30.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Fix cloudrun service auto name by @VenelinMartinov in #2163
- Fix cloudrun panic by enabling PRC by @VenelinMartinov in #2165
Full Changelog: v7.30.0...v7.30.1
v7.30.0
Does the PR have any schema changes?
Found 4 breaking changes:
Types
- "gcp:cloudfunctionsv2/getFunctionBuildConfig:getFunctionBuildConfig": required:
🟢
"automaticUpdatePolicies" property has changed to Required🟢
"onDeployUpdatePolicies" property has changed to Required
- "gcp:datafusion/InstanceNetworkConfig:InstanceNetworkConfig": required:
🟢
"ipAllocation" property is no longer Required🟢
"network" property is no longer Required
New resources:
storage/managedFolder.ManagedFolder
storage/managedFolderIamBinding.ManagedFolderIamBinding
storage/managedFolderIamMember.ManagedFolderIamMember
storage/managedFolderIamPolicy.ManagedFolderIamPolicy
New functions:
storage/getManagedFolderIamPolicy.getManagedFolderIamPolicy
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #2120
- Enable TypedDict input types for the Python SDK by @julienp in #2116
- Update GitHub Actions workflows. by @pulumi-bot in #2122
- Update GitHub Actions workflows. by @pulumi-bot in #2126
- Update GitHub Actions workflows. by @pulumi-bot in #2138
- Upgrade pulumi-terraform-bridge to v3.86.0 by @pulumi-bot in #2140
- Automatically detect iam resources on tfgen by @guineveresaenger in #2154
- Update GitHub Actions workflows. by @pulumi-bot in #2156
- Upgrade terraform-provider-google-beta to v5.36.0 by @guineveresaenger in #2153
New Contributors
Full Changelog: v7.29.0...v7.30.0