Skip to content

Releases: pulumi/pulumi-gcp

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

v7.24.0

25 May 00:26
2b608bf
Compare
Choose a tag to compare

Changelog

  • 2b608bf Upgrade terraform-provider-google-beta to v5.30.0 (#2025)

v7.23.0

15 May 23:42
86d0416
Compare
Choose a tag to compare

Changelog

  • 86d0416 Upgrade terraform-provider-google-beta to v5.29.1 (#2002)

v7.22.0

13 May 17:29
40fc87e
Compare
Choose a tag to compare

Changelog

  • 40fc87e Upgrade terraform-provider-google-beta to v5.28.0 (#1987)

v7.21.2

10 May 15:24
9be2850
Compare
Choose a tag to compare

Changelog

v7.21.1

09 May 00:30
7c717d9
Compare
Choose a tag to compare

Changelog

  • 7c717d9 Pin to bridge at a1a46e5bc072a6fc2c7cae23e44ed0d6019f1548 (#1980)

v7.21.0

06 May 09:31
c817fe5
Compare
Choose a tag to compare

Changelog

v7.20.0

24 Apr 21:48
94e80e4
Compare
Choose a tag to compare

Changelog

v7.19.0

18 Apr 15:04
85fa844
Compare
Choose a tag to compare

Changelog

  • 679b9b5 Add a test and pacify linter
  • d2f356d Ensure bridge can find content for both members and memebr properties for IAM resources
  • c1d736f Fix IAM resource member documentation (#1924)
  • 774403a Generate SDKs
  • 48e6413 Update GitHub Actions workflows. (#1918)
  • 4814025 Update GitHub Actions workflows. (#1930)
  • 85fa844 Upgrade terraform-provider-google-beta to v5.25.0 (#1940)

v7.18.0

10 Apr 04:24
7c8595e
Compare
Choose a tag to compare

Changelog