Skip to content

Releases: pulumi/pulumi-gcp

v7.32.0

16 Jul 21:05
5b5c3bb
Compare
Choose a tag to compare

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

Full Changelog: v7.31.0...v7.32.0

v7.31.0

15 Jul 12:14
6c35a9b
Compare
Choose a tag to compare

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

Full Changelog: v7.30.2...v7.31.0

v7.30.2

10 Jul 18:37
10249bf
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v7.30.1...v7.30.2

v7.30.1

08 Jul 17:05
e430db0
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v7.30.0...v7.30.1

v7.30.0

08 Jul 12:47
2e9d337
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v7.29.0...v7.30.0

v7.29.0

26 Jun 20:00
605c5c9
Compare
Choose a tag to compare

Changelog

v7.28.0

21 Jun 21:48
355ee85
Compare
Choose a tag to compare

Changelog

  • 355ee85 Upgrade terraform-provider-google-beta to v5.34.0 (#2099)

v7.27.0

13 Jun 18:20
faff475
Compare
Choose a tag to compare

Changelog

v7.26.0

07 Jun 18:55
cc2e42e
Compare
Choose a tag to compare

Changelog

v7.25.0

03 Jun 11:46
d4d1489
Compare
Choose a tag to compare

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

Full Changelog: v7.24.0...v7.25.0