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

Update first-party Pulumi dependencies #1744

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

pulumi-renovate[bot]
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Type Update Change
@pulumi/digitalocean (source) dependencies patch 4.37.0 -> 4.37.1
@pulumi/pulumiservice (source) dependencies patch 0.27.3 -> 0.27.4
github.com/pulumi/pulumi-azuread/sdk/v4 require major v4.3.0 -> v6.0.2
github.com/pulumi/pulumi-docker/sdk/v3 require major v3.6.1 -> v4.5.8
github.com/pulumi/pulumi-kubernetes/sdk/v3 require major v3.30.2 -> v4.19.0
github.com/pulumi/pulumi-tls/sdk/v4 require major v4.11.1 -> v5.0.10

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pulumi/pulumi-digitalocean (@​pulumi/digitalocean)

v4.37.1

Compare Source

Does the PR have any schema changes?

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

What's Changed
New Contributors

Full Changelog: pulumi/pulumi-digitalocean@v4.37.0...v4.37.1

pulumi/pulumi-pulumiservice (@​pulumi/pulumiservice)

v0.27.4

Compare Source

Improvements
  • Added secret support for all fields in DeploymentSettings #​467
  • Added cascading secrets to Deployment settings #​475
pulumi/pulumi-azuread (github.com/pulumi/pulumi-azuread/sdk/v4)

v6.0.2

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-azuread@v6.0.1...v6.0.2

v6.0.1

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-azuread@v6.0.0...v6.0.1

v6.0.0

Compare Source

Azure AD Pulumi Provider Version 6
Migration guide
endDateRelative deprecated

The property endDateRelative has deprecated in favor of endDate. The new endDate property should be used when creating new resources as changing the start or end date for these resources will require re-creation. The endDateRelative properties will be removed in the next major version of the provider.

List of affected resources:

  • azuread.ApplicationCertificate
  • azuread.ApplicationPassword
  • azuread.ServicePrincipalCertificate
  • azuread.ServicePrincipalPassword
Removed Properties

For the azuread.Application: resource, theapplicationId property has been removed in favor of clientId. This was previously deprecated and will not cause replacement.

The applicationObjectId properties were previously deprecated to be replaced by the applicationId. Replace applicationObjectId with applicationId in your code at the point of upgrading. This will not cause replacement of the existing resource. The following resources are affected:

Schema changes

Found 28 breaking changes:

Resources
  • 🟡 "azuread:index/application:Application": properties: "applicationId" missing output "applicationId"
  • "azuread:index/applicationCertificate:ApplicationCertificate":
    • 🟡 inputs: "applicationObjectId" missing
    • 🟡 properties: "applicationObjectId" missing output "applicationObjectId"
    • 🟢 required inputs: "applicationId" input has changed to Required
  • "azuread:index/applicationFederatedIdentityCredential:ApplicationFederatedIdentityCredential":
    • 🟡 inputs: "applicationObjectId" missing
    • 🟡 properties: "applicationObjectId" missing output "applicationObjectId"
    • 🟢 required inputs: "applicationId" input has changed to Required
  • "azuread:index/applicationPassword:ApplicationPassword":
    • 🟡 inputs: "applicationObjectId" missing
    • 🟡 properties: "applicationObjectId" missing output "applicationObjectId"
    • 🟢 required inputs: "applicationId" input has changed to Required
  • "azuread:index/applicationPreAuthorized:ApplicationPreAuthorized":
    • inputs:
      • 🟡 "applicationObjectId" missing
      • 🟡 "authorizedAppId" missing
    • properties:
      • 🟡 "applicationObjectId" missing output "applicationObjectId"
      • 🟡 "authorizedAppId" missing output "authorizedAppId"
    • required inputs:
      • 🟢 "applicationId" input has changed to Required
      • 🟢 "authorizedClientId" input has changed to Required
  • "azuread:index/directoryRoleAssignment:DirectoryRoleAssignment":
    • inputs:
      • 🟡 "appScopeObjectId" missing
      • 🟡 "directoryScopeObjectId" missing
    • properties:
      • 🟡 "appScopeObjectId" missing output "appScopeObjectId"
      • 🟡 "directoryScopeObjectId" missing output "directoryScopeObjectId"
  • "azuread:index/servicePrincipal:ServicePrincipal":
    • 🟡 inputs: "applicationId" missing
    • 🟡 properties: "applicationId" missing output "applicationId"
    • 🟢 required inputs: "clientId" input has changed to Required
Functions
  • 🟡 "azuread:index/getApplication:getApplication": inputs: "applicationId" missing input "applicationId"
  • 🟡 "azuread:index/getServicePrincipal:getServicePrincipal": inputs: "applicationId" missing input "applicationId"
  • 🟡 "azuread:index/getServicePrincipals:getServicePrincipals": inputs: "applicationIds" missing input "applicationIds"
Types
  • "azuread:index/getServicePrincipalsServicePrincipal:getServicePrincipalsServicePrincipal":
    • 🟡 properties: "applicationId" missing
    • 🟢 required: "applicationId" property is no longer Required
      No new resources/functions.
What's Changed
New Contributors

Full Changelog: pulumi/pulumi-azuread@v5.53.5...v6.0.0

v5.53.5

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-azuread@v5.53.4...v5.53.5

v5.53.4

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-azuread@v5.53.3...v5.53.4

v5.53.3

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-azuread@v5.53.2...v5.53.3

v5.53.2

Compare Source

Does the PR have any schema changes?

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

What's Changed
New Contributors

Full Changelog: pulumi/pulumi-azuread@v5.53.1...v5.53.2

v5.53.1

Compare Source

Changelog

v5.53.0

Compare Source

Changelog

v5.52.0

Compare Source

Changelog

v5.51.0

Compare Source

Changelog

v5.50.0

Compare Source

Changelog

v5.49.1

Compare Source

Changelog

v5.49.0

Compare Source

Changelog

v5.48.0

Compare Source

Changelog
  • c651a86 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /examples
  • 08bf54e Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /provider/shim
  • 0dbd345 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /sdk
  • a2e61a8 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /provider
  • 557185b Combined dependencies PR (#​960)
  • 3509ed0 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/google.golang.org/protobuf-1.33.0' into combined-pr-branch
  • efa062d Merge remote-tracking branch 'origin/dependabot/go_modules/provider/google.golang.org/protobuf-1.33.0' into combined-pr-branch
  • 3c4be42 Merge remote-tracking branch 'origin/dependabot/go_modules/provider/shim/google.golang.org/protobuf-1.33.0' into combined-pr-branch
  • a022e54 Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/google.golang.org/protobuf-1.33.0' into combined-pr-branch
  • 4dbaa9c Update GitHub Actions workflows. (#​1001)
  • 7819cb3 Update GitHub Actions workflows. (#​1007)
  • 5fa1b01 Update GitHub Actions workflows. (#​844)
  • 2b207e8 Update GitHub Actions workflows. (#​861)
  • 7164ece Update GitHub Actions workflows. (#​867)
  • 4edbeac Update GitHub Actions workflows. (#​885)
  • bbbbdf7 Update GitHub Actions workflows. (#​953)
  • 2203cef Update GitHub Actions workflows. (#​981)
  • d44c0ef Update GitHub Actions workflows. (#​987)
  • ab97bc1 Upgrade pulumi-terraform-bridge to v3.77.0 (#​924)
  • ae05346 Upgrade pulumi-terraform-bridge to v3.78.0 (#​962)
  • c344c11 Upgrade pulumi-terraform-bridge to v3.79.0 (#​986)
  • 603b6fa Upgrade pulumi-terraform-bridge to v3.80.0 (#​994)
  • b2527a2 Upgrade terraform-provider-azuread to v2.48.0 (#​1006)
  • fe70178 falseUpdate GitHub Actions workflows. (#​980)

v5.47.2

Compare Source

Changelog

v5.47.1

Compare Source

Changelog
  • af15060 Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /provider
  • cdc9333 Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /sdk
  • 99d364f Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /examples
  • d39eb43 Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /provider
  • 661e174 Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /sdk
  • a880348 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /provider/shim
  • 2cf3be6 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /sdk
  • 8fc9ed7 Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples
  • 09c6b91 Combined dependencies PR (#​680)
  • 8540325 Combined dependencies PR (#​696)
  • 8af7731 Combined dependencies PR (#​713)
  • d9391e4 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/github.com/cloudflare/circl-1.3.7' into combined-pr-branch
  • 26f80b6 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/github.com/go-git/go-git/v5-5.11.0' into combined-pr-branch
  • 51ec5d0 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/golang.org/x/crypto-0.17.0' into combined-pr-branch
  • 6562046 Merge remote-tracking branch 'origin/dependabot/go_modules/provider/github.com/cloudflare/circl-1.3.7' into combined-pr-branch
  • aac4f73 Merge remote-tracking branch 'origin/dependabot/go_modules/provider/github.com/go-git/go-git/v5-5.11.0' into combined-pr-branch
  • 66fc232 Merge remote-tracking branch 'origin/dependabot/go_modules/provider/shim/github.com/cloudflare/circl-1.3.7' into combined-pr-branch
  • 081c02e Merge remote-tracking branch 'origin/dependabot/go_modules/provider/shim/golang.org/x/crypto-0.17.0' into combined-pr-branch
  • d25e536 Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/github.com/cloudflare/circl-1.3.7' into combined-pr-branch
  • c592fea Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/github.com/go-git/go-git/v5-5.11.0' into combined-pr-branch
  • b8ac08e Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/golang.org/x/crypto-0.17.0' into combined-pr-branch
  • 85d93b7 Stricter defaults (#​679)
  • a2bd11c Update GitHub Actions workflows. (#​629)
  • fc72b77 Update GitHub Actions workflows. (#​667)
  • 129f7d6 Update GitHub Actions workflows. (#​675)
  • 55cf7d5 Update GitHub Actions workflows. (#​681)
  • 6a0f416 Update GitHub Actions workflows. (#​687)
  • 92ebb46 Update GitHub Actions workflows. (#​690)
  • adeb3c2 Update GitHub Actions workflows. (#​710)
  • eb6a782 Update GitHub Actions workflows. (#​714)
  • a273f84 Update GitHub Actions workflows. (#​723)
  • a2e6de4 Update GitHub Actions workflows. (#​726)
  • 7cef8ee Update GitHub Actions workflows. (#​773)
  • 4e944ce Update GitHub Actions workflows. (#​777)
  • 6941692 Update GitHub Actions workflows. (#​789)
  • 7659e1b Upgrade pulumi-terraform-bridge to v3.69.0 (#​662)
  • 68aa3c5 Upgrade pulumi-terraform-bridge to v3.70.0 (#​683)
  • 2a12251 Upgrade pulumi-terraform-bridge to v3.71.0 (#​722)
  • c3539ae Upgrade pulumi-terraform-bridge to v3.72.0 (#​748)
  • 05c13e0 Upgrade pulumi-terraform-bridge to v3.73.0 (#​776)
  • 8ea192e Upgrade pulumi-terraform-bridge to v3.74.0 (#​795)
  • 1e8edc9 bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /examples
  • 5c7ba9d bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /provider/shim

v5.47.0

Compare Source

Changelog

v5.46.0

Compare Source

Changelog

v5.45.0

Compare Source

Changelog
  • 30e3c24 Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /sdk
  • 22a7d73 Combined dependencies PR (#​539)
  • 601b852 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/google.golang.org/grpc-1.57.1' into combined-pr-branch
  • b44dea2 Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/google.golang.org/grpc-1.57.1' into combined-pr-branch
  • 62dc38f Update GitHub Actions workflows. (#​533)
  • b7b4553 Update GitHub Actions workflows. (#​537)
  • 5247a81 Update GitHub Actions workflows. (#​571)
  • 9b9b490 Upgrade terraform-provider-azuread to v2.46.0 (#​573)
  • 7726a52 bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /examples

v5.44.0

Compare Source

Changelog

v5.43.0

Compare Source

Changelog

v5.42.0

Compare Source

Changelog

v5.41.0

Compare Source

Changelog
  • df43d00 Bump google.golang.org/grpc from 1.29.1 to 1.53.0 in /sdk
  • 26f7487 Bump google.golang.org/grpc from 1.49.0 to 1.53.0 in /examples
  • 7e51fd7 Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/google.golang.org/grpc-1.53.0' into combined-pr-branch
  • 6444289 Update sdk/go.mod pulumi ref to 3.38.1 (#​451)
  • 00fc71f Upgrade pulumi-terraform-bridge to v3.59.0 (#​457)
  • db550be Upgrade terraform-provider-azuread to v2.42.0 (#​462)
  • 829ccbb make build_sdks
  • c3032d4 make tfgen

v5.40.0

Compare Source

Changelog

v5.39.0

Compare Source

Changelog

v5.38.0

Compare Source

Changelog

v5.37.0

Compare Source

Changelog
  • df552df Upgrade terraform-provider-azuread to upstream v2.37.2

v5.36.0

Compare Source

Changelog

v5.35.0

Compare Source

Changelog

v5.34.1

Compare Source

Changelog

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pulumi-renovate pulumi-renovate bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Dec 18, 2024
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) December 18, 2024 06:31
@pulumi-renovate pulumi-renovate bot merged commit 4462ba4 into master Dec 19, 2024
42 checks passed
@pulumi-renovate pulumi-renovate bot deleted the renovate/pulumi branch December 19, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants