Releases: pulumi/pulumi-gcp
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
v7.29.0
v7.28.0
v7.27.0
v7.26.0
v7.25.0
Breaking changes:
[Breaking] #2034: We have changed the type of gcp:dns/managedZone:ManagedZone.managedZoneId
and gcp:dns/getManagedZonesManagedZone:getManagedZonesManagedZone.managedZoneId
from an integer to a string. This is necessary to round trip the 64bit zone ID in all languages.
To migrate:
If you consume managedZoneId
as a number, you will need to insert string to int64 parsing.
If you consume mangadZoneId
as a string, you can simply remove your number to string conversion.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #2039
- Bump converter version by @VenelinMartinov in #2037
- Stringify
managedZoneId
by @iwahbe in #2034 - Update GitHub Actions workflows. by @pulumi-bot in #2041
- Upgrade terraform-provider-google-beta to v5.31.1 by @VenelinMartinov in #2043
Full Changelog: v7.24.0...v7.25.0