Skip to content
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

Upgrade terraform-provider-google-beta to v5.39.1 #2281

Merged

Conversation

VenelinMartinov
Copy link
Contributor

This PR was generated via $ upgrade-provider pulumi/pulumi-gcp --kind=provider.


@VenelinMartinov VenelinMartinov added the needs-release/minor When a PR with this label merges, it initiates a release of vX.Y+1.0 label Aug 2, 2024
@VenelinMartinov VenelinMartinov self-assigned this Aug 2, 2024
Copy link

github-actions bot commented Aug 2, 2024

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

Maintainer note: consult the runbook for dealing with any breaking changes.

@VenelinMartinov VenelinMartinov enabled auto-merge (squash) August 2, 2024 12:52
@VenelinMartinov VenelinMartinov merged commit 544ccf5 into master Aug 2, 2024
24 checks passed
@VenelinMartinov VenelinMartinov deleted the upgrade-terraform-provider-google-beta-to-v5.39.1 branch August 2, 2024 13:23
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v7.34.0.

@github-actions github-actions bot removed the needs-release/minor When a PR with this label merges, it initiates a release of vX.Y+1.0 label Aug 2, 2024
trunk-io bot referenced this pull request in ride-app/platform Aug 2, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@pulumi/gcp](https://pulumi.io) ([source](https://github.com/pulumi/pulumi-gcp)) | [`7.33.0` -> `7.34.0`](https://renovatebot.com/diffs/npm/@pulumi%2fgcp/7.33.0/7.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@pulumi%2fgcp/7.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@pulumi%2fgcp/7.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@pulumi%2fgcp/7.33.0/7.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@pulumi%2fgcp/7.33.0/7.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pulumi/pulumi-gcp (@&#8203;pulumi/gcp)</summary>

### [`v7.34.0`](https://github.com/pulumi/pulumi-gcp/releases/tag/v7.34.0)

[Compare Source](https://github.com/pulumi/pulumi-gcp/compare/v7.33.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 [@&#8203;VenelinMartinov](https://github.com/VenelinMartinov) in [https://github.com/pulumi/pulumi-gcp/pull/2276](https://github.com/pulumi/pulumi-gcp/pull/2276)
-   Upgrade terraform-provider-google-beta to v5.39.1 by [@&#8203;VenelinMartinov](https://github.com/VenelinMartinov) in [https://github.com/pulumi/pulumi-gcp/pull/2281](https://github.com/pulumi/pulumi-gcp/pull/2281)

**Full Changelog**: pulumi/pulumi-gcp@v7.33.0...v7.34.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/ride-app/platform).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
@mjeffryes mjeffryes added this to the 0.108 milestone Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade terraform-provider-google-beta to v5.39.1 Upgrade terraform-provider-google-beta to v5.39.0
4 participants